embb_mtapi_opencl_runtimelinker.h 302 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef MTAPI_OPENCL_C_SRC_EMBB_MTAPI_OPENCL_RUNTIMELINKER_H_
#define MTAPI_OPENCL_C_SRC_EMBB_MTAPI_OPENCL_RUNTIMELINKER_H_

#ifdef __cplusplus
extern "C" {
#endif
  
int embb_mtapi_opencl_link_at_runtime();

#ifdef __cplusplus
}
#endif

#endif // MTAPI_OPENCL_C_SRC_EMBB_MTAPI_OPENCL_RUNTIMELINKER_H_