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:
@ -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);
|
||||
|
Reference in New Issue
Block a user