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
python: triton/lib/Dialect/TritonGPU/IR/LinearLayoutConversions.cpp:1008:
mlir::triton::LinearLayout mlir::triton::gpu::{anonymous}::chooseStMatrixLayoutLeadingOffset(
mlir::MLIRContext*, mlir::RankedTensorType, int): Assertion `instrN >= numColsPerChunk &&
"Each chunk is filled in with a single warp"' failed.
Describe the bug
I'm getting many errors related to Linear Layouts when num_wraps=8.
The 2nd error looks similar to #5265, so I wonder if it was only a partial fix.
Python reproducer:
Environment details
H100 with commit fc88ce5
The text was updated successfully, but these errors were encountered: