JuliaGPU / JuliaGPU/KernelAbstractions.jl
Add `printf` support
Open
help wanted
- Dominant language
- Julia
- Stars
- 523
- Forks
- 88
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 25
Description
We don't want people to use string interpolation in the kernel ala `@print("ii = $ii; ij = $ij; ik = $ik; bi = $bi; groupsize() = $(groupsize())\n")`
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points. Start by locating the kernel print implementation and any output-related tests, then determine the intended printf behavior and how it should differ from string interpolation. Done means printf works in kernels without requiring interpolation and is covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- hpc
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100