Commit Graph

154 Commits

Author SHA1 Message Date
Silvan Mosberger
aec0d14834 treewide: Fix or remove some markdown links
Found using https://github.com/serokell/xrefcheck, which unfortunately
can't trivially be enforced in CI because we also have the manual markdown
files that need post-processing to be valid
2024-09-03 23:37:05 +02:00
github-actions[bot]
e8d2ddc82e
Merge master into staging-next 2024-08-29 00:13:11 +00:00
Daniël de Kok
e0ffe42feb cudaPackages.cudnn_9_3: add sbsa and jetson 2024-08-22 15:58:58 +00:00
Wolfgang Walther
e3244e9ff0
treewide: replace xxxFlagsArray with non-Array variant in nix code
The xxxFlagsArray variants were never meant to be used in nix code, at
least they can't be used properly without __structuredAttrs turned on.

If no spaces are passed in the argument the xxxFlagsArray can be
replaced as-is with the non-Array variant. When whitespace needs to be
passed, the derivation is additionally changed to enable
__structuredAttrs.
2024-08-19 23:28:13 +02:00
Daniël de Kok
3f2b634b99 cudaPackages_12_4: init at 12.4.0 2024-08-19 06:54:22 +00:00
Someone
91f9fdc7a7
Merge pull request #331942 from danieldk/cudnn-9.3
cudaPackages.cudnn_9_3: init at 9.3.0.75
2024-08-10 13:25:30 +00:00
Daniël de Kok
3772ad92a3 cudaPackages.cudnn: replace use of getExe' by getExe 2024-08-08 06:18:42 +00:00
Daniël de Kok
ff4478e450 cudaPackages.cudnn_9_3: init at 9.3.0.75 2024-08-08 06:18:42 +00:00
Sigmanificient
63d05d989e pkgs/development: remove unused arguments 2024-08-03 17:18:20 +02:00
Someone
5cc4b22d5e
Merge pull request #331017 from srhb/drop-cuda-aliases
cudaPackages: drop outdated aliases
2024-07-31 14:43:01 +03:00
Sarah Brofeldt
bb429ba52d cuda-modules: remove old aliases 2024-07-30 17:16:21 +00:00
K900
1410c766c8 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-26 08:41:08 +03:00
Peder Bergebakken Sundt
99dec1f6b0 treewide: fix doc typos
Done with `fd \\\.md$ . --type f -x typos --write-changes`
2024-07-26 00:55:13 +02:00
github-actions[bot]
d284ef371e
Merge master into staging-next 2024-07-23 12:01:18 +00:00
Someone
b0392ed728
Merge pull request #326247 from yeongrokgim/master
cudaPackages.cuda_gdb: fix libexpat.so.1 on aarch64
2024-07-23 11:46:12 +03:00
github-actions[bot]
e533bfc8da
Merge master into staging-next 2024-07-20 18:01:23 +00:00
Someone Serge
e863b5843a cudaPackages.writeGpuTestPython: accept makeWrapperArgs 2024-07-20 13:10:10 +00:00
Someone Serge
2d5e573acf cudaPackages.writeGpuTestPython: sync the attr and the filesystem paths 2024-07-20 12:03:36 +00:00
Someone Serge
c774c7bffe cudaPackages.writeGpuTestPython: allow a selector for libraries to accommodate different python versions 2024-07-20 12:02:30 +00:00
Vladimír Čunát
211398c03e
Merge branch 'staging-next' into staging 2024-07-14 08:35:35 +02:00
éclairevoyant
0e5c272e42
treewide: fix uses of repo = finalAttrs.pname 2024-07-12 20:18:43 -04:00
Vladimír Čunát
2c053848df
Merge branch 'master' into staging 2024-07-11 22:05:05 +02:00
Yeongrok Gim
49ec969b5b fix cuda_gdb for libexpat.so.1 on aarch64 2024-07-11 14:15:33 +09:00
Someone Serge
0b108d35d1 cudaPackages_10.cutensor: fallback from 2.0.2 to 1.7.0 2024-07-10 23:55:55 +00:00
cfhammill
c2196f2812 cutensor: add version 2.0.2.4 2024-07-10 15:30:33 -04:00
Vladimír Čunát
4c09ae2416
Merge branch 'staging-next' into staging 2024-07-08 10:43:15 +02:00
Emily
bf451f016e cudaPackages.cutensor: fix license field name 2024-07-08 00:46:05 +01:00
github-actions[bot]
e14242d985
Merge staging-next into staging 2024-07-04 12:01:37 +00:00
Vladimír Čunát
44b36397c2
Merge branch 'master' into staging-next
Conflicts - GitHub wouldn't auto-resolve them but my local git did:
	pkgs/development/cuda-modules/cuda/overrides.nix
