Closed
Bug 1969340
Opened 2 months ago
Closed 2 months ago
qwen3-webgpu sample not working
Categories
(Core :: Graphics: WebGPU, defect, P3)
Core
Graphics: WebGPU
Tracking
()
RESOLVED
FIXED
People
(Reporter: aleiserson, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: webcompat:platform-bug, webcompat:site-report)
User Story
platform:windows,mac,linux,android impact:feature-broken configuration:general affects:all branch:release diagnosis-team:graphics user-impact-score:600
Attachments
(1 file)
74.15 KB,
image/png
|
Details |
Attaching the screenshot mostly because it's funny. Console is more informative:
Shader validation error: Entry point main at Compute is invalid
┌─ RotaryEmbedding:57:62
│
57 │ u32(i32(position_ids[position_ids_idx].x)) + select(0, bsnh[1], position_ids_idx == 0);
│ ^^^^^^ naga::ir::Expression [43]
│
= Expression [43] is invalid
= Expected selection argument types to match, but reject value of type Scalar(Scalar { kind: Sint, width: 4 }) does not match accept value of value Scalar(Scalar { kind: Uint, width: 4 })
i.e., bug 1960453
Reporter | ||
Updated•2 months ago
|
Severity: -- → S3
Priority: -- → P3
Updated•2 months ago
|
Keywords: webcompat:site-report
Updated•2 months ago
|
Webcompat Score: --- → 1
Updated•2 months ago
|
Keywords: webcompat:site-report
Updated•2 months ago
|
User Story: (updated)
Webcompat Priority: --- → P2
Webcompat Score: 1 → 7
Keywords: webcompat:platform-bug,
webcompat:site-report
Reporter | ||
Comment 1•2 months ago
|
||
Working in nightly 20250617092639 on Mac.
Status: NEW → RESOLVED
Closed: 2 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•