Visible to Intel only — GUID: GUID-BD8B84D7-7DC9-4035-BD28-6E6EA3335BF9
About the User Logger
A new user-oriented logger is available in the Intel® implementation of the OpenCL™ framework. The User Logger:
- Logs API calls and errors
- Is disabled by default
The User Logger is useful for API tracing and debugging functional failures in OpenCL applications. In case of a failure, do the following:
- Enable error logging and use any error messages to determine the cause of the failure.
- Enable API debugging and trace the API calls preceding the failure if the first option is not sufficient.
- The logger is thread-safe: printing of each log line is synchronized.