Skip to content

Commit

Permalink
Update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tom91136 committed Sep 25, 2023
1 parent def6dad commit 29b03be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ All notable changes to this project will be documented in this file.
- Updates to the HIP kernels and API usage.
- Number of thread-blocks in CUDA dot kernel implementation changed to 1024.
- Fix compatibility of `sycl2020` (now `sycl2020-acc`) with hipSYCL.
- Bumped Julia compat to 1.9
- Bumped Rust to 1.74.0-nightly (13e6f24b9 2023-09-23)


## [v4.0] - 2021-12-22
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ BabelStream is currently implemented in the following parallel programming model
- C++ Parallel STL
- Kokkos
- RAJA
- SYCL and SYCL 2020
- SYCL and SYCL2020 (USM and accessors)
- TBB
- Thrust (via CUDA or HIP)

Expand Down Expand Up @@ -165,7 +165,7 @@ The `MODEL` variant selects one implementation of BabelStream to build.
Currently available models are:
```
omp;ocl;std;std20;hip;cuda;kokkos;sycl;sycl2020;acc;raja;tbb;thrust
omp;ocl;std-data;std-indices;std-ranges;hip;cuda;kokkos;sycl;sycl2020-acc;sycl2020-usm;acc;raja;tbb;thrust
```
### GNU Make
Expand Down

0 comments on commit 29b03be

Please sign in to comment.