-
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
flake.nix
Outdated
@@ -8,7 +8,7 @@ | |||
# see https://github.com/renovatebot/renovate/issues/29721 and | |||
# https://github.com/renovatebot/renovate/blob/743fed0ec6ca5810e274571c83fa6d4f5213d4e7/lib/modules/manager/nix/extract.ts#L6. | |||
# We must keep the following string in the file for renovate to work: "github:NixOS/nixpkgs/nixpkgs-unstable" | |||
url = "github:NixOS/nixpkgs?ref=nixos-unstable"; | |||
url = "github:msanft/nixpkgs/msanft/libnvidia-container/driver-bins"; |
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.
The comment above does not apply anymore, and it would be good to have a note that says how we get back to unstable.
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.
This commit is to be removed, see the message
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
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.
e91c280
to
3bd65be
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.