cuda-python
cuda-python copied to clipboard
Expose NVVM version detection helper as public API
This
https://github.com/NVIDIA/cuda-python/blob/da7eb1f5a97aa21d8f78098e13e7c4edad013530/cuda_core/tests/test_program.py#L58-L132
has a real need (ex: https://github.com/NVIDIA/numba-cuda/pull/681). We should expose it to cuda.bindings.utils, similar to the PTX version helpers.