[FEA]: Support pulling in the matx tensor class minimally
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.4k
- Forks
- 127
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 11
Description
We should support a user getting just the tensor class from matx by including for example /matx/core/matx_tensor.h without pulling in all the operators/transforms/etc.
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.
Research direction
Start by inspecting /matx/core/matx_tensor.h and the current include structure to identify which operators and transforms are pulled in unnecessarily. Determine the minimal dependency boundary needed for users to include the tensor class alone; done means that header can be included without bringing in the broader operator and transform components.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- hpc
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100