Commit 806e9241 authored by Alexander Karsakov's avatar Alexander Karsakov

Clarifying comments

parent 4aa891e7
...@@ -598,7 +598,7 @@ protected: ...@@ -598,7 +598,7 @@ protected:
#ifdef CL_VERSION_1_2 #ifdef CL_VERSION_1_2
#ifdef WIN32 #ifdef WIN32
// if process is on termination stage (ExitProcess was called and other threads were terminated) // if process is on termination stage (ExitProcess was called and other threads were terminated)
// then disable command queue release because it may cause program hang // then disable device release because it may cause program hang
if (!__termination) if (!__termination)
#endif #endif
{ {
...@@ -624,7 +624,7 @@ protected: ...@@ -624,7 +624,7 @@ protected:
#ifdef WIN32 #ifdef WIN32
// if process is on termination stage (ExitProcess was called and other threads were terminated) // if process is on termination stage (ExitProcess was called and other threads were terminated)
// then disable command queue release because it may cause program hang // then disable context release because it may cause program hang
if (!__termination) if (!__termination)
#endif #endif
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment