Closed
Bug 1947051
Opened 1 year ago
Closed 1 year ago
Kokoro Text-to-Speech fails to run with WebGPU backend
Categories
(Core :: Graphics: WebGPU, defect)
Core
Graphics: WebGPU
Tracking
()
RESOLVED
FIXED
People
(Reporter: ErichDonGubler, Unassigned)
References
(Blocks 1 open bug, )
Details
No description provided.
| Reporter | ||
Updated•1 year ago
|
Depends on: webgpu-type-conversion
| Reporter | ||
Comment 1•1 year ago
|
||
This currently fails with the following console error:
Encountered one or more errors while creating shader module "Resize"
WebGPU compilation info for shader module "Resize" (1 error(s), 0 warning(s), 0 info)
Shader 'Resize' parsing error: automatic conversions cannot convert elements of `i32` to `u32`
┌─ wgsl:56:7
│
56 │ input_indices[0]=max(0, min(depth, 1 - 1));;
│ ^^^^^^^^^^^^^^^^ ^^^ this expression has type i32
│ │
│ a value with elements of type u32 is required here
Updated•1 year ago
|
See Also: → https://github.com/gfx-rs/wgpu/issues/6443
Comment 2•1 year ago
|
||
This works now.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•