diff --git a/test/gpu_test_helper.h b/test/gpu_test_helper.h index 8955cbc5c..008e95cbe 100644 --- a/test/gpu_test_helper.h +++ b/test/gpu_test_helper.h @@ -3,6 +3,9 @@ #include +// Allow gpu** macros for generic tests. +#include + // std::tuple cannot be used on device, and there is a bug in cuda < 9.2 that // doesn't allow std::tuple to compile for host code either. In these cases, // use our custom implementation.