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
However only the last of these explanations is mentioned in the Python error message which replaces these error codes: "Timing capability must be enabled in order to subtract two Events; timing is disabled by default."
The underlying error code should be unsupressed and the user should be directed to the CUDA documentation or we should make the error message more inclusive.
Purely from memory, I would have thought we talked about it and did something like raise from (conceptually). If that's not the case, I agree completely.
Is this a duplicate?
Type of Bug
Something else
Component
cuda.core
Describe the bug
cuEventElapsedTime()
has multiple possibilities for not returning success.However only the last of these explanations is mentioned in the Python error message which replaces these error codes: "Timing capability must be enabled in order to subtract two Events; timing is disabled by default."
The underlying error code should be unsupressed and the user should be directed to the CUDA documentation or we should make the error message more inclusive.
Upstream docs: https://docs.nvidia.com/cuda/cuda-driver-api/group__CUDA__EVENT.html#group__CUDA__EVENT_1gdfb1178807353bbcaa9e245da497cf97
How to Reproduce
n/a
Expected behavior
n/a
Operating System
No response
nvidia-smi output
No response
The text was updated successfully, but these errors were encountered: