You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -241,8 +241,10 @@ or IntelⓇ FPGA RTE for OpenCL™ installed on your system:
241
241
242
242
| Environment Variable Title | Description |
243
243
| ------------- | ------------- |
244
+
| ACL_DEBUG | Set this variable to a value of 1 to 4 to output general-purpose debug messages from the OpenCL Runtime. |
244
245
| ACL_HAL_DEBUG | Set this variable to a value of 1 to 5 to increase debug output from the hardware abstraction layer (HAL), which interfaces directly with the MMD layer. |
245
-
| ENV_ACL_CONTEXT_CALLBACK_DEBUG | Set this variable to a value of 1 to produce error text for errors that occur in the OpenCL context. This is error text that would be sent upstream through a callback function provided with [`clCreateContext`]. |
246
+
| ACL_CONTEXT_CALLBACK_DEBUG | Set this variable to a value of 1 to produce error text for errors that occur in the OpenCL context. This is error text that would be sent upstream through a callback function provided with [`clCreateContext`]. |
0 commit comments