Skip to content

Commit

Permalink
Update basicMem test .good files with new allocation amounts (chapel-…
Browse files Browse the repository at this point in the history
…lang#26327)

Updating test with new memory allocation numbers.

[reviewed-by @e-kayrakli]
  • Loading branch information
benharsh authored Nov 26, 2024
2 parents 8855fe7 + cbc7960 commit 5594101
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 5594101

Please sign in to comment.