NVIDIA / NVIDIA/TransformerEngine
Add: transformerengine.test()
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.5k
- Forks
- 831
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 65
Description
When end user install as documented as:
pip install git+https://github.com/NVIDIA/TransformerEngine.git@stable
They can't run an TE test to make sure the software stack work well.
We should do as NumPy and add transformerengine.test() (equivalent of numpy.test()).
This way they won't need to clone the repo and checkout the right branch, to test the installation.
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 checking how the installed Python package exposes public helpers and how the repository currently runs its tests. Add the documented transformerengine.test() entry point so a user who installs from the stable branch can run the test suite without cloning the repository, and verify that it reports the test result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100