-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add GPU E2E Test #1136
base: msanft/gpu-runtime-class
Are you sure you want to change the base?
Add GPU E2E Test #1136
Conversation
f1fcfd7
to
e92e97d
Compare
2218242
to
5bfe77f
Compare
e92e97d
to
b24fc44
Compare
5bfe77f
to
fa64242
Compare
f7384f3
to
1b54d8c
Compare
fa64242
to
8674ee5
Compare
1b54d8c
to
437b977
Compare
a59e508
to
2c70c4e
Compare
896901f
to
9ee8c10
Compare
2c70c4e
to
1f69236
Compare
60a66f5
to
b8b5b31
Compare
1f69236
to
acf8e0a
Compare
b8b5b31
to
e91c280
Compare
acf8e0a
to
fe591c1
Compare
e91c280
to
3bd65be
Compare
fe591c1
to
eb8de6c
Compare
3bd65be
to
3592c49
Compare
@@ -10,6 +10,7 @@ on: | |||
options: | |||
- genpolicy | |||
- getdents | |||
- gpu |
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.
Should this also go into nightly and/or regression test workflows?
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.
@katexochen do you have a stance on that? I think there should be no problem running it on nightly.
64bba4f
to
3a5d4bc
Compare
a26ee1e
to
a0c1f64
Compare
This adds an E2E test for GPU use on Contrast. It currently runs on the GPU-enabled bare-metal SNP runner. The test currently only verifies that the GPU is available via nvidia-smi, which also verifies that driver and CUDA work correctly.
a0c1f64
to
721a4c6
Compare
This adds an E2E test for GPU use on Contrast.
It currently runs on the GPU-enabled bare-metal SNP runner.
The test currently only verifies that the GPU is available via
nvidia-smi, which also verifies that driver and CUDA work correctly.