[Webkit-unassigned] [Bug 264009] New: [WebGPU] MSL compilation error opening https://kishimisu.github.io/WebGPU-Fluid-Simulation/

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 31 15:42:08 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=264009

            Bug ID: 264009
           Summary: [WebGPU] MSL compilation error opening
                    https://kishimisu.github.io/WebGPU-Fluid-Simulation/
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGPU
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mwyrzykowski at apple.com

[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);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231031/0ae795f7/attachment.htm>


More information about the webkit-unassigned mailing list