NVIDIA / cuda-python

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

install IT in jetson agx xavier #33

Closed Fischer-pixel closed 1 year ago

Fischer-pixel commented 1 year ago

could you please update the readme about how to compile it in jetson agx xavier?

vzhurba01 commented 1 year ago

From v11.8.1 the compile instructions in README.md now points to the docs Installing from Source.

The steps are essentially:

  1. Install CUDA Toolkit
  2. Install requirements
  3. Set environment variable $CUDA_HOME
  4. Run pip install .

This should work on jetson agx xavier as well.