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 2e8becc commit f249c3fCopy full SHA for f249c3f
cmake/SYCLTLA.cmake
@@ -16,15 +16,15 @@ if(NOT __SYCLTLA_INCLUDED)
16
FetchContent_Declare(
17
repo-sycl-tla
18
GIT_REPOSITORY https://github.com/intel/sycl-tla.git
19
- GIT_TAG main
+ GIT_TAG v0.5
20
GIT_SHALLOW OFF
21
)
22
FetchContent_GetProperties(repo-sycl-tla)
23
if(NOT repo-sycl-tla_POPULATED)
24
FetchContent_Populate(repo-sycl-tla)
25
endif()
26
set(SYCLTLA_INCLUDE_DIRS ${repo-sycl-tla_SOURCE_DIR}/include
27
- ${repo-sycl-tla_SOURCE_DIR}/tools/util/include
28
- ${repo-sycl-tla_SOURCE_DIR}/examples/common)
+ ${repo-sycl-tla_SOURCE_DIR}/applications
+ ${repo-sycl-tla_SOURCE_DIR}/tools/util/include)
29
set(SYCLTLA_COMPILE_DEFINITIONS CUTLASS_ENABLE_SYCL SYCL_INTEL_TARGET)
30
0 commit comments