We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26fc7d9 commit ab07506Copy full SHA for ab07506
dpctl-capi/CMakeLists.txt
@@ -41,7 +41,7 @@ option(DPCTL_BUILD_CAPI_TESTS
41
42
# Minimum version requirement only when oneAPI dpcpp is used.
43
if(DPCTL_DPCPP_FROM_ONEAPI)
44
- find_package(IntelSycl 2021.2.0 REQUIRED)
+ find_package(IntelSycl 2021.3.0 REQUIRED)
45
else()
46
find_package(IntelSycl REQUIRED)
47
endif()
0 commit comments