Commit Graph

7 Commits

Author SHA1 Message Date
Someone Serge
471dbe9bcf
treewide: consume config.cudaSupport as required
Eliminate uses of `config.cudaSupport or false` and alike, since the
option is now declared in config.nix with a default value

fd .nix -t f -x sed 's/config\.cudaSupport or false, cudaPackages [?] [{][}]/config.cudaSupport, cudaPackages ? { }/' '{}' -i
fd .nix -t f -x sed 's/config\.cudaSupport or false/config.cudaSupport/' '{}' -i
fd .nix -t f -x sed 's/cudaSupport = pkgs.config.cudaSupport/inherit (pkgs.config) cudaSupport/' '{}' -i
fd .nix -t f -x sed 's/cudaSupport = config.cudaSupport/inherit (config) cudaSupport/' '{}' -i
2023-07-20 18:08:19 +03:00
Someone Serge
83b4eec362
nvidia-thrust: cudatoolkit -> redist cudaPackages 2023-04-02 01:34:14 +03:00
Someone Serge
4965af4364
nvidia-thrust: explain (host|device)System 2023-04-01 05:48:32 +03:00
Serge K
22eaf090a1
nvidia-thrust: one-liner meta.description
Co-authored-by: Samuel Ainsworth <skainsworth@gmail.com>
2023-04-01 05:48:32 +03:00
Someone Serge
2e5cb6f4d6
nvidia-thrust: simplify parameters 2023-04-01 05:48:32 +03:00
Someone Serge
a0920575b4
nvidia-thrust: allow omp/tbb instead of cuda 2023-04-01 05:47:12 +03:00
Someone Serge
95d21285bd
nvidia-thrust: init at 1.16.0 2023-04-01 05:47:12 +03:00