From cbc7960e9df79dec4c7e10aafd0154ca0a7bd7e5 Mon Sep 17 00:00:00 2001 From: Ben Harshbarger Date: Tue, 26 Nov 2024 11:59:13 -0800 Subject: [PATCH] Update basicMem test .good files with new allocation amounts Signed-off-by: Ben Harshbarger --- test/gpu/native/noGpu/basicMem.comm-none.good | 4 ++-- test/gpu/native/noGpu/basicMem.good | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/gpu/native/noGpu/basicMem.comm-none.good b/test/gpu/native/noGpu/basicMem.comm-none.good index 2a49a46cf24f..e8017a2a4bcd 100644 --- a/test/gpu/native/noGpu/basicMem.comm-none.good +++ b/test/gpu/native/noGpu/basicMem.comm-none.good @@ -1,12 +1,12 @@ 0 (gpu 0): basicMem.chpl:5: allocate 88B of domain(1,int(64),one) at 0xPREDIFFED 0 (gpu 0): basicMem.chpl:5: allocate 1nnB of [domain(1,int(64),one)] int(64) at 0xPREDIFFED 0 (gpu 0): basicMem.chpl:5: allocate 80B of array elements at 0xPREDIFFED -0 (gpu 0): basicMem.chpl:5: allocate 184B of metadata about kernel parameters at 0xPREDIFFED +0 (gpu 0): basicMem.chpl:5: allocate 192B of metadata about kernel parameters at 0xPREDIFFED 0 (gpu 0): basicMem.chpl:5: allocate 40B of array of pointers to kernel args at 0xPREDIFFED 0 (gpu 0): basicMem.chpl:5: allocate 5B of metadata about kernel parameters at 0xPREDIFFED 0 (gpu 0): basicMem.chpl:5: free 5B of metadata about kernel parameters at 0xPREDIFFED 0 (gpu 0): basicMem.chpl:5: free 40B of array of pointers to kernel args at 0xPREDIFFED -0 (gpu 0): basicMem.chpl:5: free 184B of metadata about kernel parameters at 0xPREDIFFED +0 (gpu 0): basicMem.chpl:5: free 192B of metadata about kernel parameters at 0xPREDIFFED 0 (gpu 0): basicMem.chpl:5: free 80B of array elements at 0xPREDIFFED 0 (gpu 0): basicMem.chpl:5: free 1nnB of [domain(1,int(64),one)] int(64) at 0xPREDIFFED 0 (gpu 0): basicMem.chpl:5: free 88B of domain(1,int(64),one) at 0xPREDIFFED diff --git a/test/gpu/native/noGpu/basicMem.good b/test/gpu/native/noGpu/basicMem.good index 051322f4b815..54ed2099347a 100644 --- a/test/gpu/native/noGpu/basicMem.good +++ b/test/gpu/native/noGpu/basicMem.good @@ -3,12 +3,12 @@ 0 (gpu 0): basicMem.chpl:5: allocate 88B of domain(1,int(64),one) at 0xPREDIFFED 0 (gpu 0): basicMem.chpl:5: allocate 1nnB of [domain(1,int(64),one)] int(64) at 0xPREDIFFED 0 (gpu 0): basicMem.chpl:5: allocate 80B of array elements at 0xPREDIFFED -0 (gpu 0): basicMem.chpl:5: allocate 184B of metadata about kernel parameters at 0xPREDIFFED +0 (gpu 0): basicMem.chpl:5: allocate 192B of metadata about kernel parameters at 0xPREDIFFED 0 (gpu 0): basicMem.chpl:5: allocate 40B of array of pointers to kernel args at 0xPREDIFFED 0 (gpu 0): basicMem.chpl:5: allocate 5B of metadata about kernel parameters at 0xPREDIFFED 0 (gpu 0): basicMem.chpl:5: free 5B of metadata about kernel parameters at 0xPREDIFFED 0 (gpu 0): basicMem.chpl:5: free 40B of array of pointers to kernel args at 0xPREDIFFED -0 (gpu 0): basicMem.chpl:5: free 184B of metadata about kernel parameters at 0xPREDIFFED +0 (gpu 0): basicMem.chpl:5: free 192B of metadata about kernel parameters at 0xPREDIFFED 0 (gpu 0): basicMem.chpl:5: free 80B of array elements at 0xPREDIFFED 0 (gpu 0): basicMem.chpl:5: free 1nnB of [domain(1,int(64),one)] int(64) at 0xPREDIFFED 0 (gpu 0): basicMem.chpl:5: free 88B of domain(1,int(64),one) at 0xPREDIFFED