-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
fix(ext/webgpu): GPUDevice.features should be SetLike. #15853
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
09fc5b7
to
e0ab43d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The typings in cli/dts/lib.deno_webgpu.d.ts need to be updated as well
Updated! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
Just to be safe I did a whole project grep, should I update these lines too? deno/ext/webgpu/src/01_webgpu.js Lines 746 to 747 in 1ebbe23
deno/ext/webgpu/src/01_webgpu.js Lines 755 to 758 in 1ebbe23
|
Oh yea that would be helpful |
1ebbe23
to
50ba5c8
Compare
Rebased upstream along with the change. |
Hm I don't quite understand the failing tests, how should I fix it? |
I took care of it, was just flaky CI |
Co-authored-by: Vicary A <vicary@yahoo.com>
Fixes #15702.