SWDEV-306207 - clean up CL definition in ROCclr

Change-Id: I92e2c7c63ebddd119df390784e372ab2f42f3b0d
Этот коммит содержится в:
jujiang
2021-10-06 16:10:12 -04:00
коммит произвёл Julia Jiang
родитель be164ed9ba
Коммит 90b0e8430a
5 изменённых файлов: 25 добавлений и 25 удалений
+1 -1
Просмотреть файл
@@ -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;