cuda-nix-testsuite

Stars
4

cuda-nix-testsuite

This is a suite of tests for CUDA-enabled packages in Nixpkgs. The Nix build environment does not support GPU-access by default. So we have to do things off-the-books!

TODO:

Development

How do I run the test suite?

TODO: there will be a runner script (coming soon!)

How do I add a test?

Create a new script in the tests/ subdirectory with .test. in the filename. See jax.test.py for an example.