Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions aiter/ops/triton/batched_gemm_afp4wfp4_pre_quant.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def batched_gemm_afp4wfp4_pre_quant(
By, _, _ = y.shape
assert Bx == Bw == By
Batch = Bx
w = w.transpose(1, 2)

if config is None:
config = _get_config(M, N, K)
Expand Down
Loading