I'm using
ubuntu 24.04
cuda-12.8
llvm-config version: 14.0.6
c++ 13.3.0
When I make the project, I encounter blockingconcurrentqueue.h: No such file or directory
[ 84%] Building CXX object runtime/CMakeFiles/CPUruntime.dir/src/cpu/cudaKernelImpl.cpp.o
In file included from /home/Compiler/project/CuPBoP/runtime/./include/cpu/cudaKernelImpl.h:3,
from /home/Compiler/project/CuPBoP/runtime/src/cpu/cudaKernelImpl.cpp:1:
/home/Compiler/project/CuPBoP/runtime/./threadPool/include/cpu/structures.h:4:10: fatal error: blockingconcurrentqueue.h: No such file or directory
4 | #include "blockingconcurrentqueue.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [runtime/CMakeFiles/CPUruntime.dir/build.make:79: runtime/CMakeFiles/CPUruntime.dir/src/cpu/cudaKernelImpl.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:293: runtime/CMakeFiles/CPUruntime.dir/all] Error 2
I'm using
ubuntu 24.04
cuda-12.8
llvm-config version: 14.0.6
c++ 13.3.0
When I make the project, I encounter
blockingconcurrentqueue.h: No such file or directory