NVIDIA / NVIDIA/TransformerEngine

Add: transformerengine.test()

Open
#170 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.