Skip to content

Conversation

@bdice
Copy link
Contributor

@bdice bdice commented Jan 30, 2026

Checklist

  • Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml".
  • License file is packaged (see here for an example).
  • Source is from official source.
  • Package does not vendor other packages. (If a package uses the source of another package, they should be separate packages or the licenses of all packages need to be packaged).
  • If static libraries are linked in, the license of the static library is packaged.
  • Package does not ship static libraries. If static libraries are needed, follow CFEP-18.
  • Build number is 0.
  • A tarball (url) rather than a repo (e.g. git_url) is used in your recipe (see here for more details).
  • GitHub users listed in the maintainer section have posted a comment confirming they are willing to be listed there.
  • When in trouble, please check our knowledge base documentation before pinging a team.

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 the conda_build_config.yaml needed for this to build properly.

Depends on conda-forge/cuda-tileiras-feedstock#3.

@github-actions
Copy link
Contributor

Hi! This is the staged-recipes linter and your PR looks excellent! 🚀

@conda-forge-admin
Copy link
Contributor

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 (recipes/cutile-python/recipe.yaml) and found it was in an excellent condition.


extra:
recipe-maintainers:
- bdice
Copy link
Contributor Author

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.

Copy link
Member

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
Copy link
Member

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.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants