1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01:00
This commit is contained in:
Peter Boyle 2020-05-24 13:41:58 -04:00
parent 8285e41574
commit 556da86ac3

View File

@ -36,7 +36,7 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
#include <cuda_fp16.h> #include <cuda_fp16.h>
#endif #endif
#ifdef GRID_HIP #ifdef GRID_HIP
#include <hip_fp16.h> #include <hip/hip_fp16.h>
#endif #endif
namespace Grid { namespace Grid {