beehive-lab / TornadoVM

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

Add URL for JDK Temurin Windows #486

Closed jjfumero closed 3 days ago

jjfumero commented 3 days ago

Description

Related issue #471. This PR adds the Temurin url for Windows. I can't access to a Windows machine right now. @stratika , when you get the time, give it a try.

Problem description

n/ a.

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?

[UPDATED INSTRUCTIONS]

python -m venv .venv
.venv\Scripts\activate.bat
.\bin\windowsMicrosoftStudioTools2022.cmd
python .\bin\tornadovm-installer --jdk temurin-jdk-21 --backend=opencl,ptx
tornado-test -V
stratika commented 3 days ago

I tried it, it works. Just a minor fix to test it, as per our guideline:

python -m venv .venv
.venv\Scripts\activate.bat
.\bin\windowsMicrosoftStudioTools2022.cmd
python .\bin\tornadovm-installer --jdk temurin-jdk-21 --backend=opencl,ptx
tornado-test -V
jjfumero commented 3 days ago

Great, thanks Thano

stratika commented 3 days ago
==================================================
              Unit tests report
==================================================

{'[PASS]': 663, '[FAILED]': 7, '[UNSUPPORTED]': 43}
Coverage [PASS/(PASS+FAIL)]: 98.96%
Coverage [PASS/(PASS+FAIL+UNSUPPORTED)]: 92.99%

==================================================

on my Dell Precision laptop with Windows 11.