rocfft: add rocrand to fix tests/benchmarks

This commit is contained in:
Madoura
2023-01-18 16:59:22 -06:00
parent 731b7a0c77
commit 455692aad3
@@ -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