Skip to content

Commit f249c3f

Browse files
committed
update tag and include path
1 parent 2e8becc commit f249c3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/SYCLTLA.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ if(NOT __SYCLTLA_INCLUDED)
1616
FetchContent_Declare(
1717
repo-sycl-tla
1818
GIT_REPOSITORY https://github.com/intel/sycl-tla.git
19-
GIT_TAG main
19+
GIT_TAG v0.5
2020
GIT_SHALLOW OFF
2121
)
2222
FetchContent_GetProperties(repo-sycl-tla)
2323
if(NOT repo-sycl-tla_POPULATED)
2424
FetchContent_Populate(repo-sycl-tla)
2525
endif()
2626
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)
27+
${repo-sycl-tla_SOURCE_DIR}/applications
28+
${repo-sycl-tla_SOURCE_DIR}/tools/util/include)
2929
set(SYCLTLA_COMPILE_DEFINITIONS CUTLASS_ENABLE_SYCL SYCL_INTEL_TARGET)
3030
endif()

0 commit comments

Comments
 (0)