Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 125 Bytes

File metadata and controls

10 lines (6 loc) · 125 Bytes

JIT_course

To run simplest program, just do:

cmake -B build -GNinja
ninja -C build run_jit_test -j$(nproc)