amirstan_plugin
amirstan_plugin copied to clipboard
cub/cub.cuh: No such file or directory
when i make your project, it seams that i meet a unknown problem(my gcc version is 7(7.1))
could you check if third_party/cub is empty or not?
if it is empty , use git submodule update --init
to pull the sub module
or you can download cub by your self, then set -DCUB_ROOT_DIR=${cub_path}
when cmake
it works, thanks a lot for your help