`cuda.core.ObjectCode`: Support Tile IR
Open
Nobody has claimed this yet.
cuda.core
feature
P1
- Dominant language
- Cython
- Stars
- 3.4k
- Forks
- 329
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 116
Description
While we can't generate Tile IR yet (#1322), we can already load it from disk/memory:
https://github.com/NVIDIA/cutile-python/blob/9db6438f2beea52f9ae3632c9a6815061eb1c761/cext/tile_kernel.cpp#L124-L151
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 cuda.core.ObjectCode and compare its current loading paths with cext/tile_kernel.cpp lines 124-151 in the linked reference. Verify that Tile IR can be loaded from both disk and memory, and add or update the relevant coverage if the repository identifies tests for ObjectCode.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100