1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-19 00:07:05 +01:00

FTHMC compiled and merged to develop

This commit is contained in:
Peter Boyle
2023-10-14 00:42:55 +03:00
parent 07e4900218
commit 33097681b9
6 changed files with 73 additions and 13 deletions

View File

@ -30,7 +30,7 @@ int getNumBlocksAndThreads(const Iterator n, const size_t sizeofsobj, Iterator &
cudaGetDevice(&device);
#endif
#ifdef GRID_HIP
hipGetDevice(&device);
auto r=hipGetDevice(&device);
#endif
Iterator warpSize = gpu_props[device].warpSize;