| 74 | } |
| 75 | |
| 76 | af_err afcl_delete_device_context(cl_device_id dev, cl_context ctx) { |
| 77 | af_backend backend; |
| 78 | af_get_active_backend(&backend); |
| 79 | if (backend == AF_BACKEND_OPENCL) { |
| 80 | CALL(afcl_delete_device_context, dev, ctx); |
| 81 | } |
| 82 | return AF_ERR_NOT_SUPPORTED; |
| 83 | } |
no test coverage detected