Skip to content

Build cython tests as part of the main test suite#1974

Open
mdboom wants to merge 3 commits intoNVIDIA:mainfrom
mdboom:cython-tests
Open

Build cython tests as part of the main test suite#1974
mdboom wants to merge 3 commits intoNVIDIA:mainfrom
mdboom:cython-tests

Conversation

@mdboom
Copy link
Copy Markdown
Contributor

@mdboom mdboom commented Apr 24, 2026

Fix #1973. It's too easy to forget tests that aren't part of the regular test-running suite.

This automatically builds these tests if precompiled objects aren't found. This allows us to keep compiling on the build machine and testing on a machine without a compiler, while also allowing for more seamless local development.

@github-actions github-actions Bot added CI/CD CI/CD infrastructure cuda.bindings Everything related to the cuda.bindings module cuda.core Everything related to the cuda.core module labels Apr 24, 2026
@mdboom mdboom self-assigned this Apr 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI/CD CI/CD infrastructure cuda.bindings Everything related to the cuda.bindings module cuda.core Everything related to the cuda.core module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Include cuda_bindings Cython tests in main cuda_bindings test suite

1 participant