forked from RadeonOpenCompute/ROCm_Documentation
-
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.
- Loading branch information
Gregory Stoner
authored
Sep 29, 2016
1 parent
cd69c8b
commit a3d0dc3
Showing
1 changed file
with
16 additions
and
7 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,9 +1,18 @@ | ||
HSA Runtime Queue Error Codes | ||
============================= | ||
2 Invalid Dimension | ||
4 Invalid Group Memory | ||
8 Invalid (or Null) Code | ||
32 Invalid Format | ||
64 Group is too large | ||
128 Out of VGPR’s | ||
0x80000000 Debug Trap | ||
|
||
+-----------+-------------------------+ | ||
| 2 | Invalid Dimension | | ||
+-----------+-------------------------+ | ||
| 4 | Invalid Group Memory | | ||
+-----------+-------------------------+ | ||
| 8 | Invalid (or Null) Code | | ||
+-----------+-------------------------+ | ||
| 32 | Invalid Format | | ||
+-----------+-------------------------+ | ||
| 64 | Group is too large | | ||
+-----------+-------------------------+ | ||
| 128 | Out of VGPR’s | | ||
+-----------+-------------------------+ | ||
| 0x80000000| Debug Trap | | ||
+-----------+-------------------------+ |