kernel_gpu_opencl_wrapper_2.h 1.3 KB

123456789101112131415161718192021222324252627282930313233
  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_2(knode *knodes,
  9. long knodes_elem,
  10. long knodes_mem,
  11. int order,
  12. long maxheight,
  13. int count,
  14. long *currKnode,
  15. long *offset,
  16. long *lastKnode,
  17. long *offset_2,
  18. int *start,
  19. int *end,
  20. int *recstart,
  21. int *reclength);
  22. //========================================================================================================================================================================================================200
  23. // End
  24. //========================================================================================================================================================================================================200
  25. // #ifdef __cplusplus
  26. // }
  27. // #endif