SWDEV-306207 - clean up CL definition in ROCclr

Change-Id: I92e2c7c63ebddd119df390784e372ab2f42f3b0d
This commit is contained in:
jujiang
2021-10-06 16:10:12 -04:00
committed by Julia Jiang
parent be164ed9ba
commit 90b0e8430a
5 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -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;