Skip to content

Commit

Permalink
[Mosaic] Fix some imports.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 691830491
  • Loading branch information
18praveenb authored and Google-ML-Automation committed Oct 31, 2024
1 parent 8abedda commit 7d9f565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jaxlib/mosaic/dialect/gpu/mosaic_gpu_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ limitations under the License.
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/strings/string_view.h"
#include "third_party/llvm/llvm-project/llvm/include/llvm/ADT/ArrayRef.h"
#include "third_party/llvm/llvm-project/llvm/include/llvm/ADT/SmallVector.h"
#include "llvm/include/llvm/ADT/ArrayRef.h"
#include "llvm/include/llvm/ADT/SmallVector.h"
#include "mlir/include/mlir/Conversion/LLVMCommon/MemRefBuilder.h"
#include "mlir/include/mlir/Conversion/LLVMCommon/StructBuilder.h"
#include "mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.h"
Expand Down

0 comments on commit 7d9f565

Please sign in to comment.