Fix test: normalize=False for un-normalized O comparison
This commit is contained in:
@@ -9,7 +9,7 @@ import cuda.bindings.driver as cuda
|
||||
from dsv4.kernels.attention.fmha_smem_acc import FmhaKernel
|
||||
|
||||
|
||||
def test_smem_acc(hd=64, s_k=256, use_smem_p=False, normalize=True):
|
||||
def test_smem_acc(hd=64, s_k=256, use_smem_p=False, normalize=False):
|
||||
m = 128
|
||||
n_kv_tiles = s_k // 128
|
||||
torch.manual_seed(42)
|
||||
|
||||
Reference in New Issue
Block a user