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

[spirv] Update the SPIR-V Toolkit dep. to 0.0.4 #361

Closed jjfumero closed 5 months ago

jjfumero commented 5 months ago

Description

This PR updates the dependency for the Beehive SPIR-V Toolkit to the latest version in preparation for the integration of the Windows Native Installer.

Problem description

n/ a.

Backend/s tested

This PR only affects the SPIR-V backend.

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?

To test properly, I removed the m2/repo directory as well as the local directory with the dependencies

rm -Rf ~/.m2/repository/*
rm -Rf beehive-spirv-toolkit/ levelzero-jni/

make BACKEND=spirv
make tests