Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 609 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 609 Bytes

bsp_taco library (by Juni Kim)

This is a library that allows binsparse files to be read as, and read into, taco objects. This is a standard cmake project, and the main header file to include for all intents and purposes is <bsp_taco.hpp>

Building

cmake -B build && cmake --build build should just work.

To test, you will need a version of julia on your system with the finch compiler installed.

The dev.sh script and compile_flags.txt are all optimized for the junikimm717/nvim2025:finch docker image