TornadoVM v0.15.2 #265
Replies: 3 comments 5 replies
-
instalation stcript doesnt work. i got error 404 when the script tries to download maven 3.9.3.
|
Beta Was this translation helpful? Give feedback.
-
i fixed this problem changing the maven repo links in the /scripts/installerConfig.py lines: 62, 63. (maybe only the 62 is needed) to:
also is important to know that to install tornadovm (thought the "tornadovm-installer" script) you need to be in the root directory of the tornadovm. running the "tornadovm-installer" while inside the "/scripts" directory return fake results (you get installation successful message but is fake). i also discovered is not possible to use gpu in wsl1 (maybe is possible in wsl2 but my computer is too much old for wsl2) so i need to install a linux distro in my computer. (i have tried msys2 and cygwin but i got problems about python). |
Beta Was this translation helpful? Give feedback.
-
sucesful installation trought "https://tornadovm.readthedocs.io/en/latest/installation.html#installation-windows" on Msys64 (mingw64 env), win10, maven 3.9.4, "graalvm-jdk-20.0.2+9.1", gt710, opencl. just make sure graalvm (or open jdk etc.) doenst can be located in any directory with empty spaces (example: C:/Program Files/graalvm...). post instalation test:
|
Beta Was this translation helpful? Give feedback.
-
Date: 26/07/2023
Improvements
radian
,cospi
andsinpi
functions for the OpenCL/PTX and SPIR-V backends.Compatibility/Integration
javac.py
script removed.Bug fixes:
This discussion was created from the release TornadoVM v0.15.2.
Beta Was this translation helpful? Give feedback.
All reactions