-
Notifications
You must be signed in to change notification settings - Fork 223
Expand Windows test matrix to reproduce and fix nvbugs 5630448 #1242
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
Expand Windows test matrix to reproduce and fix nvbugs 5630448 #1242
Conversation
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
…r modes Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
…r mode support Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
|
/ok to test 16b0e3f |
This comment has been minimized.
This comment has been minimized.
|
Awesome, thanks! |
- we do not have access to rtx6000ada - rtxpro6000 is a datacenter card - cover WDDM in at least 2 pipelines
… different modes rtx2080, rtx4090, rtxpro6000, v100, a100, l4 (t4 nodes are too slow)
|
/ok to test f2ffbb1 |
|
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
|
Another small puzzle: Here in the CI I see https://github.com/NVIDIA/cuda-python/actions/runs/19411934928/job/55534848113 That's also what I saw on the TITAN RTX colossus workstation yesterday with the 591.32 driver. I just installed the 591.34 driver and kitpick034 on my main workstation (not colossus), now there are |
leofang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix
|
I tested commit da63359 here interactively on the TITAN RTX colossus workstation, with CTK 13.0.2. No failures anymore: But on my main workstation I'm still seeing the same |
|
/ok to test 6c8cbcb |
|
@Andy-Jost yes I already fixed them in 6c8cbcb. You were reviewing while I was pushing the fix 🙂 Late evening caused stupid bugs like these... |
|
This PR is ready for review/merge to unblock Ralf. |
|
Interestingly, on my main workstation I'm still seeing one error (below). But I think we should deal with that separately. CTK = |
Andy-Jost
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
| } | ||
| pnputil /disable-device /class Display | ||
| pnputil /enable-device /class Display | ||
| # Give it a minute to settle: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: moment (not minute)
@rwgk I suspect this would be an actual issue that we should bring to the driver team, given what you described above that this test passed with 591.32 and fails now with 591.34. |
There were two variables:
Possibly the 591.32 vs 591.34 driver may NOT make a difference. I'd have to try it out to be sure. |
|
Oh: In the meantime (I think yesterday or Sunday night) I also changed the driver on the TITAN RTX machine, it's 591.34 now, too. I.e. it's almost certain that it's |
This is new to me. Let's continue this conversation offline. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI @alliepiper I backported your changes in CCCL to here 😋
Description
close #462
close #984
closes #985
close #1024
close #1241
expand Windows test matrix to cover
& MCDMUsing this PR, we can reproduce nvbugs 5630448 and I worked out a fix for it.
Checklist