Description
Triton kernel bugs in causal_conv1d_triton.py cause test failures:
test_causal_conv1d_update_with_batch_gather - all cases fail
test_causal_conv1d_varlen - some cases fail
Root Cause
Pre-existing bug. Tests were always failing but CI reported success due to missing sys.exit() around pytest.main(). PR #16681 fixed exit code propagation, exposing the failures.
Temp Fix
Skipped in PR #16715
Description
Triton kernel bugs in
causal_conv1d_triton.pycause test failures:test_causal_conv1d_update_with_batch_gather- all cases failtest_causal_conv1d_varlen- some cases failRoot Cause
Pre-existing bug. Tests were always failing but CI reported success due to missing
sys.exit()aroundpytest.main(). PR #16681 fixed exit code propagation, exposing the failures.Temp Fix
Skipped in PR #16715