rocfft: add rocrand to fix tests/benchmarks
This commit is contained in:
parent
731b7a0c77
commit
455692aad3
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
, runCommand
|
||||
, cmake
|
||||
, rocm-cmake
|
||||
, rocrand
|
||||
, hip
|
||||
, openmp
|
||||
, sqlite
|
||||
|
@ -49,6 +50,7 @@ let
|
|||
] ++ lib.optionals buildTests [
|
||||
gtest
|
||||
] ++ lib.optionals (buildTests || buildBenchmarks) [
|
||||
rocrand
|
||||
boost
|
||||
fftw
|
||||
fftwFloat
|
||||
|
|
Loading…
Reference in a new issue