MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / afcl_delete_device_context

Function afcl_delete_device_context

src/backend/opencl/platform.cpp:842–848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

840}
841
842af_err afcl_delete_device_context(cl_device_id dev, cl_context ctx) {
843 try {
844 removeDeviceContext(dev, ctx);
845 }
846 CATCHALL;
847 return AF_SUCCESS;
848}

Callers

nothing calls this directly

Calls 1

removeDeviceContextFunction · 0.70

Tested by

no test coverage detected