mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-12 07:10:52 +08:00
Merge pull request #276 from sfinktah/sfink-cudnn-benchmark-env
Deleted torch.backends.cudnn.benchmark line, defaults are fine
This commit is contained in:
commit
c1aef0126d
@ -437,8 +437,7 @@ try:
|
||||
print(" :: Enabled cuDNN")
|
||||
else:
|
||||
print(" :: Disabled cuDNN")
|
||||
torch.backends.cudnn.benchmark = False
|
||||
|
||||
|
||||
@triton.jit
|
||||
def _zluda_kernel_test(x_ptr, y_ptr, n_elements, BLOCK_SIZE: tl.constexpr):
|
||||
pid = tl.program_id(axis=0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user