mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-06 00:03:22 +00:00
upstream TVM. small code cleaning (#10515)
Co-authored-by: Valery Chernov <valery.chernov@deelvin.com>
This commit is contained in:
parent
395a7242d6
commit
46d0b20ac2
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@
|
|||
"component": {
|
||||
"type": "git",
|
||||
"git": {
|
||||
"commitHash": "d62a364ba783afef92623ee531043ee8dbd43566",
|
||||
"commitHash": "d721d320bd2f66d342d24b71600fe1f5e222e952",
|
||||
"repositoryUrl": "https://github.com/apache/tvm.git"
|
||||
},
|
||||
"comments": "needed for TVM EP"
|
||||
|
|
|
|||
2
cmake/external/tvm.cmake
vendored
2
cmake/external/tvm.cmake
vendored
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue