microsoft/onnxruntime-extensions

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
c3c5f1cbb135fc9ccc673ae99b31e4ce6a9e2669

Branches

Tags

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

Clone

HTTPS

Download ZIP

cmake/externals/cutlass.cmake

10lines · modecode

1FetchContent_Declare(
2 cutlass
3 GIT_REPOSITORY https://github.com/NVIDIA/cutlass.git
4 GIT_TAG v3.1.0
5)
6
7FetchContent_GetProperties(cutlass)
8if(NOT cutlass_POPULATED)
9 FetchContent_Populate(cutlass)
10endif()
11