From f6b961a64e87e97567cda91a2042164ebdb73d98 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Fri, 13 Jun 2025 05:04:47 +0200 Subject: [PATCH] Warning suppress --- Grid/threads/Accelerator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grid/threads/Accelerator.cc b/Grid/threads/Accelerator.cc index 74d1f585..2aa0d300 100644 --- a/Grid/threads/Accelerator.cc +++ b/Grid/threads/Accelerator.cc @@ -67,7 +67,7 @@ void acceleratorInit(void) printf("AcceleratorCudaInit[%d]: Device identifier: %s\n",rank, prop.name); - GPU_PROP_FMT(totalGlobalMem,"%lld"); + GPU_PROP_FMT(totalGlobalMem,"%zu"); GPU_PROP(managedMemory); GPU_PROP(isMultiGpuBoard); GPU_PROP(warpSize);