To consider much larger ABMs, it would be great if we can extend Agents.jl to handle GPUs.
Contributor guide
Tech stack
None
Domain
performance
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
5
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
over 1 week
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
needs investigation
Prerequisites
JuliaGPU programmingCUDA.jl or AMDGPU.jl
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
10
Research direction
Investigate how to leverage Julia's GPU computing capabilities, such as CUDA.jl or AMDGPU.jl, to accelerate agent based simulations. Review existing ABM frameworks that have GPU support for design patterns. Examine the current codebase of Agents.jl to understand data structures and parallelization opportunities. Consider starting with a simple model to prototype GPU acceleration.
Extend to GPUs · JuliaDynamics/Agents.jl#70 | Good First Issue