JuliaORNL / JACC.jl

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

Tag dispatch #78

Closed PhilipFackler closed 6 months ago

PhilipFackler commented 6 months ago

This idea might solve the precompile problem (#53) and also allow users to specify different backends for different kernels (not sure if that's useful).

PhilipFackler commented 6 months ago

Shoot! just realized this duplicates #62 . Delete this and go with that one. :)

williamfgc commented 6 months ago

My two cents is to focus on integration with apps and evaluate :)