Home
last modified time | relevance | path

Searched refs:get_cuda_home (Results 1 – 1 of 1) sorted by relevance

/dports/devel/py-numba/numba-0.51.2/numba/cuda/
H A Dcuda_paths.py31 ('CUDA_HOME', get_cuda_home('nvvm', 'libdevice')),
53 ('CUDA_HOME', get_cuda_home(*_nvvm_lib_dir())),
89 ('CUDA_HOME', get_cuda_home(_cudalib_path())),
127 def get_cuda_home(*subdirs): function