Skip to content

Triton kernel causal_conv1d_update bug with padded batches #16714

@alisonshao

Description

@alisonshao

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions