From 53b36035f2269a8ce31055bb9a873808bffd1d96 Mon Sep 17 00:00:00 2001 From: Andres Lugo <108368282+alugorey@users.noreply.github.com> Date: Mon, 28 Jul 2025 16:53:24 -0500 Subject: [PATCH] Remove filter for only batch on receipt 4 (#2574) Re-enable group mode instances for the Pytorch receipt and resolve linker errors for torch SDPA [ROCm/composable_kernel commit: 7fe50dc3da2069d6645d9deb8c017a876472a977] --- example/ck_tile/01_fmha/codegen/ops/fmha_bwd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/example/ck_tile/01_fmha/codegen/ops/fmha_bwd.py b/example/ck_tile/01_fmha/codegen/ops/fmha_bwd.py index 30b524d606..e4f46b502a 100644 --- a/example/ck_tile/01_fmha/codegen/ops/fmha_bwd.py +++ b/example/ck_tile/01_fmha/codegen/ops/fmha_bwd.py @@ -775,7 +775,6 @@ def get_bwd_blobs(filter_list: str, receipt, mask_impl, optdim_list) -> Tuple[Fm cond &= bias in ['no', 'bias'] cond &= dropout in ['no', 'dropout_wg32', 'dropout_wg16'] cond &= dpad == dvpad - cond &= mode == 'batch' cond &= deterministic == "f" if not cond: continue