question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CUDA: Add runtime version to `numba -s`

See original GitHub issue

Feature 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
gmarkallcommented, Mar 10, 2021

@rawwar It can - thanks for the reminder! 😃

0reactions
rawwarcommented, Mar 9, 2021

@gmarkall , can this issue be closed?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found