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

HIP runs sensible

This commit is contained in:
Peter Boyle
2020-09-16 03:35:03 +01:00
parent ecd3f890f5
commit 81441e98f4
4 changed files with 44 additions and 9 deletions

View File

@ -127,7 +127,7 @@ void acceleratorInit(void)
printf("AcceleratorHipInit: ========================\n");
printf("AcceleratorHipInit: Device identifier: %s\n", prop.name);
GPU_PROP_FMT(totalGlobalMem,"%lld");
GPU_PROP_FMT(totalGlobalMem,"%lu");
// GPU_PROP(managedMemory);
GPU_PROP(isMultiGpuBoard);
GPU_PROP(warpSize);