microsoft/onnxruntime-extensions

Public

mirrored fromhttps://github.com/microsoft/onnxruntime-extensionsAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
9edf572de9b3e5eb261ca06060e6b2e4ab4012df

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

cmake/externals/cutlass.cmake

7lines · modecode

1FetchContent_Declare(
2 cutlass
3 GIT_REPOSITORY https://github.com/NVIDIA/cutlass.git
4 GIT_TAG v3.1.0
5 EXCLUDE_FROM_ALL)
6set(CUTLASS_ENABLE_HEADERS_ONLY ON CACHE BOOL "")
7FetchContent_MakeAvailable(cutlass)
8