Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e79a94bcf4e6d79fb53419c8be7b37c514a4387b
      
https://github.com/WebKit/WebKit/commit/e79a94bcf4e6d79fb53419c8be7b37c514a4387b
  Author: Tadeu Zagallo <tzaga...@apple.com>
  Date:   2025-03-05 (Wed, 05 Mar 2025)

  Changed paths:
    M Source/WebGPU/WGSL/GlobalVariableRewriter.cpp

  Log Message:
  -----------
  [WGSL] Private address space size limit is checked against workgroup variables
https://bugs.webkit.org/show_bug.cgi?id=289091
rdar://146120000

Reviewed by Mike Wyrzykowski.

Due to a typo in 291558@main, the lambda that checks for the size limit on all
variables in the private address space was actually reading the workgroup 
variables.
This was caught by a wgslc test, but unfortunately these are not yet run in EWS.

* Source/WebGPU/WGSL/GlobalVariableRewriter.cpp:
(WGSL::RewriteGlobalVariables::determineUsedGlobals):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to