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

Implement tile #100

Merged
merged 2 commits into from
Sep 8, 2024
Merged

Conversation

BruceDai
Copy link
Contributor

@BruceDai BruceDai commented Sep 3, 2024

@huningxin @fdwr PTAL, thanks.

Copy link

@fdwr fdwr left a comment

Choose a reason for hiding this comment

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

👍

}
if (!repetitions.every((v) => Number.isInteger(v) && v > 0)) {
throw new Error(
`Invalid repetitions ${repetitions} - it should be an Array of positive integers.`);
Copy link

@fdwr fdwr Sep 4, 2024

Choose a reason for hiding this comment

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

This reminds me - I want to try adding 0-dimension support into DirectML.dll so these cases can cleanly work without checks in the Chromium DML backend or the ORT DML EP. (resolve me)

@huningxin huningxin merged commit 429cfdf into webmachinelearning:main Sep 8, 2024
3 checks passed
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.

3 participants