diff --git a/telcons/2024-04-18-wg-agenda.md b/telcons/2024-04-18-wg-agenda.md index 5db7e45..0adc39f 100644 --- a/telcons/2024-04-18-wg-agenda.md +++ b/telcons/2024-04-18-wg-agenda.md @@ -68,16 +68,6 @@ The editors and PR authors will debrief the group on substantive PRs that got me #### 🏷️ [bug](https://github.com/webmachinelearning/webnn/labels/bug) -- MLContext.compute() explicitly rejects promises where the sub-septs may currently throw - - ⨀ https://github.com/webmachinelearning/webnn/issues/634 - - ⛙ https://github.com/webmachinelearning/webnn/pull/639 - - ☰ Review PR - -- Need clarify scale factor for resample2d - - ⨀ https://github.com/webmachinelearning/webnn/issues/610 - - ⛙ https://github.com/webmachinelearning/webnn/pull/641 - - ☰ Review PR - - Synchronously validate input operands/activations - ⨀ https://github.com/webmachinelearning/webnn/issues/572 - ☰ Any feedback and PRs welcome for the proposed remaining work @@ -88,11 +78,6 @@ The editors and PR authors will debrief the group on substantive PRs that got me #### 🏷️ [question](https://github.com/webmachinelearning/webnn/labels/question) -- Is "validate graph resources" backwards? - - ⨀ https://github.com/webmachinelearning/webnn/issues/602 - - ⛙ https://github.com/webmachinelearning/webnn/pull/622 - - ☰ Review PR, good to merge - - Allow no-op graphs? - ⨀ https://github.com/webmachinelearning/webnn/issues/614 - ☰ Discuss use cases not satisfied by "constant MLBuffer"? @@ -117,22 +102,6 @@ The editors and PR authors will debrief the group on substantive PRs that got me #### 🏷️ [operator specific](https://github.com/webmachinelearning/webnn/labels/operator%20specific) -- Gather indices validation and algorithm improvements - - ⨀ https://github.com/webmachinelearning/webnn/issues/486 - - ⨀ https://github.com/webmachinelearning/webnn/issues/484 - - ⛙ https://github.com/webmachinelearning/webnn/pull/642 - - ☰ Review PR for non-normative note and algorithm changes - -- Not all frameworks/platform APIs support all reduce operations - - ⨀ https://github.com/webmachinelearning/webnn/issues/209 - - ⛙ https://github.com/webmachinelearning/webnn/pull/637 - - ☰ Review PR for emulation - -- Need to add the value restriction of output padding in convTranspose2d - - ⨀ https://github.com/webmachinelearning/webnn/issues/630 - - ⛙ https://github.com/webmachinelearning/webnn/pull/631 - - ☰ Review PR, matches implementation - - Type of some parameters should match the input data type - ⨀ https://github.com/webmachinelearning/webnn/issues/442 - ☰ Review MLNumber proposal (related #571 #492)