trying to decrease register pressure

This commit is contained in:
Phil Tillet
2023-01-05 13:02:38 -08:00
parent 1bde80b1e8
commit 764134ee34
2 changed files with 30 additions and 12 deletions

View File

@@ -376,4 +376,4 @@ def bench_flash_attention(BATCH, H, N_CTX, D_HEAD, mode, provider, dtype=torch.f
ms = triton.testing.do_bench(fn, percentiles=None, warmup=warmup, rep=rep)
return ms
bench_flash_attention.run(save_path='.', print_data=True)
#bench_flash_attention.run(save_path='.', print_data=True)