-
Notifications
You must be signed in to change notification settings - Fork 74
StreamTest no longer needs the HostIrLowering knob. #5748
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
Conversation
|
!test |
|
Review updated until commit d51d263 Description
|
| Relevant files | |||
|---|---|---|---|
| Enhancement |
|
PR Reviewer Guide
Here are some key observations to aid the review process:
| 🧪 PR contains tests |
| ⚡ Recommended focus areas for review |
Minimal Change Validation
|
Greptile SummarySimplified the
The change indicates that the Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Test as StreamTest (Test Suite)
participant NVFuser as NVFuserTest (Base)
participant Options as EnableOptionsGuard
Note over Test,NVFuser: Before PR
Test->>Options: StreamTest() constructor
Options->>Options: set(EnableOption::HostIrLowering)
Test->>NVFuser: Inherits from NVFuserTest
Note over Test,NVFuser: After PR
Note over Test: using StreamTest = NVFuserTest
Test->>NVFuser: Direct type alias (no custom setup)
Note over Test,Options: HostIrLowering option no longer needed
|
|
!test |
No description provided.