Heterogeneous Queue
The Heterogeneous Queuing Framework for GPU or Memory & IO-intensive tasks
Dependency
- C++ 17 Compiler
- Conan 1.11
- CMake 3.10
- Boost.Fiber
- Boost.Compute
Build
The following compilers are tested:
- Clang: Apple LLVM 10.0.0
- Visual Studio 2017 (15.9.4)
Windows & Linux
- Create your build directory
mkdir build && cd build - Run Conan
conan install .. -s cppstd=17 --build missing - Run CMake
cmake ..for development orcmake -DCMAKE_BUILD_TYPE=Releasefor a release build - Compile by running
make - Run test case by
make test