Skip to content

Commit

Permalink
change vaip in cmake/deps.txt point to SHA1
Browse files Browse the repository at this point in the history
  • Loading branch information
mingyue committed Feb 8, 2025
1 parent e82b903 commit 0db22b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmake/deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ directx_headers;https://github.com/microsoft/DirectX-Headers/archive/refs/tags/v
cudnn_frontend;https://github.com/NVIDIA/cudnn-frontend/archive/refs/tags/v1.7.0.zip;d0753d8d5b39947ca0729d7773cb84653a129eb1
dawn;https://github.com/google/dawn/archive/12a3b24c456cebd9fd11f23ac0164f78129b00c6.zip;ad428f6dc16f1336d584f7bad5714e1097dafc43
kleidiai;https://gitlab.arm.com/kleidi/kleidiai/-/archive/v0.2.0/kleidiai-v0.2.0.zip;B1E3173992FD91F20DB904AB77D6E901778C2681
vaip;https://github.com/amd/vaip.git;main
vaip;https://github.com/amd/vaip/archive/refs/tags/v1.0.0-rc0.zip;e084b71c0277e2e3263179a4682300d427ff83e7
6 changes: 2 additions & 4 deletions cmake/onnxruntime_providers_vitisai.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
# Licensed under the MIT License.
FetchContent_Declare(
vaip
GIT_REPOSITORY ${DEP_URL_vaip}
GIT_TAG ${DEP_SHA1_vaip}
GIT_SUBMODULES_RECURSE FALSE
GIT_SHALLOW TRUE
URL ${DEP_URL_vaip}
URL_HASH SHA1=${DEP_SHA1_vaip}
OVERRIDE_FIND_PACKAGE
)
find_package(vaip)
Expand Down

0 comments on commit 0db22b8

Please sign in to comment.