Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Rocco Meli <[email protected]>
  • Loading branch information
rasolca and RMeli authored Dec 11, 2024
1 parent 896ee39 commit 278785e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spack install dla-future@master <variants>

### Version constraints

Please refer to the spack package for requirements and conflicts.
Please refer to the [Spack package](https://packages.spack.io/package.html?name=dla-future) for requirements and conflicts.

### Get DLA-Future

Expand Down
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@

- Added (generalized) eigensolver which compute only a part of the eigenspectrum. (#1194)
- `Norm` is now fully asynchronous (#1221)
- `stdexec is now included only in C++ files, allowing builds with CUDA enabled. (#1188)
- `stdexec` is now included only in C++ files, allowing builds with CUDA enabled. (#1188)

### Performance improvements

- Refactored communication to use pika's `transform_mpi` and polling support (#1125)
- Use custom coalescing heuristic for memory pools (#1183)
- Added configuration option for number of CUDA streams and cuBLAS/SOLVER handles (#1222, #1182)
- Some algorithmic clean-up and improvement (#1213, #1219, #1232)
- Refactored communication to use pika's `transform_mpi` and polling support. (#1125)
- Use custom coalescing heuristic for memory pools. (#1183)
- Added configuration option for number of CUDA streams and cuBLAS/SOLVER handles. (#1222, #1182)
- Some algorithmic clean-ups and improvements. (#1213, #1219, #1232)

### Bug fixes

- Work around buggy HIP complex operator overloads (#1195)
- Namespace (SCA)LAPACK CMake modules with DLAF to avoid conflicts with other packages (#1178)
- Work around buggy HIP complex operator overloads. (#1195)
- Namespace (SCA)LAPACK CMake modules with DLAF to avoid conflicts with other packages. (#1178)

## DLA-Future 0.6.0

Expand Down

0 comments on commit 278785e

Please sign in to comment.