2024-07-04 10:10:22 +02:00
Someone Serge
82018339bd treewide: cuda: use propagatedBuildInputs, lib.getOutput 2024-07-02 01:47:19 +00:00
Sefa Eyeoglu
416ba8804b
treewide: use addDriverRunpath
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-06-30 15:01:01 -04:00
Someone Serge
f1ddae47e3 cudaPackages: make getOutput work again
(cherry picked from commit a2954dea37)
2024-06-28 11:28:14 +00:00
Martin Weinelt
d50a1e97b1
Merge remote-tracking branch 'origin/master' into staging-next 2024-06-27 16:16:01 +02:00
Someone Serge
79a7186f1c cudaPackages: updated convention for gpu/runtime checks
Runtime tests (derivations asking for a relaxed sandbox) are now
expected at p.gpuCheck, p.gpuChecks.<name>, or at
p.tests.<name>.gpuCheck.
2024-06-26 16:00:29 +00:00
Someone Serge
efd64b5f0b cudaPackages: move cuda tests from passthru.tests
Otherwise we crash Ofborg
2024-06-26 00:35:45 +00:00
Someone Serge
9aa0403154 cudaPackages.saxpy: passthru: test gpu/runtime 2024-06-26 00:35:44 +00:00
Emily
fbda1dbfd6 treewide: replace freeglut with libglut
Allow the macOS GLUT framework to be used automatically in many
cases. Packages that specifically search for freeglut or require its
additional APIs should still explicitly depend on it.

Deliberately skip the Haskell package set, which is mostly
automatically generated, and mupdf, which has its own fork of freeglut.
2024-06-22 18:06:51 +01:00
Silvan Mosberger
a8b2953b19
cudaPackages.saxpy: Avoid unnecessary rebuilds (#319886)
E.g. when changing the Nix file
2024-06-14 21:18:42 +00:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
wrvsrx
ae5074ef87
cudaPackages: fix an annoying warning caused by alias 2024-06-02 11:58:57 +08:00
wrvsrx
9981e5be60
cudaPackages: fix an alias typo 2024-06-02 11:56:58 +08:00
Connor Baker
c66994ce1c
Merge pull request #301416 from ConnorBaker/feat/cudaPackages-lessons-learned-from-cross-compilation-attempt
cuda-modules: apply lessons learned from cross-compilation attempts
2024-04-18 20:10:59 -04:00
Connor Baker
6208368a82 cudaPackages.cudaFlags: drop unused cmakeCudaArchitectures attribute 2024-04-18 16:31:18 +00:00
Connor Baker
7a66dcf83f cuda-modules: use stdenv instead of backendStdenv for *Platform access 2024-04-18 16:31:18 +00:00
Connor Baker
843b91a0ee cuda-modules/cuda/overrides: refactor 2024-04-18 16:31:18 +00:00
Connor Baker
d5cbe889f0 cuda-modules/generic-builders/manifest: add to brokenConditions, simplify src, break out comments in postPatch 2024-04-18 16:31:18 +00:00
Connor Baker
0494330fad cudaPackages.nccl: switch to cudaAtLeast, cudaOlder, and __structuredAttrs 2024-04-18 16:31:18 +00:00
Connor Baker
5ed9f23d21 cudaPackages.saxpy: switch to cudaAtLeast, cudaOlder, __structuredAttrs, and enable on Jetson post-11.4 2024-04-18 16:31:18 +00:00