JuliaORNL / JACC.jl

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

Add __precompile__(false) #71

Closed williamfgc closed 6 months ago

williamfgc commented 6 months ago

Prevent from triggering Julia v1.10 bug (warning in v1.9) Enable passing any type (for now) in VarArgs x... needed in #56 Addresses #53 Trade-off costs need to be understood

williamfgc commented 6 months ago

Test this please