Readding hipfft

main
Claudius Holeksa 2023-04-21 16:27:16 +02:00
parent 85b2d96d3d
commit d55555d43a
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
, rapidjson , rapidjson
## optional backends ## optional backends
, hipSupport ? false, hip, hipsparse, hipblas, rocthrust, rocrand , hipSupport ? false, hip, hipfft, hipsparse, hipblas, rocthrust, rocrand
, cudaSupport ? false, cudatoolkit , cudaSupport ? false, cudatoolkit
, ompSupport ? false , ompSupport ? false
, mpiSupport ? false , mpiSupport ? false
@ -46,7 +46,7 @@ let
rapidjson rapidjson
] ]
++ lib.optional cudaSupport cudatoolkit ++ lib.optional cudaSupport cudatoolkit
++ lib.optional hipSupport [ hip hipsparse hipblas rocrand rocthrust ]; ++ lib.optional hipSupport [ hip hipfft hipsparse hipblas rocrand rocthrust ];
in stdenvNoCC.mkDerivation { in stdenvNoCC.mkDerivation {
pname = "${basename}"; pname = "${basename}";
version = version; version = version;