Update CHANGELOG.md

This commit is contained in:
Tom Deakin 2023-10-12 11:11:19 +01:00 committed by GitHub
parent f3aaca06dd
commit 773814f0f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
- Thrust managed memory. - Thrust managed memory.
- HIP managed memory. - HIP managed memory.
- New implementation using SYCL2020 USM (sycl2020-acc) and renamed original `sycl2020` to `sycl2020-acc`. - New implementation using SYCL2020 USM (sycl2020-acc) and renamed original `sycl2020` to `sycl2020-acc`.
- New implementation in Fortran
- New implementation in [Futhark](https://futhark-lang.org/) - New implementation in [Futhark](https://futhark-lang.org/)
- Data initialisation and read-back timing for all models, including Java, Scala, Julia, and Rust - Data initialisation and read-back timing for all models, including Java, Scala, Julia, and Rust
- Add support for the latest Aparapi (3.0.0) and TornadoVM (0.15.x) for Java - Add support for the latest Aparapi (3.0.0) and TornadoVM (0.15.x) for Java