Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mikael Simberg <[email protected]>
  • Loading branch information
rasolca and msimberg authored Dec 12, 2024
1 parent 278785e commit f4d4783
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spack install dla-future@master <variants>
- [umpire](https://github.com/LLNL/Umpire)
- [blaspp](https://bitbucket.org/icl/blaspp/src/default/)
- [lapackpp](https://bitbucket.org/icl/lapackpp/src/default/)
- BLAS/LAPACK implementations (e.g. Intel MKL, OpenBLAS, Nvidia nvpl)
- BLAS/LAPACK implementations (e.g. Intel MKL, OpenBLAS, NVPL)
- A ScaLAPACK implementation (optional, ScaLAPACK-like C API only)
- [whip](https://github.com/eth-cscs/whip) (optional, GPU only)
- [CUDA](https://developer.nvidia.com/cuda) (optional, NVidia GPUs only)
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Changes

- Added (generalized) eigensolver which compute only a part of the eigenspectrum. (#1194)
- `Norm` is now fully asynchronous (#1221)
- Added (generalized) eigensolver which computes 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)

### Performance improvements
Expand Down

0 comments on commit f4d4783

Please sign in to comment.