Skip to content

Commit

Permalink
Update basicMem test .good files with new allocation amounts
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Harshbarger <[email protected]>
  • Loading branch information
benharsh committed Nov 26, 2024
1 parent 8855fe7 commit cbc7960
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/gpu/native/noGpu/basicMem.comm-none.good
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions test/gpu/native/noGpu/basicMem.good
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cbc7960

Please sign in to comment.