JuliaORNL / JACC.jl

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

Add tag dispatch to separate backend implementations #114

Open PhilipFackler opened 2 months ago

PhilipFackler commented 2 months ago

Reincarnating #78

This enables precompilation and keeps the tags as implementation details which can be directly used only (ill-advisedly) by folks who are familiar with the internals.