TornadoVM 1.1.0 #656
Pinned
jjfumero
announced in
announcements
Replies: 1 comment 1 reply
-
hi,i am a student want to use to learn tornado vm,i need a builed version and it can only download then use it。 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Improvements
#620: Support of computation with mixed precision
FP16
toFP32
for matrix operations.#622: New API to allow buffer mapping between two different buffers on the hardware accelerator.
#624: Enhanced TornadoVM profiler with correct information for the
UNDER_DEMAND
transfer to host data.#627: New feature to persist data on the hardware accelerator, and consume data already allocated on the hardware accelerator.
#630: Support for atomics using the kernel API for OpenCL and PTX backends.
#636: TornadoVM bytecode logging improved.
#642: Math functions extended:
acosh
andasinh
supported for OpenCL and SPIR-V.#645: Memory deallocations improved. Action by default when closing the
TornadoExecutionPlan
resource.Compatibility
#625: Documentation to build on RISC-V updated.
#632: Add maven build with Single thread.
#633: Add tests for running multiple task graphs with different grid schedulers.
#638: Add tests to check force copy in buffers and persist buffers on the hardware accelerator.
#640: Rename XPUFuffer to FieldBuffer for all backends.
#649: Update the fast mode to live mode for testing.
#654: Add loop condition test in white list.
Bug Fixes
#626: Fix data accessors when using the
UNDER_DEMAND
transfer to host innovation from the task-graph.#628: Device filtering API fixed to use device type and device names.
#635: Update nodes for local memory to be subtype of
ValueNode
instead ofConstantNode
in the TornadoVM IR.#639: Fix subgraph execution when combining with the
GridScheduler
.#644: Fix TornadoVM execution frame setter.
#646: Fix shared memory buffers across task-graphs when no new allocation is present as new parameters for the following task-graphs.
#647: Fix
UNDER_DEMAND
invocation for the batch processor mode and read-write arrays.#651: Fix memory mapping regions for the PTX Backend.
#653: Object repetition with shared buffers on
ON_DEVICE
bytecodes.Full Changelog
v1.0.10...v1.1.0
Docs
https://tornadovm.readthedocs.io/en/v1.1.0/
How to build
Select the backend/s you want.
This discussion was created from the release TornadoVM 1.1.0.
Beta Was this translation helpful? Give feedback.
All reactions