beehive-lab / TornadoVM

TornadoVM: A practical and efficient heterogeneous programming framework for managed languages
https://www.tornadovm.org
Apache License 2.0
1.17k stars 110 forks source link

[fix] Links for LevelZero JNI and Beehive SPIR-V Toolkit fixed #364

Closed jjfumero closed 5 months ago

jjfumero commented 5 months ago

Description

This PR fixes the links to obtain the dependencies for SPIR-V Toolkit and Level Zero JNI

Problem description

The problem was that there were some left-over dependencies to check the Native Windows installation. This PR fixes those with the official repos.

Backend/s tested

Mark the backends affected by this PR.

OS tested

Mark the OS where this PR is tested.

Did you check on FPGAs?

If it is applicable, check your changes on FPGAs.

How to test the new patch?

make BACKEND=opencl,spirv,ptx
make tests