NVIDIA / NVIDIA/MatX

[FEA]: Support pulling in the matx tensor class minimally

Open
#410 0 comments 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.