pcl icon indicating copy to clipboard operation
pcl copied to clipboard

Draft: Move app kinect_viewer_cuda to general app directory

Open SunBlack opened this issue 3 years ago • 1 comments

Following-up of #5528

Currently only draft, as there some issues:

  • topological_sort sorts apps before cuda => didn't debugged why, but called add_subdirectory separately to solve this issue
  • See,s the CUDA target have wrong include directories defined as it is including now pcl/cuda/include instead of ``pcl/cuda/io/include` (therefore Draft as I didn't found a fast workaround for it)

SunBlack avatar Nov 25 '22 14:11 SunBlack

collect_subproject_directory_names only search first level of directories, ie. it finds cuda and gpu... But not subdirectories. So its flawed. I tried to use a GPU method in benchmarks and I just experienced the same. Didn't find a good solution either.

larshg avatar Jan 07 '23 23:01 larshg