summary refs log tree commit diff
path: root/pkgs/test/cuda
AgeCommit message (Collapse)AuthorFilesLines
2023-03-04python3Packages.tensorflow: fix `GLIBCXX_3.4.30' not foundSomeone Serge1-4/+4
Make tensorflow (and a bunch of ther things) use CUDA-compatible toolchain. Introduces cudaPackages.backendStdenv
2023-02-22cudaPackages_12: 12.0.0 -> 12.0.1Connor Baker1-0/+1
2023-02-22cuda-samples: init 11.8Connor Baker1-2/+1
2022-10-21cuda-library-samples.cutensor: fixThomas Watson1-0/+2
Previously, the cutensor samples could not find the libcutensor.so.1 shared library at runtime. This patch adds cutensor as a buildInput so the shared library is linked in properly.
2022-10-14cuda-samples: 11.8 throw the non-existing tagDavid Guibert1-2/+2
2022-10-04cuda-samples: throw an error for tag 11.7David Guibert1-1/+1
2022-10-04Revert "Revert "cudatoolkit_11_7: init at 11.7.0""David Guibert1-0/+3
This reverts commit 90c505790c63e34a72a86efcd248de6c9da58ac6.
2022-06-04pkgs/test/cuda/cuda-samples/generic.nix: use new SRI hash formatAndersonTorres1-10/+6
2022-04-09cudaPackages: overhaul of how we package cuda packagesFrederik Rietdijk5-109/+26
There are many different versions of the `cudatoolkit` and related cuda packages, and it can be tricky to ensure they remain compatible. - `cudaPackages` is now a package set with `cudatoolkit`, `cudnn`, `cutensor`, `nccl`, as well as `cudatoolkit` split into smaller packages ("redist"); - expressions should now use `cudaPackages` as parameter instead of the individual cuda packages; - `makeScope` is now used, so it is possible to use `.overrideScope'` to set e.g. a different `cudnn` version; - `release-cuda.nix` is introduced to easily evaluate cuda packages using hydra.
2021-09-21cudatoolkit_11_{3,4}: init at 11.{3,4}.1Samuel Ainsworth4-10/+47
2021-07-20treewide: remove unnecessary enableParallelBuilding when using cmakeBen Siraphob1-1/+0
2021-04-18cudatoolkit-{9,9_0,9_1,9_2}: removeDaniƫl de Kok2-10/+0
Remove old CUDA toolkits (and corresponding CuDNN versions). - Not supported by upstream anymore. - We do not use them in nixpkgs. - We do not test or actively maintain them. - Anything but ancient GPUs is supported by newer toolkits. Fixes #107131.
2021-03-17maintainers-list: obsidian-systems-maintenanceJohn Ericson2-2/+2
Fix mispelling. That word always breaks me...
2021-03-17tests.cude.cuda-library-samples.cutensor: init at same version as othersJohn Ericson2-0/+26
2021-03-17tests.cude.cuda-library-samples.{cublas,cusolver}: init at masterJohn Ericson3-0/+96
Well, strictly speaking, master + https://github.com/NVIDIA/CUDALibrarySamples/pull/29
2021-03-17tests.cuda.cuda-sample_*: Init at supported CUDA toolkit versionsJohn Ericson3-0/+119
Since CUDA is unfree, we won't actually use this when testing Nixpkgs officially. But I want to include this as they are useful for users of Nixpkgs trying to set up / debug a CUDA environment.