Fix: add cutlass import to test_d1_qk512

This commit is contained in:
2026-05-24 14:20:32 +00:00
parent 9f8f5c39b6
commit 93a4418246

View File

@@ -1,6 +1,6 @@
"""Minimal hd=512 test: ONLY QK GEMM, no softmax, no PV.
Goal: isolate whether the compilation hang is from QK or softmax/PV."""
import torch, math, time
import torch, math, time, cutlass
import cutlass.cute as cute
import cutlass.torch as ct
import cuda.bindings.driver as cuda