PyOpenCL 2021.2.6 for Python 3.8 running on the Nvidia Jetson Tegra.
If you have pip
(which should be run in a suitable virtual environment) the following should work. Note you will need to install Numpy as shown here.
pip install 'https://github.com/jetson-nano-wheels/python3.8-pyopencl-2021.2.6/releases/download/v0.0.1/pyopencl-2021.2.6-cp38-cp38m-linux_aarch64.whl'
- Fork this repo
- Add a branch for your new feature.
- Run the
init.sh
script.
Like this:
git clone git@github.com:jetson-nano-wheels/python3.8-pyopencl-2021.2.6
cd python3.8-pyopencl-2021.2.6
git checkout -b feature-my-fancy-addition
./init.sh
After that, do your edits, commit and push to your repo, and send a pull-request if you like 😃