OpenCL-CLHPP icon indicating copy to clipboard operation
OpenCL-CLHPP copied to clipboard

No enqueueFreeSVM in CommandQueue?

Open YukinoHayakawa opened this issue 9 years ago • 3 comments

just a quick question as clEnqueueSVMFree is available in 2.0 specs.

YukinoHayakawa avatar Jan 16 '16 03:01 YukinoHayakawa

Thanks for the report. This is definitely missing as well as (at least) the following other SVM functions:

  • clEnqueueSVMMemFill
  • clEnqueueSVMMemcpy

kpet avatar Sep 16 '19 15:09 kpet

Better late than never : )

YukinoHayakawa avatar Sep 22 '19 07:09 YukinoHayakawa

clEnqueueSVMMemFill and clEnqueueSVMMemcpy were added recently.

We still do not have support for clEnqueueSVMMemFill though (the reason this issue was filed).

bashbaug avatar Jun 05 '23 21:06 bashbaug