Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,512 changes: 645 additions & 867 deletions cuda_bindings/pixi.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions cuda_bindings/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ pyglet = ">=2.1.9"
numpy = "*"

[feature.cython-tests.dependencies]
cython = ">=3.2,<3.3" # for tests that exercise APIs from cython
setuptools = "*" # for distutils
gxx = "*" # to compile the generated code
cython = ">=3.2,<3.3" # for tests that exercise APIs from cython
setuptools = "*" # for distutils
gxx = "*" # to compile the generated code
# These are necessary because running the Cython tests requires compiling
# *after* the package is built, and the Cython tests depend on CUDA headers
# transitively (through cuda-bindings)
Expand Down Expand Up @@ -57,7 +57,7 @@ cuda = "13"
cuda-version = "13.1.*"

[environments]
cu13 = { features = ["cu13", "test", "cython-tests"], solve-group = "cu13" }
default = { features = ["cu13", "test", "cython-tests"] }

# TODO: check if these can be extracted from pyproject.toml
[package]
Expand Down
144 changes: 1 addition & 143 deletions cuda_core/pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 5 additions & 7 deletions cuda_core/pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,16 @@ preview = ["pixi-build"]
[workspace.build-variants]
python = ["3.10.*", "3.11.*", "3.12.*", "3.13.*", "3.14.*"]

[dependencies]
cuda-core = { path = "." }

[feature.test.dependencies]
cuda-core = { path = "." }
pytest = "*"
pytest-benchmark = "*"
pytest-randomly = "*"

[feature.cython-tests.dependencies]
cython = ">=3.2,<3.3" # for tests that exercise APIs from cython
setuptools = "*" # for distutils
gxx = "*" # to compile the generated code
cython = ">=3.2,<3.3" # for tests that exercise APIs from cython
setuptools = "*" # for distutils
gxx = "*" # to compile the generated code
# These are necessary because running the Cython tests requires compiling
# *after* the package is built, and the Cython tests depend on CUDA headers
# transitively (through cuda-bindings)
Expand Down Expand Up @@ -62,7 +60,7 @@ cuda-version = "12.*"

# We keep both cu12 and cu13 because cuda.core works with either major version
[environments]
cu13 = { features = ["cu13", "test", "cython-tests"], solve-group = "cu13" }
default = { features = ["cu13", "test", "cython-tests"] }
cu12 = { features = ["cu12", "test", "cython-tests"], solve-group = "cu12" }

# TODO: check if these can be extracted from pyproject.toml
Expand Down
Loading
Loading