-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ICLDisco:master' into update/parsec623
- Loading branch information
Showing
56 changed files
with
1,710 additions
and
516 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
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
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
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
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,8 +1,9 @@ | ||
[cu*_alloc_failed] | ||
There was not enough memory available on a CUDA device | ||
[gpu_alloc_failed] | ||
There was not enough memory available on a GPU device | ||
while trying to allocate a %s handle to manage tasks on | ||
this device, or another CUDA device on the node. The | ||
this device, or another GPU device on the node. The | ||
PaRSEC runtime system may be configured to reserve too | ||
much memory on CUDA devices. Try reducing the amount of | ||
much memory on GPU devices. Try reducing the amount of | ||
reserved memory by setting the PaRSEC MCA parameter | ||
'device_cuda_memory_use' to a lower value. | ||
'device_cuda_memory_use' (or similar for the type of | ||
device) to a lower value. |
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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
This directory contains files that are automatically converted from CUDA to HIP using Hipify. | ||
If your file is not automatically convertible, put it somewhere else. | ||
|
Oops, something went wrong.