You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/hipFFT/files/hipFFT-4.3.0-add-complex-he...

12 lines
381 B

diff --color -uprN orig/clients/rider/rider.cpp hipFFT-rocm-4.3.0/clients/rider/rider.cpp
--- orig/clients/rider/rider.cpp 2021-08-26 15:05:32.267279103 +0800
+++ hipFFT-rocm-4.3.0/clients/rider/rider.cpp 2021-08-26 15:05:48.795279212 +0800
@@ -22,6 +22,7 @@
#include <cstddef>
#include <iostream>
#include <numeric>
+#include <complex>
#include <random>
#include <sstream>