-
Notifications
You must be signed in to change notification settings - Fork 236
[cuda_pathfinder] Add CUDA 12 support to cuda-pathfinder pixi environments and removing build-variants #1365
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
Conversation
|
/ok to test 9909fe2 |
This comment has been minimized.
This comment has been minimized.
|
/ok to test 368793e |
cpcloud
left a comment
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.
Nothing major, but we should probably put a lower bound on the Python version.
cuda_pathfinder/pixi.toml
Outdated
| [package.run-dependencies] | ||
| python = "*" | ||
| python = ">=3.10" | ||
| setuptools = ">=64" | ||
|
|
||
| [package.run-dependencies] | ||
| python = ">=3.10" |
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.
These are duplicated, which is a bug. I'll add a suggestion here to fix it.
|
/ok to test |
@kkraus14, there was an error processing your request: See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/1/ |
|
/ok to test aa681fd |
|
Merged latest changes from main including: - Added size property to StridedMemoryView (NVIDIA#1363) - NVML bindings updates (NVIDIA#1360) - cuda_pathfinder pixi configuration (NVIDIA#1365, NVIDIA#1361) All changes merged cleanly with no conflicts.
cu12pixi environment for CUDA 12 testingnoarch = "python"in package configuration