You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests/e2e/tensor_ops/pack.mlir has a static_pack_pad_transpose_inner_and_outer_dims_large test in it that fails on gfx942 due to llvm/llvm-project#131386 causing one of its dispatches to produce incorrect values.
This ticket is to track the fact that we've excluded all of pack.mlir from the test suite on all GPUs to work around this so we can land #19918 . We expect this could be resolved by
tests/e2e/tensor_ops/pack.mlir
has astatic_pack_pad_transpose_inner_and_outer_dims_large
test in it that fails on gfx942 due to llvm/llvm-project#131386 causing one of its dispatches to produce incorrect values.This ticket is to track the fact that we've excluded all of
pack.mlir
from the test suite on all GPUs to work around this so we can land #19918 . We expect this could be resolved byThe text was updated successfully, but these errors were encountered: