Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename test definitions #237

Merged
merged 5 commits into from
Oct 8, 2024
Merged

Conversation

TaekyungHeo
Copy link
Member

Summary

Naming conventions in CloudAI are not accurate. UCC and NCCL are libraries, while UCC tests and NCCL tests are what we are running in CloudAI. Chakra is a project that includes Chakra replay as a tool.

  • Rename UCCCmdArgs to UCCTestCmdArgs
  • Rename NCCLCmdArgs to NCCLTestCmdArgs
  • Rename Chakra to ChakraReplay

Test Plan

CI passes

@TaekyungHeo TaekyungHeo added enhancement New feature or request Oct24 Oct'24 release feature labels Oct 7, 2024
Copy link
Contributor

@amaslenn amaslenn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with Chakra change, but UCCCmdArgs -> UCCTestCmdArgs seems unreasonable. It is also longer now. And following this logic, UCCTestDefinition should become UCCTestTestDefinition now.

P.S. all our "tests" are better described as "workloads" IMO:

  1. UCCTestDefinition -> UCCWorkload
  2. TestScenario -> Suite. Tests inside scenario -> Cases.
  3. etc.

@TaekyungHeo
Copy link
Member Author

@srinivas212 & @srivatsankrishnan, please review our discussion. Let's talk about this later.

I incorporated @amaslenn's comments and reverted the changes to the UCC and NCCL test names. Let's merge what we've already agreed on first.

@TaekyungHeo TaekyungHeo merged commit 2001e19 into NVIDIA:main Oct 8, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Oct24 Oct'24 release feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants