Startup: Show OpenCL runtime initialization message (per device)

This commit is contained in:
Jens Steube
2018-11-12 20:45:05 +01:00
parent a5e8818805
commit 06b39dc3d5
4 changed files with 31 additions and 1 deletions
+2
View File
@@ -125,6 +125,8 @@ typedef enum event_identifier
EVENT_MONITOR_NOINPUT_ABORT = 0x00000088,
EVENT_OPENCL_SESSION_POST = 0x00000090,
EVENT_OPENCL_SESSION_PRE = 0x00000091,
EVENT_OPENCL_DEVICE_INIT_POST = 0x00000092,
EVENT_OPENCL_DEVICE_INIT_PRE = 0x00000093,
EVENT_OUTERLOOP_FINISHED = 0x000000a0,
EVENT_OUTERLOOP_MAINSCREEN = 0x000000a1,
EVENT_OUTERLOOP_STARTING = 0x000000a2,