kernel_gpu_opencl_wrapper.h 1.2 KB

123456789101112131415161718192021222324252627
  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4. //========================================================================================================================================================================================================200
  5. // KERNEL_GPU_CUDA_WRAPPER HEADER
  6. //========================================================================================================================================================================================================200
  7. void
  8. kernel_gpu_opencl_wrapper(params_common common,
  9. int* endoRow,
  10. int* endoCol,
  11. int* tEndoRowLoc,
  12. int* tEndoColLoc,
  13. int* epiRow,
  14. int* epiCol,
  15. int* tEpiRowLoc,
  16. int* tEpiColLoc,
  17. avi_t* frames);
  18. //========================================================================================================================================================================================================200
  19. // END
  20. //========================================================================================================================================================================================================200
  21. #ifdef __cplusplus
  22. }
  23. #endif