-
Notifications
You must be signed in to change notification settings - Fork 633
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
feat: new std/webgpu
sub-module
#3119
Conversation
Is this still something you want to pursue, @crowlKats? |
@crowlKats, do you think we should close this for now since the WebGPU API is currently not supported? We could re-open this and #3036 once support has been re-added. |
@iuioiua i think webgpu coming back might be quite soon, so don't think it's necessary to close it |
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.
I'm not familiar with the WebGPU API, but from a layout and structure perspective, mostly LGTM! I think we just missing a couple of pieces of documentation, mostly examples.
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
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! Niiiice. We should request review from someone who better knows the WebGPU API too.
@iuioiua there is no one in the core team like that 😅 |
Reviews from contributors are also welcome! |
Note to maintainers: only merge this right before the next release. CI will remain in a failed state until the next runtime release. |
This is very tricky. The current release flow doesn't allow such thing because the next version of std needs to be released before the next version of CLI. If we'd prefer to release this for the next version, maybe we should disable stable CI for a moment? |
LGTM nothing really needs to be changed atm |
Thanks for reviewing @load1n9 |
PTAL @kt3k |
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!
Closes #3036