amirstan_plugin icon indicating copy to clipboard operation
amirstan_plugin copied to clipboard

cub/cub.cuh: No such file or directory

Open huang6886 opened this issue 4 years ago • 2 comments

when i make your project, it seams that i meet a unknown problem(my gcc version is 7(7.1))

image

huang6886 avatar Oct 22 '20 12:10 huang6886

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

grimoire avatar Oct 22 '20 12:10 grimoire

it works, thanks a lot for your help

huang6886 avatar Oct 23 '20 03:10 huang6886