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)

defect

Tracking

()

RESOLVED FIXED

People

(Reporter: ErichDonGubler, Unassigned)

References

(Blocks 1 open bug, )

Details

No description provided.

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

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.