OpenCL-CLHPP
OpenCL-CLHPP copied to clipboard
No enqueueFreeSVM in CommandQueue?
just a quick question as clEnqueueSVMFree is available in 2.0 specs.
Thanks for the report. This is definitely missing as well as (at least) the following other SVM functions:
-
clEnqueueSVMMemFill
-
clEnqueueSVMMemcpy
Better late than never : )
clEnqueueSVMMemFill
and clEnqueueSVMMemcpy
were added recently.
We still do not have support for clEnqueueSVMMemFill
though (the reason this issue was filed).