From b665ffd4b880bb401c97579ffc75762fba69a5ea Mon Sep 17 00:00:00 2001 From: "romain.biessy" Date: Wed, 13 Nov 2024 17:28:24 +0000 Subject: [PATCH] Update news section --- docs/backend/SYCL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/backend/SYCL.md b/docs/backend/SYCL.md index ea34182e4..9c56ed833 100644 --- a/docs/backend/SYCL.md +++ b/docs/backend/SYCL.md @@ -41,6 +41,8 @@ The following release is verified with good quality: ## News +- 2024.11 + - Use syclcompat to improve the performance on some backends. This requires to use oneAPI 2025.0 or more recent. - 2024.8 - Use oneDNN as the default GEMM library, improve the compatibility for new Intel GPUs.