upstream TVM. small code cleaning (#10515)

Co-authored-by: Valery Chernov <valery.chernov@deelvin.com>
This commit is contained in:
Valery Chernov 2022-03-04 14:15:29 +03:00 committed by GitHub
parent 395a7242d6
commit 46d0b20ac2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@
"component": {
"type": "git",
"git": {
"commitHash": "d62a364ba783afef92623ee531043ee8dbd43566",
"commitHash": "d721d320bd2f66d342d24b71600fe1f5e222e952",
"repositoryUrl": "https://github.com/apache/tvm.git"
},
"comments": "needed for TVM EP"

View file

@ -4,7 +4,7 @@ if (onnxruntime_USE_TVM)
FetchContent_Declare(
tvm
GIT_REPOSITORY https://github.com/apache/tvm.git
GIT_TAG d62a364ba783afef92623ee531043ee8dbd43566
GIT_TAG d721d320bd2f66d342d24b71600fe1f5e222e952
)
FetchContent_GetProperties(tvm)