CUDA: Add runtime version to `numba -s`
See original GitHub issueFeature request
With https://github.com/numba/numba/pull/5819 highlighting that Runtime API version is needed in additional to the Driver API version, i think we should add the Runtime version in numba -s
along with https://github.com/numba/numba/blob/b3c5bcbaca955c544d06778ec778f8c62f89b60c/numba/misc/numba_sysinfo.py#L346-L368
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Installation — Numba 0.50.1 documentation
The easiest way to install Numba and get updates is by using conda , a cross-platform package manager and software distribution maintained by...
Read more >CUDA Host API - Numba
Runtime object that lazily binds runtime API functions. get_version (self)¶. Returns the CUDA Runtime version as a tuple (major, minor).
Read more >Numba for CUDA GPUs
Numba for CUDA GPUs¶ · Overview · Terminology · Programming model · Writing CUDA Kernels · Introduction · Kernel declaration · Memory management...
Read more >Overview — Numba 0.50.1 documentation
Numba supports CUDA-enabled GPU with compute capability 2.0 or above with an up-to-data Nvidia driver. Software¶. You will need the CUDA toolkit version...
Read more >CUDA Array Interface (Version 2) - Numba
The cuda array interface is created for interoperability between different implementation of GPU array-like objects in various projects. The idea is borrowed ...
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
@rawwar It can - thanks for the reminder! 😃
@gmarkall , can this issue be closed?