You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL] Add properties argument to piMemBufferCreate (#2666)
This will allow to pass property list to lower APIs.
This patch adds support for cl_intel_create_buffer_with_properties
extension, that adds clCreateBufferWithPropertiesINTEL API function
for OpenCL 1.0 with itself is ported from OpenCL 3.0.
https://www.khronos.org/registry/OpenCL/extensions/intel/cl_intel_create_buffer_with_properties.html
Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
Co-authored-by: Viktoria Maximova <viktoria.maksimova@intel.com>
0 commit comments