You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tuples of Fields affect compilation time and are a major cause of latency.
In ClimaAtmos, the cache is a massive tuple. A native restructuring of the cache from a tuple to a struct shows 60% latency reduction to get the integrator for a moist case without radiation. The latency is further reduced for more complex cases.
The text was updated successfully, but these errors were encountered:
From CliMA/ClimaCore.jl#1467
Tuples of
Field
s affect compilation time and are a major cause of latency.In
ClimaAtmos
, the cache is a massive tuple. A native restructuring of the cache from a tuple to a struct shows 60% latency reduction to get the integrator for a moist case without radiation. The latency is further reduced for more complex cases.The text was updated successfully, but these errors were encountered: