Skip to content

Commit

Permalink
update TVM with needed functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
Valery Chernov committed Sep 30, 2022
1 parent b7fc7d3 commit 7de7c7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cgmanifests/cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"component": {
"type": "git",
"git": {
"commitHash": "3425ed846308a456f98404c79f6df1693bed6377",
"commitHash": "3e3d900c66ba8caad6b491c60d1331be470f9cba",
"repositoryUrl": "https://github.com/apache/tvm.git"
},
"comments": "needed for TVM EP"
Expand Down
2 changes: 1 addition & 1 deletion cmake/external/tvm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (onnxruntime_USE_TVM)
FetchContent_Declare(
tvm
GIT_REPOSITORY https://github.com/apache/tvm.git
GIT_TAG 3425ed846308a456f98404c79f6df1693bed6377
GIT_TAG 3e3d900c66ba8caad6b491c60d1331be470f9cba
)

FetchContent_GetProperties(tvm)
Expand Down

0 comments on commit 7de7c7c

Please sign in to comment.