just small question. why I get "fatal error: cuco/static_map.cuh: No such file or directory #include <cuco/static_map.cuh>" #391
-
I use this code to load the cuCollection, but I failed to start because I can not include correct. I find the path of cuco is "include_directories(build/_deps/cuco-src/include/)", but it will got another error "fatal error: nv/target: No such file or directory |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi, Can you try running a clean build and paste the output of cmake+make to this thread so we can investigate? The missing <nv/target> header indicates that the libcu++ version is incompatible. Not sure why this is happening. |
Beta Was this translation helpful? Give feedback.
-
Sure.
The output:
if I add |
Beta Was this translation helpful? Give feedback.
Sure.
The whole CmakeList.txt: