JuliaORNL / JACC.jl

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

[Enhancement]Simplification of JACC interface #68

Closed kmp5VT closed 4 months ago

kmp5VT commented 4 months ago

I created a small example in the PR of how it should be possible to create a JACCArray wrapper and then use multiple dispatch to choose the different distributed backend instead of relying on a global flag.