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
-[badge-🤖precisionΔ][badge-🚀performance] increments are now fused in the imex ARK method. This should yield better GPU performance, and may result in machine-precision changes.
8
+
9
+
<!--
10
+
Contributors are welcome to begin the description of changelog items with badge(s) below. Here is a brief description of when to use badges for a particular pull request / set of changes:
11
+
- 🔥behavioralΔ - behavioral changes. For example: a new model is used, yielding more accurate results.
12
+
- 🤖precisionΔ - machine-precision changes. For example, swapping the order of summed arguments can result in machine-precision changes.
13
+
- 💥breaking - breaking changes. For example: removing deprecated functions/types, removing support for functionality, API changes.
14
+
- 🚀performance - performance improvements. For example: improving type inference, reducing allocations, or code hoisting.
15
+
- ✨feature - new feature added. For example: adding support for a cubed-sphere grid
16
+
- 🐛bugfix - bugfix. For example: fixing incorrect logic, resulting in incorrect results, or fixing code that otherwise might give a `MethodError`.
0 commit comments