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

[update] LevelZero-JNI dependency updated #363

Closed jjfumero closed 5 months ago

jjfumero commented 5 months ago

Description

This PR updates the dependency with our external JNI library for Level Zero. The 0.1.3 version brings Windows 10/11 installation and can be used for the TornadoVM windows native installation.

Problem description

n/a.

Backend/s tested

This PR only affects the SPIR-V/LevelZero 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?

$ rm -Rf levelzero-jni/
$ make BACKEND=spirv
$ make tests