Skip to content

Add Pixi CUDA Environment #1208

Description

@seanlaw

In pyproject.toml, it might be worth it (after numba-cuda-mlir is stable) to eventually add:

[tool.pixi.feature.cuda]
platforms = ["linux-64", "linux-aarch64"]

[tool.pixi.feature.cuda.dependencies]
cuda-nvcc = "*"
numba-cuda-mlir = "*"

[tool.pixi.environments]
cuda = ["cuda"]

And then, this can be activated via:

pixi shell -e cuda

or

pixi run -e cuda tests gpu

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions