Skip to content

rename the repo, drop -private#129

Merged
farhadrgh merged 2 commits into
mainfrom
rename
Jun 4, 2026
Merged

rename the repo, drop -private#129
farhadrgh merged 2 commits into
mainfrom
rename

Conversation

@farhadrgh

Copy link
Copy Markdown
Collaborator

Summary

Environment setup

Create the conda environment (required to run tests):

bash setup_conda_env.sh
conda activate nvsubquadratic

Pre-commit

Run locally before pushing:

pre-commit install
pre-commit run --all-files

Test plan

Documentation checklist

For every new or modified public symbol in nvsubquadratic/ or experiments/:

  • Every new module has a module-level docstring explaining what it contains and why.
  • Every new public class has a class docstring covering purpose, math/motivation, and key attributes.
  • Every new public method / function has Args: and Returns: blocks with tensor shapes where applicable.
  • Math notation is consistent with the paper (or a comment explains any deviation).
  • Docstrings containing backslashes use r"""...""" (required by ruff D301).
  • If a new file was added, a row has been added to docs-tracker.md with status [x].

See CONVENTIONS.md for the full style guide.

Signed-off-by: Farhad Ramezanghorbani <farhadr@nvidia.com>
@farhadrgh farhadrgh requested a review from saeepaliwal as a code owner June 4, 2026 17:45
@farhadrgh farhadrgh requested a review from Dafidofff June 4, 2026 17:45
Signed-off-by: Farhad Ramezanghorbani <farhadr@nvidia.com>
@farhadrgh farhadrgh merged commit 185f3cc into main Jun 4, 2026
4 checks passed
@farhadrgh farhadrgh deleted the rename branch June 4, 2026 19:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant