forked from chapel-lang/chapel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update basicMem test .good files with new allocation amounts
Signed-off-by: Ben Harshbarger <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters