GraphBLAS / binsparse-specification

A cross-platform binary storage format for sparse data, particularly sparse matrices.
https://graphblas.org/binsparse-specification/
BSD 3-Clause "New" or "Revised" License
15 stars 4 forks source link

Use the reference C parser in TACO #44

Open willow-ahrens opened 7 months ago

willow-ahrens commented 7 months ago

We need to extend either the draft c parser here: https://github.com/GraphBLAS/binsparse-reference-c or the draft c++ parser here: https://github.com/GraphBLAS/binsparse-reference-impl to handle the tensor extensions, then write taco bindings for them. related issue: #42