TornadoVM v0.15 #227
jjfumero
announced in
announcements
Replies: 1 comment 1 reply
-
Hi, happy new year. Are there sources and javadocs available for tornado-api-0.15.jar or tornado-api-0.16-dev.jar. In my maven project I have tried: $ mvn dependency:sources -Dsilent=true
$ mvn dependency:resolve -Dclassifier=javadoc still nothing, everything else gets downloaded with the exception of tornado |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Improvements
New TornadoVM API:
API refactoring (
TaskSchedule
has been renamed toTaskGraph
)Introduction of the Immutable
TaskGraphs
Introduction of the TornadoVM Execution Plans: (
TornadoExecutionPlan
)The documentation of migration of existing TornadoVM applications to the new API can be found here: https://tornadovm.readthedocs.io/en/latest/programming.html#migration-to-tornadovm-v0-15
Launch a new website https://tornadovm.readthedocs.io/en/latest/ for the documentation
Improved documentation
Initial support for Intel ARC discrete GPUs.
Improved TornadoVM installer for Linux
ImprovedTornadoVM launch script with optional parameters
Support of large buffer allocations with Intel Level Zero. Use:
tornado.spirv.levelzero.extended.memory=True
Bug fixes:
CMAKE
for Intel ARC GPUsPOM file dependencies
To obtain the TornadoVM API from maven dependencies, you need to include the following dependency in your pom file. Note that, for running the TornadoVM application, you either need: a) TornadoVM SDK Binaries; b) a full installation of the TornadoVM; or c) a docker instance of TornadoVM.
Beta Was this translation helpful? Give feedback.
All reactions