Skip to content
Discussion options

You must be logged in to vote

Hi Graham, that proposal sounds good to me.

There's also some auto-generated tests that you can use. If you run nox -s prepare -- --tests it will generate tests in the tests-cuda-kernels and tests-cuda-kernels-explicit directories.

So it could be something like this

mamba create -n awkward-test python=3.13 awkward cupy numba-cuda pyarrow pandas nox
git clone --recursive [email protected]:scikit-hep/awkward.git
cd awkward
git checkout <version of awkward that was installed by mamba>
nox -s prepare -- --tests
pytest -n auto tests-cuda/ tests-cuda-kernels/ tests-cuda-kernels-explicit/

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ianna
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants