beehive-lab / TornadoVM

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

Instalation Documentation Outdated #273

Closed aaronms1 closed 11 months ago

aaronms1 commented 11 months ago

Happy to inform I just compiled graal-jdk-21 with opencl, ptx on my debian machine successfully, but just one little hiccup in the installation documentation. This is whats there:: "./scripts/tornadovmInstaller.sh --jdk graalvm-jdk-21 --backend opencl,ptx", -----------------------------^-----------^ that file is gone now, so we need to run:: "./scripts/tornadovm-installer --jdk graalvm-jdk-21 --backend opencl,ptx".

Its not a big deal, but a new user may not be able to install the vm. Thanks for the great work Dev's

jjfumero commented 11 months ago

Thank you @aaronms1 , we will fix the docs.