[webkit-changes] [WebKit/WebKit] cf2f49: [WebGPU] createComputePipelineState crashes when m...

mwyrzykowski noreply at github.com
Wed Dec 6 10:25:19 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cf2f4949e8851b4f56b7a405db6c2268d103f4f8
      https://github.com/WebKit/WebKit/commit/cf2f4949e8851b4f56b7a405db6c2268d103f4f8
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2023-12-06 (Wed, 06 Dec 2023)

  Changed paths:
    M Source/WebGPU/WebGPU/ComputePipeline.mm

  Log Message:
  -----------
  [WebGPU] createComputePipelineState crashes when maxTotalThreadsPerThreadgroup is greater than 65535
https://bugs.webkit.org/show_bug.cgi?id=265892
<radar://119205356>

Reviewed by Tadeu Zagallo.

I can't find where this limit originates, so I left a comment indicating
the crash will occur if a value greater than USHRT_MAX is passed in.

* Source/WebGPU/WebGPU/ComputePipeline.mm:
(WebGPU::createComputePipelineState):

Canonical link: https://commits.webkit.org/271618@main




More information about the webkit-changes mailing list