kernel_gpu_opencl_wrapper.h 1.0 KB

123456789101112131415161718192021222324
  1. // #ifdef __cplusplus
  2. // extern "C" {
  3. // #endif
  4. //========================================================================================================================================================================================================200
  5. // FUNCTION
  6. //========================================================================================================================================================================================================200
  7. int
  8. kernel_gpu_opencl_wrapper( int xmax,
  9. int workload,
  10. fp*** y,
  11. fp** x,
  12. fp** params,
  13. fp* com);
  14. //========================================================================================================================================================================================================200
  15. // END
  16. //========================================================================================================================================================================================================200
  17. // #ifdef __cplusplus
  18. // }
  19. // #endif