SciML / PSOGPU.jl

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

Use extensions for different backends #10

Closed utkarsh530 closed 9 months ago

utkarsh530 commented 11 months ago

See: https://github.com/SciML/DiffEqGPU.jl/blob/master/ext/CUDAExt.jl

jpsamaroo commented 9 months ago

This doesn't appear to be required when switching to KernelAbstractions, as we don't end up needing to depend on CUDA et. al