| 832 | } |
| 833 | |
| 834 | af_err afcl_set_device_context(cl_device_id dev, cl_context ctx) { |
| 835 | try { |
| 836 | setDeviceContext(dev, ctx); |
| 837 | } |
| 838 | CATCHALL; |
| 839 | return AF_SUCCESS; |
| 840 | } |
| 841 | |
| 842 | af_err afcl_delete_device_context(cl_device_id dev, cl_context ctx) { |
| 843 | try { |
nothing calls this directly
no test coverage detected