llvm / llvm/Polygeist

gpu backend support

Open
#308 3 comments 1 reaction 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.