We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f11823e + b3469f1 commit 69ac6c7Copy full SHA for 69ac6c7
source/adapters/opencl/memory.cpp
@@ -251,7 +251,7 @@ UR_APIEXPORT ur_result_t UR_APICALL urMemBufferCreate(
251
case UR_STRUCTURE_TYPE_BUFFER_ALLOC_LOCATION_PROPERTIES: {
252
auto BufferLocationProperty =
253
reinterpret_cast<ur_buffer_alloc_location_properties_t *>(Prop);
254
- PropertiesIntel.push_back(CL_MEM_ALLOC_FLAGS_INTEL);
+ PropertiesIntel.push_back(CL_MEM_ALLOC_BUFFER_LOCATION_INTEL);
255
PropertiesIntel.push_back(BufferLocationProperty->location);
256
} break;
257
default:
0 commit comments