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
This commit is contained in:
Andres Lugo
2025-07-28 16:53:24 -05:00
committed by GitHub
parent 5b244105d9
commit 7fe50dc3da

View File

@@ -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