| 815 | } |
| 816 | |
| 817 | af_err afcl_set_device_id(cl_device_id id) { |
| 818 | try { |
| 819 | setDevice(getDeviceIdFromNativeId(id)); |
| 820 | } |
| 821 | CATCHALL; |
| 822 | return AF_SUCCESS; |
| 823 | } |
| 824 | |
| 825 | af_err afcl_add_device_context(cl_device_id dev, cl_context ctx, |
| 826 | cl_command_queue que) { |
nothing calls this directly
no test coverage detected