[FEA] Allow io::WriteMAT to write multiple tensors.
Open
@nvjonwong is already working on this.
Since Jun 2, 2023.
- Dominant language
- C++
- Stars
- 1.4k
- Forks
- 127
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 11
Description
Currently io::WriteMAT can only write one tensor per file.
Proposal: Allow users to add to a pybind11::dict and then add tensors to that. Provide WriteMAT overload that takes a pybind11::dict directly and writes it to file.
https://github.com/NVIDIA/MatX/tree/nvjonwong/write_multiple_to_mat
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.