From 28dcf6f9629326c46913cf3cf659c5a8fdf40c68 Mon Sep 17 00:00:00 2001 From: Tom Lin Date: Fri, 1 Sep 2023 03:48:19 +0100 Subject: [PATCH] Bump oneDPL version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 476ea56..89b3a78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,7 +100,7 @@ if (USE_ONEDPL) FetchContent_Declare( oneDPL GIT_REPOSITORY https://github.com/oneapi-src/oneDPL.git - GIT_TAG oneDPL-2022.1.0-rc3 + GIT_TAG oneDPL-2022.2.0-rc1 ) string(TOLOWER ${USE_ONEDPL} ONEDPL_BACKEND) # XXX oneDPL looks for omp instead of openmp, which mismatches(!) with ONEDPL_PAR_BACKEND if using find_package