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

Update wgpu for TersorflowJS WebGPU support #17580

Closed
vicary opened this issue Jan 29, 2023 · 4 comments · Fixed by #17534
Closed

Update wgpu for TersorflowJS WebGPU support #17580

vicary opened this issue Jan 29, 2023 · 4 comments · Fixed by #17534

Comments

@vicary
Copy link
Contributor

vicary commented Jan 29, 2023

In mid 2022, I wanted to migrate my tensorflow.js projects into Deno, only to find that their WebGPU backend is mysteriously failing tensorflow/tfjs#6842.

It turns out naga was interpreting wgsl in lexical order gfx-rs/naga#2075, luckily the new module level scoping has been released in naga 0.11 and wgpu 0.15.

Is it possible for Deno to update wgpu to 0.15?

@crowlKats
Copy link
Member

There is a PR open for this: #17534

@vicary
Copy link
Contributor Author

vicary commented Feb 1, 2023

@crowlKats Out of curiosity, will this be released as a patch or the next minor?

@crowlKats
Copy link
Member

@vicary patch

@vicary
Copy link
Contributor Author

vicary commented Feb 1, 2023

@crowlKats Thanks!

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 a pull request may close this issue.

2 participants