SciML / PSOGPU.jl

GPU accelerated Particle Swarm Optimization
MIT License
13 stars 1 forks source link

Resolve race condition in synchronous Particle Swarm #3

Closed utkarsh530 closed 7 months ago

utkarsh530 commented 11 months ago

https://arxiv.org/pdf/2205.01313.pdf (Fuse all the kernels with atomics, shared memory, and thread lock)