Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Content: The input of triangular should be at least 2D tensor #550

Merged

Conversation

inexorabletash
Copy link
Member

@inexorabletash inexorabletash commented Feb 1, 2024

Fixes #494 which has the text and example. I added the validation step which matches the webnn-baseline impl referenced therein.

  • "2-D" seems to be used more commonly than "2D" in the spec
  • "batches" doesn't seem to be rigorously defined - room for future improvement here and in matmul?

Preview | Diff

@inexorabletash
Copy link
Member Author

@fdwr and @BruceDai can you do an initial review?

@fdwr
Copy link
Collaborator

fdwr commented Feb 1, 2024

Oh this is great - had it on my queue for a while but haven't popped it 😢. Thanks Joshua. 👏

Copy link
Contributor

@huningxin huningxin left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@inexorabletash inexorabletash force-pushed the content-triangular-atleast2d branch from d7b96b2 to 9f7f739 Compare February 6, 2024 18:11
@inexorabletash inexorabletash force-pushed the content-triangular-atleast2d branch from 9f7f739 to 3cef040 Compare February 7, 2024 17:43
@fdwr
Copy link
Collaborator

fdwr commented Feb 9, 2024

fdwr and BruceDai can you do an initial review?

Bruce is on vacation for Chinese New Year two weeks, but I think he'd be content to merge it as he originally opened the issue on behalf of my comment anyway while reviewing his tests, and Ningxin reviewed it already.

@anssiko
Copy link
Member

anssiko commented Feb 9, 2024

@fdwr please feel free to merge and we’ll check the GH permission knobs are properly set for you at the same time.

@inexorabletash inexorabletash removed the request for review from wchao1115 February 9, 2024 16:55
@fdwr fdwr merged commit 5a6869e into webmachinelearning:main Feb 9, 2024
2 checks passed
@inexorabletash inexorabletash deleted the content-triangular-atleast2d branch February 9, 2024 23:29
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.

The input of triangular should be at least 2D tensor
4 participants