mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-15 00:30:55 +08:00
Deleted torch.backends.cudnn.benchmark line, defaults are fine
This commit is contained in:
parent
bdb5658268
commit
110cb0a9d9
@ -437,7 +437,6 @@ try:
|
|||||||
print(" :: Enabled cuDNN")
|
print(" :: Enabled cuDNN")
|
||||||
else:
|
else:
|
||||||
print(" :: Disabled cuDNN")
|
print(" :: Disabled cuDNN")
|
||||||
torch.backends.cudnn.benchmark = False
|
|
||||||
|
|
||||||
@triton.jit
|
@triton.jit
|
||||||
def _zluda_kernel_test(x_ptr, y_ptr, n_elements, BLOCK_SIZE: tl.constexpr):
|
def _zluda_kernel_test(x_ptr, y_ptr, n_elements, BLOCK_SIZE: tl.constexpr):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user