Manually, outline error path.
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 344
- Forks
- 79
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 27
Description
We should perhaps adapt @checked from GPUToolbox, but more importantly we likely see a lot of unnecessary small allocation due to https://github.com/JuliaParallel/MPI.jl/pull/939#issuecomment-4081474562
CUDA.jl explicitly outlines the error path as well.
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 linked MPI.jl pull-request discussion and compare how GPUToolbox's @checked and CUDA.jl outline error paths. Identify the relevant AMDGPU.jl error path and determine what changes are needed to avoid the unnecessary small allocations described in the issue; done means the path is manually outlined and the allocation concern is addressed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- performance
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100