1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-06-27 22:13:30 +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
+1 -1
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;