You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 innaga
0.11 andwgpu
0.15.Is it possible for Deno to update
wgpu
to 0.15?The text was updated successfully, but these errors were encountered: