microsoft / triton-shared

Shared Middle-Layer for Triton Compilation
MIT License
134 stars 26 forks source link

Fix nightly test #63

Closed nhat-nguyen closed 7 months ago

nhat-nguyen commented 7 months ago

Nightlies are failing because our lit tests assume tt.make_range can produce tensors of arbitrary strides; this is no longer true after upstream triton updates the op's verifier. I updated these tests and add an assert that we're always dealing with stride 1.

Fixes #53 #60