Bug 264009
| Summary: | [WebGPU] MSL compilation error opening https://kishimisu.github.io/WebGPU-Fluid-Simulation/ | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mike Wyrzykowski <mwyrzykowski> |
| Component: | WebGPU | Assignee: | Tadeu Zagallo <tzagallo> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Mike Wyrzykowski
[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
<rdar://problem/117768138>
Tadeu Zagallo
Pull request: https://github.com/WebKit/WebKit/pull/19842
EWS
Committed 270104@main (67be1e088340): <https://commits.webkit.org/270104@main>
Reviewed commits have been landed. Closing PR #19842 and removing active labels.