-
Some kernels in TFJS may further improve the performance of TVM for the time being and Intel may provide them.
-
**Description**
When setting the workgroup size with an override-expression naga reports an error:
```
Could not parse WGSL:
error: Unexpected override-expression
┌─ test.wgsl:3:26
│
3 │ @c…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Have you tried the latest build?
- [X] I have tried the latest build
### Do you have latest GPU drivers insta…
-
### Describe the bug
I have seen some weird errors of the "Invalid node type" category latetly, and cannot put my finger on what is mismatched.
And the stack trace does not show the data source for …
-
Currently, all `const char*` members and arguments are null-terminated strings.
This doesn't work well for strings that contain the \0 character which the WebGPU JavaScript API allows. The C API shou…
-
We don't support this yet:
```
type MyF32 = f32;
type MyVecF32 = vec3;
```
This gives an error:
```
error: unknown scalar type: 'MyF32'
┌─ new.wgsl:2:22
│
2 │ type MyVecF32 = vec3;…
-
## Language name
WebGPU Shading Language (WGSL)
## URL of example repository
https://github.com/bevyengine/bevy/
See [assets/shaders/*.wgsl](https://github.com/bevyengine/bevy/tree/main/…
-
我查找了很多资料,都没有找到相关的示例,并且我也去wgpu的discussions里面问了一下,也没有得到解答,我找到的最接近的示例就是一个在web上使用webgpu的示例
https://github.com/tidoust/media-tests/blob/main/ToRGBXVideoFrameConverter.js
这个示例是将任何纹理转成RGBA,这个例子其实很好,但是我…
mycrl updated
3 months ago
-
## Current Behavior
- Install debian package
- All the dashboard files PLUS config files are missing
## Steps to Reproduce
1. wget https://github.com/qdrant/qdrant/releases/download/v1.9.7/q…
-
In https://gpuweb.github.io/gpuweb/wgsl/#enable-directive-section
It claims the grammar follows:
> The directive uses an identifier to name the extension
```
enable_directive
: ENABLE IDE…