Skip to content

Commit 8e692dc

Browse files
author
Pavel Chupin
authored
[SYCL][ESIMD] Update vc-intrinsics deps to the top of the trunk (#5460)
dpcpp_staging branch is supposed to be used to workaround issues faced due to async pulldowns from llvm-project upstream to vc-intrinsics project and to DPC++ project. As soon as all 3 projects are in sync we should switch DPC++ to the main branch of vc-intrinsics. This is what this change is doing. Meanwhile dpcpp_staging will continue to be used to workaround next set of upstream pulldown issues.
1 parent 240bcf0 commit 8e692dc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

llvm/lib/SYCLLowerIR/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ endif()
1313
if (NOT TARGET LLVMGenXIntrinsics)
1414
if (NOT DEFINED LLVMGenXIntrinsics_SOURCE_DIR)
1515
set(LLVMGenXIntrinsics_GIT_REPO https://github.com/intel/vc-intrinsics.git)
16-
set(LLVMGenXIntrinsics_GIT_TAG dpcpp_staging)
16+
# commit d2f78f24314cd5aad1f633042cf5ae49b0ecdb24
17+
# Author: Sergey Semenov <sergey.semenov@intel.com>
18+
# Date: Tue Jan 25 17:59:19 2022 +0000
19+
# Fix an issue with GenXIntrinsicDescription.gen includes
20+
set(LLVMGenXIntrinsics_GIT_TAG d2f78f24314cd5aad1f633042cf5ae49b0ecdb24)
1721

1822
message(STATUS "vc-intrinsics repo is missing. Will try to download it from ${LLVMGenXIntrinsics_GIT_REPO}")
1923
include(FetchContent)

0 commit comments

Comments
 (0)