rocfft: add rocrand to fix tests/benchmarks

This commit is contained in:
Madoura 2023-01-16 17:27:16 -06:00
parent 731b7a0c77
commit 455692aad3
No known key found for this signature in database
GPG key ID: 3201136B3DB072F9

View file

@ -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