grimoire / amirstan_plugin

Useful tensorrt plugin. For pytorch and mmdetection model conversion.
MIT License
159 stars 38 forks source link

cub/cub.cuh: No such file or directory #8

Open huang6886 opened 4 years ago

huang6886 commented 4 years ago

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

image

grimoire commented 4 years ago

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

huang6886 commented 4 years ago

it works, thanks a lot for your help