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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -236,6 +236,14 @@ or IntelⓇ FPGA RTE for OpenCL™ installed on your system:
236
236
237
237
6. Run your OpenCL host program.
238
238
239
+
240
+
### Debug Environment Variables
241
+
242
+
| Environment Variable Title | Description |
243
+
| ------------- | ------------- |
244
+
| 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
+
239
247
### Notes
240
248
241
249
- When setting the environment variable [`OCL_ICD_FILENAMES`] for debugging,
@@ -245,3 +253,4 @@ or IntelⓇ FPGA RTE for OpenCL™ installed on your system:
0 commit comments