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
Can we make the limiter a concrete type instead of UnionAll?
We would need Y to do that, which we don't have until after we've constructed numerics / atmos. For now, I'm proposing, in #2440, that we just use a mirror / singleton type to prescribe if and what limter will be constructed.
Build here: https://buildkite.com/clima/climaatmos-ci/builds/15369#018c6e50-62d1-46f8-af97-4c987d3b8092/149-222
(this was due to #2270), xref: #2270 (comment). cc @Sbozzolo. Generally we try to avoid UnionAll types like this, that need to be broadcasted, because they're not gpu compatible.
The text was updated successfully, but these errors were encountered: