Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Fix some formating
Browse files Browse the repository at this point in the history
Signed-off-by: Jaime Arteaga <[email protected]>
  • Loading branch information
Jaime Arteaga committed Jul 28, 2023
1 parent 3b00d85 commit bc53a75
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hardware/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Level Zero port for TornadoVM + the SPIR-V code gen
* Garbage Collector needs to be controlled to avoid
failures when dealing with memory moved to an accelerator.
* Some suggestions for L0:

* Migration counters.
* Async exception support.
* Device aggregation.
Expand All @@ -96,12 +97,15 @@ Level Zero port for TornadoVM + the SPIR-V code gen
Tiles-as-devices model in Level Zero
------------------------------------

* L0 adding support for new device models.
* L0 adding support for new device models

* Mainly aimed at multi-tiled architectures
* New environment variable: ZE_FLAT_DEVICE_HIERARCHY

* Mode 0: Cards-as-devices model

* Mode 1: Tiles-as-devices model (no access to root device)

* Mode 2: Tiles-as-devices model (with access to root device)

* Objective is to provide applications with ability to
Expand Down

0 comments on commit bc53a75

Please sign in to comment.