The Heterogeneous Queuing Framework for GPU or Memory & IO-intensive tasks
- C++ 17 Compiler
- Conan 1.11
- CMake 3.10
- Boost.Fiber
- Boost.Compute
The following compilers are tested:
- Clang: Apple LLVM 10.0.0
- Visual Studio 2017 (15.9.4)
- 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=Release
for a release build - Compile by running
make
- Run test case by
make test