mirror of https://github.com/llvm/torch-mlir
Bump llvm to 585523750e2bbe374d1cb3bf4ff9d53de29b9593 (#3613)
Signed-Off By: Vivek Khandelwal <vivekkhandelwal1424@gmail.com>pull/3620/head
parent
4350672685
commit
f91f816336
|
@ -1 +1 @@
|
|||
Subproject commit d16b21b17d13ecd88a068bb803df43e53d3b04ba
|
||||
Subproject commit 585523750e2bbe374d1cb3bf4ff9d53de29b9593
|
|
@ -1509,7 +1509,11 @@ STABLEHLO_PASS_SET = {
|
|||
"RenormModuleFloat32_basic",
|
||||
}
|
||||
|
||||
STABLEHLO_CRASHING_SET = {"IndexPutWithNoneAndBroadcastModule_basic"}
|
||||
STABLEHLO_CRASHING_SET = {
|
||||
"IndexPutWithNoneAndBroadcastModule_basic",
|
||||
"ReduceMaxAlongDimUnsignedInt_basic",
|
||||
"ReduceMinAlongDimUnsignedInt_basic",
|
||||
}
|
||||
|
||||
# Write the TOSA set as a "passing" set as it is very early in development
|
||||
# and very few tests work yet.
|
||||
|
|
Loading…
Reference in New Issue