Implement dynamic kernel launch
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 344
- Forks
- 79
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 27
Description
LLVM and the ROCm device libs expose the necessary functions to access the owning queue for a kernel and place packets on it. We should implement the equivalent of CUDAnative's dynamic_cufunction to make use of this.
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 reading the existing CUDAnative dynamic_cufunction implementation and the LLVM and ROCm device-library interfaces mentioned in the issue. Trace how a kernel accesses its owning queue and how packets are placed on it. Done means AMDGPU.jl provides the equivalent dynamic kernel launch behavior, with coverage for the relevant launch path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100