MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / clSVMFree

Function clSVMFree

src/core/CL/OpenCL.cpp:341–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341void clSVMFree(cl_context context, void *svm_pointer)
342{
343 arm_compute::CLSymbols::get().load_default();
344 auto func = arm_compute::CLSymbols::get().clSVMFree_ptr;
345 if (func != nullptr)
346 {
347 func(context, svm_pointer);
348 }
349}
350
351cl_int clGetContextInfo(cl_context context,
352 cl_context_info param_name,

Callers 2

~ICLSVMMemoryRegionMethod · 0.85
deallocateMethod · 0.85

Calls 1

load_defaultMethod · 0.80

Tested by

no test coverage detected