SWDEV-306207 - clean up CL definition in ROCclr
Change-Id: I92e2c7c63ebddd119df390784e372ab2f42f3b0d
This commit is contained in:
@@ -117,7 +117,7 @@ int Context::checkProperties(const cl_context_properties* properties, Context::I
|
||||
while (p->name != 0) {
|
||||
switch (p->name) {
|
||||
case CL_CONTEXT_INTEROP_USER_SYNC:
|
||||
if (p->ptr == reinterpret_cast<void*>(CL_TRUE)) {
|
||||
if (p->ptr == reinterpret_cast<void*>(true)) {
|
||||
info->flags_ |= InteropUserSync;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user