Merge remote-tracking branch 'origin/diffusion-phase7-perf' into diffusion-phase8-quant
This commit is contained in:
commit
b02eacd64f
1 changed files with 2 additions and 0 deletions
|
|
@ -240,6 +240,8 @@ def _enable_cudnn_benchmark(logger: Any) -> bool:
|
|||
except Exception as exc: # noqa: BLE001 — optimisation only
|
||||
_warn(logger, "cudnn_benchmark", exc)
|
||||
return False
|
||||
|
||||
|
||||
# The TF32 flag values from before the first max load flipped them, so a later
|
||||
# non-max load / unload can put the process back exactly as it found it (rather than
|
||||
# forcing a hardcoded default that might clobber another component's choice).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue