From 7643de8d0964bbd084d660bbe8d6a8e900fd5726 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Mon, 12 Jun 2023 16:38:31 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4efcbcc..3b8aa1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. - Use long double for `check_solution` in case of large problem size. - OneAPI DPCPP compiler is deprecated in favour of ICPX, so added new build option to SYCL 2020 version. - Updates to the HIP kernels and API usage. +- Number of thread-blocks in CUDA dot kernel implementation changed to 1024. ## [v4.0] - 2021-12-22