Error String: invalid device function
See original GitHub issuepython3.7 -m jittor.test.test_cutt_transpose_op
throws this error.
It’s met in ssd-jittor.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
CUDA - invalid device function, how to know [architecture ...
I am getting the following error when running the ...
Read more >RuntimeError: CUDA error: invalid device function - C++
CUDA error: invalid device function could point to an architecture mismatch, i.e. I guess you are using a CUDA function potentially specified ...
Read more >cudaLaunchKernel returned status 98: invalid device function
Where I've seen the “invalid device function” error is typically due to a mismatch in the CUDA version or target device. So given...
Read more >CUDA error: invalid device function ROIAlign_forward_cuda ...
It seems that mismatched NVCC vs CUDA Runtime version is the root cause. Closing but feel free to reopen if this does not...
Read more >NVIDIA CUDA Library: cudaError
Common causes include dereferencing an invalid device pointer and accessing out of bounds shared memory. The device cannot be used until cudaThreadExit() is ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Here is what happened. I remove
${HOME}/.cache/jittor
and re-runpython3.7 -m jittor.test.test_cutt_transpose_op
. After waiting a-cup-of-coffee time, test passed !!!And one more interesting thing,
CUDA enabled
repeate for three times.So, emmmm, removing
${HOME}/.cache/jittor
may be a problem-solving method in jittor.hello! centos is now supported in jittor