Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 176 Bytes

Readme.md

File metadata and controls

9 lines (7 loc) · 176 Bytes

Build instructions

cmake -B build -S . -G Ninja -DCMAKE_CXX_COMPILER=<path/to/clang++/or/icpx>
cd build
ninja

To test example run ctest from build directory.