WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
264009
[WebGPU] MSL compilation error opening
https://kishimisu.github.io/WebGPU-Fluid-Simulation/
https://bugs.webkit.org/show_bug.cgi?id=264009
Summary
[WebGPU] MSL compilation error opening https://kishimisu.github.io/WebGPU-Flu...
Mike Wyrzykowski
Reported
2023-10-31 15:42:08 PDT
[WebGPU] MSL compilation error opening ening
https://kishimisu.github.io/WebGPU-Fluid-Simulation/
MSL compilation error: Error Domain=MTLLibraryErrorDomain Code=3 "program_source:78:16: error: cannot initialize return object of type 'vec<float, [...]>' with an rvalue of type 'vec<int, [...]>' return vec<int, 3>(0, 0, 0); ^~~~~~~~~~~~~~~~~~~~ Generated metal is here: vec<float, 3> function2(vec<float, 3> parameter2, const device array<float, 1>& global1, const device array<float, 1>& global2, const device array<float, 1>& global0, const constant type0& global3) { ... return vec<int, 3>(0, 0, 0);
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-10-31 15:49:36 PDT
<
rdar://problem/117768138
>
Tadeu Zagallo
Comment 2
2023-11-01 10:13:29 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/19842
EWS
Comment 3
2023-11-02 01:44:44 PDT
Committed
270104@main
(67be1e088340): <
https://commits.webkit.org/270104@main
> Reviewed commits have been landed. Closing PR #19842 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug