Skip to content

Problem with make: blockingconcurrentqueue.h: No such file or directory #5

@Wilson1211

Description

@Wilson1211

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions