Skip to content

tests: enumerate CUDA devices for GPU-only system checks - #2916

Merged
isVoid merged 1 commit into
NVIDIA:mainfrom
isVoid:codex/filter-non-cuda-system-tests
Sep 18, 2026
Merged

isVoid merged 1 commit into
NVIDIA:mainfrom
isVoid:codex/filter-non-cuda-system-tests

Conversation

@isVoid

@isVoid isVoid commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

Description

cuda 1.2.0 contains some tests that queries using CUDA API, which would fail on N1X systems due to the non-CUDA devices. Previously we had fixes for some of the test to enumerate only on CUDADevice.get_all_devices(), but they don't cover all tests impacted. This PR fixes that.

@github-actions github-actions Bot added the cuda.core Everything related to the cuda.core module label Sep 18, 2026

@mdboom mdboom left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@isVoid isVoid self-assigned this Sep 18, 2026
@isVoid isVoid added test Improvements or additions to tests P1 Medium priority - Should do labels Sep 18, 2026
@isVoid isVoid added this to the cuda.core 1.3.0 milestone Sep 18, 2026
@isVoid

isVoid commented Sep 18, 2026

Copy link
Copy Markdown
Contributor Author

@github-actions

This comment has been minimized.

@isVoid
isVoid merged commit f59229e into NVIDIA:main Sep 18, 2026
119 of 122 checks passed
@github-actions

This comment has been minimized.

@github-actions

Copy link
Copy Markdown
Contributor
Doc Preview CI
Preview removed because the pull request was closed or merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cuda.core Everything related to the cuda.core module P1 Medium priority - Should do test Improvements or additions to tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants