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
not a stride issue, by default our q and k do have a strange pattern (due to the head splitting), but passing in a dummy tensor with standard decreasing strides leads to the same mem access crash
🐛 Bug
Running
python3 xformers/benchmarks/benchmark_encoder.py --activations relu --plot -emb 256 -bs 32 -heads 16 -mlp MLP -a blocksparse
with latest Triton crashes on an illegal memory access.The dedicated blocksparse matmul benchmark runs, same for the unit test
Expected behavior
Well, not crashing
Environment
Additional context
Looks like something which can happen depending on the layout, not super clear why
The text was updated successfully, but these errors were encountered: