-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Add cutile-python #32071
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
base: main
Are you sure you want to change the base?
Add cutile-python #32071
Conversation
|
Hi! This is the staged-recipes linter and your PR looks excellent! 🚀 |
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
|
|
||
| extra: | ||
| recipe-maintainers: | ||
| - bdice |
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.
@conda-forge/cuda: I will change this from bdice to conda-forge/cuda in a PR after the repo is created. I believe we've had issues in the past with creating feedstock repos where a team is set as the only maintainer.
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.
You can also add conda-forge/cuda-python.
| - __cuda >=13.0 | ||
|
|
||
| tests: | ||
| # Cannot import cuda.tile without a CUDA driver, so just verify package contents |
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.
This seems like a very sharp edge... Good catch.
Checklist
url) rather than a repo (e.g.git_url) is used in your recipe (see here for more details).This PR adds
cutile-python(https://github.com/NVIDIA/cutile-python/), a programming language for NVIDIA GPUs that generates kernels based on Tile IR.Note to reviewers:⚠️ CI is expected to fail in
staged-recipes-- CUDA 12.6 is enabled here but this recipe requires CUDA 13.1 to build. I verified locally that this builds with CUDA 13.1. Once this PR is merged and a feedstock repository is created, we can set up theconda_build_config.yamlneeded for this to build properly.Depends on conda-forge/cuda-tileiras-feedstock#3.