NVIDIA / cuda-python

CUDA Python Low-level Bindings
https://nvidia.github.io/cuda-python/
Other
809 stars 63 forks source link

cuda-python: fix module name and version #64

Closed ichergui closed 1 month ago

ichergui commented 1 month ago

This PR fixes #63

Kindly see the logs below

nvidia@tegra-ubuntu:~/cuda-python$ python3 setup.py bdist_wheel --verbose --dist-dir ./dist
Parsing headers in "['/usr/local/cuda-12.4/include']" (Caching False)
Parsing driver headers
Parsing runtime headers
Parsing nvrtc headers
...
running bdist_wheel
running build
running build_py
...
UPDATING build/lib.linux-aarch64-3.10/cuda/_version.py
set build/lib.linux-aarch64-3.10/cuda/_version.py to '12.4.0+0.g2be0aac.dirty'
...
running build_ext
...
adding 'cuda_python-12.4.0+0.g2be0aac.dirty.dist-info/LICENSE'
adding 'cuda_python-12.4.0+0.g2be0aac.dirty.dist-info/METADATA'
adding 'cuda_python-12.4.0+0.g2be0aac.dirty.dist-info/WHEEL'
adding 'cuda_python-12.4.0+0.g2be0aac.dirty.dist-info/top_level.txt'
adding 'cuda_python-12.4.0+0.g2be0aac.dirty.dist-info/RECORD'
removing build/bdist.linux-aarch64/wheel
nvidia@tegra-ubuntu:~/cuda-python$
ichergui commented 1 month ago
ichergui commented 1 month ago

Closing this PR since this patch is needed only for OE.