mirror of https://github.com/llvm/torch-mlir
Bump llvm-project to cbd0054b9eb17ec48f0702e3828209646c8f5ebd
Changes: - MLIR_BINDINGS_PYTHON_ENABLED -> MLIR_ENABLE_BINDINGS_PYTHON - canonicalizer constant insertion order - EDSC is gone nowpull/219/head
parent
e0ff5248fb
commit
0b6516c7cc
|
@ -75,7 +75,7 @@ cmake -GNinja \
|
|||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DLLVM_USE_SPLIT_DWARF=ON \
|
||||
-DLLVM_ENABLE_ASSERTIONS=On \
|
||||
-DMLIR_BINDINGS_PYTHON_ENABLED=ON \
|
||||
-DMLIR_ENABLE_BINDINGS_PYTHON=ON \
|
||||
"$@"
|
||||
|
||||
cmake --build "$build_mlir" --target install
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 35454268cf93f5561439980d6baeb27a874a380c
|
||||
Subproject commit cbd0054b9eb17ec48f0702e3828209646c8f5ebd
|
|
@ -96,8 +96,8 @@ func @torch.aten.__getitem__.t() -> i64 {
|
|||
// CHECK: %[[ITEM:.*]] = torch.aten.__getitem__.t %[[LIST]], %arg0 : !torch.list<i64>, i64 -> i64
|
||||
// CHECK: return %[[ITEM]] : i64
|
||||
func @torch.aten.__getitem__.t$no_change_test0(%arg0: i64) -> i64 {
|
||||
%c4_i64 = constant 4 : i64
|
||||
%c5_i64 = constant 5 : i64
|
||||
%c4_i64 = constant 4 : i64
|
||||
%0 = torch.prim.ListConstruct %c4_i64, %c5_i64 : (i64, i64) -> !torch.list<i64>
|
||||
%1 = torch.aten.__getitem__.t %0, %arg0 : !torch.list<i64>, i64 -> i64
|
||||
return %1 : i64
|
||||
|
|
|
@ -16,7 +16,6 @@ target_link_libraries(npcomp-run-mlir PRIVATE
|
|||
|
||||
NPCOMPCAPI
|
||||
MLIRAnalysis
|
||||
MLIREDSC
|
||||
MLIRIR
|
||||
MLIRJitRunner
|
||||
MLIRParser
|
||||
|
|
Loading…
Reference in New Issue