Skip to content

Commit 1bb5333

Browse files
committed
Add high-level to low-level op decompose path
These informative definitions will facilitate progressive lowering by implementations. Fix #22 Related #28
1 parent 592643d commit 1bb5333

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

charter.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,11 @@ <h2>
220220
macOS/iOS Metal Performance Shaders and Basic Neural Network
221221
Subroutines.
222222
</p>
223+
<p>
224+
For each high-level building block that decomposes into well-known
225+
lower-level operations, the APIs will informatively define a generic
226+
emulation path to allow for future extensibility.
227+
</p>
223228
<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>
224229
<section id="section-out-of-scope">
225230
<h3 id="out-of-scope">

0 commit comments

Comments
 (0)