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
Fix UT test_core.py::test_poison_return failure (#2685)
Closes#2482
Cuda converts tt.store to inline_asm command, and xpu converts it to
llvm.store. Then the LLVM optimizer for the SROA function removes
llvm.store with the poison value, but ignores the cuda assembly
instruction.
Signed-off-by: Kirill Suvorov <[email protected]>
0 commit comments