Skip to content

Commit

Permalink
Update ROCr_Error_Codes.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Stoner authored Sep 29, 2016
1 parent cd69c8b commit a3d0dc3
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions ROCm_Solutions/ROCr_Error_Codes.rst
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 |
+-----------+-------------------------+

0 comments on commit a3d0dc3

Please sign in to comment.