about summary refs log tree commit diff
path: root/pkgs/test/cuda
AgeCommit message (Collapse)AuthorFilesLines
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.