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
Fix some bugs
Widen benchmarks, fix CPU-GPU dispatch
Fix code loading
Specialize in gpu pointwise kernels
Fix adapt call
Ensure has_uniform_datalayouts for cuda copyto
Dont limit recursion in get_struct_linear
Bump allocation limit, add mem to benchmark stencil job
Specialize HF for fused kernels
Simplify n_dofs
Add some docs and change HorizontalLayout to horizontal_layout_type
Apply formatter
Revert n_ndofs simplification
Add some unit tests, and fix empty field edge cases
Add some comments, use todata for some broadcasted objects
Forward todata, extend onExtrudedBroadcasted
Apply formatter
Use more non-specific DimensionMismatch error
Add a new unit test
Add more unit tests with edge case fixes
Fix more edge cases
Copy file name to clipboardexpand all lines: NEWS.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,15 @@ ClimaCore.jl Release Notes
4
4
main
5
5
-------
6
6
7
-
- Fixed world-age issue on Julia 1.11 issue [Julia#54780](https://github.com/JuliaLang/julia/issues/54780), PR [#2034](https://github.com/CliMA/ClimaCore.jl/pull/2034).
7
+
- We've added new datalayouts: `VIJHF`,`IJHF`,`IHF`,`VIHF`, to explore their performance compared to our existing datalayouts: `VIJFH`,`IJFH`,`IFH`,`VIFH`. PR [#2055](https://github.com/CliMA/ClimaCore.jl/pull/2053), PR [#2052](https://github.com/CliMA/ClimaCore.jl/pull/2055).
8
+
- We've refactored some modules to use less internals. PR [#2053](https://github.com/CliMA/ClimaCore.jl/pull/2053), PR [#2052](https://github.com/CliMA/ClimaCore.jl/pull/2052), [#2051](https://github.com/CliMA/ClimaCore.jl/pull/2051), [#2049](https://github.com/CliMA/ClimaCore.jl/pull/2049).
9
+
- Some work was done in attempt to reduce specializations and compile time. PR [#2042](https://github.com/CliMA/ClimaCore.jl/pull/2042), [#2041](https://github.com/CliMA/ClimaCore.jl/pull/2041)
8
10
9
11
v0.14.19
10
12
-------
11
13
14
+
- Fixed world-age issue on Julia 1.11 issue [Julia#54780](https://github.com/JuliaLang/julia/issues/54780), PR [#2034](https://github.com/CliMA/ClimaCore.jl/pull/2034).
15
+
12
16
### ![][badge-🐛bugfix] Fix undefined behavior in `DataLayout`s
13
17
14
18
PR [#2034](https://github.com/CliMA/ClimaCore.jl/pull/2034) fixes some undefined
0 commit comments