Skip to content

Commit

Permalink
[MOSAIC] apply_vector_layout C++ rewrite (3) applyLayoutOp and relayout
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 563556815
  • Loading branch information
tlongeri authored and jax authors committed Sep 7, 2023
1 parent 52ee404 commit a6eed40
Show file tree
Hide file tree
Showing 3 changed files with 768 additions and 2 deletions.
6 changes: 6 additions & 0 deletions jaxlib/mosaic/BUILD
Expand Up @@ -53,6 +53,7 @@ cc_library(
"@llvm-project//llvm:Support",
"@llvm-project//mlir:ArithDialect",
"@llvm-project//mlir:ControlFlowDialect",
"@llvm-project//mlir:Dialect",
"@llvm-project//mlir:FuncDialect",
"@llvm-project//mlir:IR",
"@llvm-project//mlir:LinalgTransforms",
Expand All @@ -63,10 +64,15 @@ cc_library(
"@llvm-project//mlir:TransformUtils",
"@llvm-project//mlir:VectorDialect",
"@llvm-project//mlir:VectorTransforms",
"@xla//xla:array",
"@xla//xla:shape_util",
"@xla//xla:util",
"@tsl//tsl/platform:statusor",
"@com_google_absl//absl/hash",
"@com_google_absl//absl/log",
"@com_google_absl//absl/log:check",
"@com_google_absl//absl/status",
"@com_google_absl//absl/types:span",
],
)

Expand Down

0 comments on commit a6eed40

Please sign in to comment.