`cuda.core.Program`: Support Tile IR
Nobody has claimed this yet.
- Dominant language
- Cython
- Stars
- 3.4k
- Forks
- 329
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 116
Description
Currently this is low priority because there is no such thing like "libtile", only tileiras which is an executable. We prefer in-process compilation through compiler libraries over subprocess calls to compiler executables such as tileiras and ptxas, so unless there is a strong desire we can hold off for now.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the cuda.core.Program API and investigate whether an in-process compiler library for Tile IR exists, since the issue notes that tileiras is currently only an executable. Done would mean defining how Tile IR support could avoid subprocess calls, but the issue does not identify files, tests, or a concrete implementation scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100