Skip to content

Define opSupportLimits() - #755

Merged
huningxin merged 8 commits into
webmachinelearning:mainfrom
philloooo:opsupportlimits
Aug 30, 2024
Merged

Define opSupportLimits()#755
huningxin merged 8 commits into
webmachinelearning:mainfrom
philloooo:opsupportlimits

Conversation

@philloooo

@philloooo philloooo commented Aug 26, 2024

Copy link
Copy Markdown
Contributor

Fixes #463 by defining opSupportLimits.
Defering rankRange until we implement the prototype.

@reillyeon @huningxin @fdwr


Preview | Diff

Comment thread index.bs Outdated
Comment thread index.bs Outdated

@fdwr fdwr left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, so much work! LGTM with minor comments.

Comment thread index.bs
Comment thread index.bs Outdated
Comment thread index.bs
Comment thread index.bs Outdated
Comment thread index.bs

@huningxin huningxin left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@philloooo , thanks for the substantial work!

LGTM with some minor comments.

Comment thread index.bs Outdated
Comment thread index.bs
Comment thread index.bs Outdated
Comment thread index.bs Outdated

@fdwr fdwr left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM. I'll let Ningxin look over once more since your changes.

@huningxin huningxin left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@huningxin
huningxin merged commit 49eeebf into webmachinelearning:main Aug 30, 2024
github-actions Bot added a commit that referenced this pull request Aug 30, 2024
SHA: 49eeebf
Reason: push, by huningxin

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Comment thread index.bs
MLSupportLimits bias;
MLSupportLimits recurrentBias;
MLSupportLimits peepholeWeight;
MLSupportLimits output;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be outputs because lstmCell also returns a sequence of operands. Spotted in Chromium CL review: https://chromium-review.googlesource.com/c/chromium/src/+/5821811/comment/43ea6f39_e85e92e4/

huningxin added a commit to huningxin/webnn that referenced this pull request Sep 2, 2024
`MLLstmCellSupportLimits.outputs` reflects that lstmCell returns a
sequence of operands.

Fix webmachinelearning#755 (comment)
huningxin added a commit to huningxin/webnn that referenced this pull request Sep 2, 2024
`MLLstmCellSupportLimits.outputs` reflects that lstmCell returns a
sequence of operands.

Fix webmachinelearning#755 (comment)
fdwr pushed a commit that referenced this pull request Sep 5, 2024
…ts` (#757)

`MLLstmCellSupportLimits.outputs` reflects that lstmCell returns a
sequence of operands.

Fix #755 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow checking whether operators/types are supported for a backend before creating a graph

4 participants