Skip to content

Commit

Permalink
Add high-level to low-level op decompose path
Browse files Browse the repository at this point in the history
These informative definitions will facilitate progressive lowering
by implementations.

Fix #22
Related #28
  • Loading branch information
anssiko committed Dec 8, 2022
1 parent 592643d commit 1bb5333
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charter.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,11 @@ <h2>
macOS/iOS Metal Performance Shaders and Basic Neural Network
Subroutines.
</p>
<p>
For each high-level building block that decomposes into well-known
lower-level operations, the APIs will informatively define a generic
emulation path to allow for future extensibility.
</p>
<p>It may also work on a higher-level API to load a custom pre-trained Machine Learning model for inference in the browser.</p>
<section id="section-out-of-scope">
<h3 id="out-of-scope">
Expand Down

0 comments on commit 1bb5333

Please sign in to comment.