Skip to content

Commit

Permalink
Merge pull request #364 from jjfumero/fix/spirv/links
Browse files Browse the repository at this point in the history
[fix] Links for LevelZero JNI and Beehive SPIR-V Toolkit fixed
  • Loading branch information
jjfumero authored Mar 26, 2024
2 parents 2f2ead6 + 1a9c98c commit d2f0aca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def build_levelzero_jni_lib(rebuild=False):
[
"git",
"clone",
"https://github.com/otabuzzman/levelzero-jni#winstall",
"https://github.com/beehive-lab/levelzero-jni",
],
)
build=True
Expand Down Expand Up @@ -184,7 +184,7 @@ def build_spirv_toolkit_and_level_zero(rebuild=False):
[
"git",
"clone",
"https://github.com/otabuzzman/beehive-spirv-toolkit.git#winstall",
"https://github.com/beehive-lab/beehive-spirv-toolkit",
],
)
build = True
Expand Down
4 changes: 2 additions & 2 deletions bin/tornadovm-installer.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ if %spirv% equ 1 (
goto :repoL0JniCloned
)
cd %TORNADO_DIR%
git clone https://github.com/otabuzzman/levelzero-jni
git clone https://github.com/beehive-lab/levelzero-jni
cd levelzero-jni
git checkout winstall
:repoL0JniCloned
Expand All @@ -151,7 +151,7 @@ if %spirv% equ 1 (
goto :repoSpirvTkCloned
)
cd %TORNADO_DIR%
git clone https://github.com/otabuzzman/beehive-spirv-toolkit.git
git clone https://github.com/beehive-lab/beehive-spirv-toolkit
cd beehive-spirv-toolkit
git checkout winstall
:repoSpirvTkCloned
Expand Down

0 comments on commit d2f0aca

Please sign in to comment.