JuliaORNL / JACC.jl

CPU/GPU parallel performance portable layer in Julia via functions as arguments
MIT License
19 stars 9 forks source link

Add 3D parallel_for and computational grid on GPU #101

Closed williamfgc closed 2 months ago

williamfgc commented 2 months ago

Currently JACC parallel_for allows 1D and 2D dimensions signatures. Extend this to 3D to enable computational grid on GPU.