From 556da86ac3ec908682c7f0adfc06ac566bf92ef0 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Sun, 24 May 2020 13:41:58 -0400 Subject: [PATCH] HIP fp16 --- Grid/simd/Grid_gpu_vec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid/simd/Grid_gpu_vec.h b/Grid/simd/Grid_gpu_vec.h index aa7e385c..b9c6a81b 100644 --- a/Grid/simd/Grid_gpu_vec.h +++ b/Grid/simd/Grid_gpu_vec.h @@ -36,7 +36,7 @@ Author: Peter Boyle #include #endif #ifdef GRID_HIP -#include +#include #endif namespace Grid {