RuntimeError: CUDA error: invalid device function
See original GitHub issue❓ Questions & Help:
when i run
python geniepath.py
package version failure or?
Issue Analytics
- State:
- Created 4 years ago
- Comments:22 (9 by maintainers)
Top Results From Across the Web
RuntimeError: CUDA error: invalid device function · Issue #234
I think this is unrelated to the values in the inputs. This is hardware specific: I think there is a mismatch between the...
Read more >CUDA - invalid device function, how to know [architecture ...
I am getting the following error when running the ...
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 >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 >RuntimeError: CUDA error: invalid device ordinal issue with ...
I am trying to run the basic CIRFAR example, but keep running into errors when using ray train + ray tune, here 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 FreeTop 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
Top GitHub Comments
It seems that you need
torch>=1.2.0
. Alternatively, just re-write it toThis is weird, and not related to
torch-scatter
.works for me (PyTorch 1.3.0).