mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-23 21:00:16 +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")
|
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):
|
||||||
pid = tl.program_id(axis=0)
|
pid = tl.program_id(axis=0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user