kernel_gpu_opencl_wrapper.h 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. // #ifdef __cplusplus
  2. // extern "C" {
  3. // #endif
  4. //========================================================================================================================================================================================================200
  5. // KERNEL_GPU_OPENCL_WRAPPER HEADER
  6. //========================================================================================================================================================================================================200
  7. void
  8. kernel_gpu_opencl_wrapper( record *records,
  9. long records_mem,
  10. knode *knodes,
  11. long knodes_elem,
  12. long knodes_mem,
  13. int order,
  14. long maxheight,
  15. int count,
  16. long *currKnode,
  17. long *offset,
  18. int *keys,
  19. record *ans);
  20. //========================================================================================================================================================================================================200
  21. // End
  22. //========================================================================================================================================================================================================200
  23. // #ifdef __cplusplus
  24. // }
  25. // #endif