Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
- Remove reference to WebGL from the BLAS compatibility context
- Declare interop between the WebNN and WebGL APIs out of scope
  • Loading branch information
anssiko committed Dec 16, 2022
1 parent 965c9de commit 33e2eb5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions charter.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,12 @@ <h3 id="out-of-scope">
<p>
To avoid overlap with existing work, alignment with the Basic
Linear Algebra Subprograms (BLAS) interface is out of scope. The
WebGL and WebGPU shaders and WebAssembly SIMD are expected to
address the BLAS compatibility requirement, see the Coordination
section for details.
WebGPU shaders and WebAssembly SIMD are expected to address the
BLAS compatibility requirement, see the Coordination section for
details.
</p>
<p>
Interoperability between the WebNN and WebGL APIs is out of scope.
</p>
<ul class="out-of-scope"></ul>
</section>
Expand Down

0 comments on commit 33e2eb5

Please sign in to comment.