gpu backend support
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 624
- Forks
- 170
- PR merge metrics
- No merged PRs in 30d
Description
Hi, developers, I found that there is a branch gpu_comp in polygeist, but it seems only lower the IR generated by cuda-lower, do you have plan to support IR generated by cgeist C front-end, such as is can enable gpu path for legacy C code. the main issue I found is how to automatically insert GPU<->host memcpy.
Contributor guide
No contributing guide indexed for this repository
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 by reviewing the gpu_comp branch and comparing the IR path from cuda-lower with the cgeist C front-end. Define how legacy C code should reach the GPU path and how GPU-to-host memcpy insertion should work; completion requires an agreed design and implementation scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, cpp
- Domain
- backend, compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100