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

Docs for the methods withConcurrentDevices and withMemoryLimit #328

Closed jjfumero closed 7 months ago

jjfumero commented 7 months ago

Description

This PR adds documentation for the functions withConcurrentDevices and withMemoryLimit.

It also adds a new function to disable the memory limit of an execution plan.

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?

$ make
$ make tests
$ tornado-test -V uk.ac.manchester.tornado.unittests.memoryplan.TestMemoryLimit
jjfumero commented 7 months ago

This PR builds on top of the #327. Thus the order to review is

  1. 327

  2. 328