You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need help with Clarity Refiners UI i've been trying to use it but i keep getting an error.
❌ Error during processing: CUDA error: the launch timed out and was terminated
CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1.
Compile with TORCH_USE_CUDA_DSA to enable device-side assertions.
Running a
HP Z840 Workstation
2X 3.40GHz E5-2643 V3
112GB RAM
GeForce GTX Titan X PCI-E x16 Video Card VCGGTXTITANXXPB-CG 12GB
The text was updated successfully, but these errors were encountered:
Check the terminal output and see if any additional error messaging is displayed.
The two most likely causes will be out-of-date driver version or a general issue with bfloat16 not being compatible with your GPU and either running out of VRAM or otherwise stalling during processing.
So, check your nvidia driver is up to date
And and try the fix outlined here: #5 (comment)
I need help with Clarity Refiners UI i've been trying to use it but i keep getting an error.
❌ Error during processing: CUDA error: the launch timed out and was terminated
CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1.
Compile with
TORCH_USE_CUDA_DSA
to enable device-side assertions.Running a
HP Z840 Workstation
2X 3.40GHz E5-2643 V3
112GB RAM
GeForce GTX Titan X PCI-E x16 Video Card VCGGTXTITANXXPB-CG 12GB
The text was updated successfully, but these errors were encountered: