Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f6b4c56cb39b07ab9b71c7f619efee251ba14263
https://github.com/WebKit/WebKit/commit/f6b4c56cb39b07ab9b71c7f619efee251ba14263
Author: Mike Wyrzykowski <[email protected]>
Date: 2025-09-01 (Mon, 01 Sep 2025)
Changed paths:
M Source/WebGPU/WebGPU/ComputePipeline.mm
M Source/WebGPU/WebGPU/Pipeline.h
M Source/WebGPU/WebGPU/Pipeline.mm
M Source/WebGPU/WebGPU/RenderPipeline.mm
Log Message:
-----------
[WebGPU] Add mechanism for automatically generated reductions for compilation
failures
https://bugs.webkit.org/show_bug.cgi?id=297966
rdar://159286376
Reviewed by Tadeu Zagallo.
Generate a C++ reduction when a PSO compilation fails that we would
otherwise expect to succeed.
* Source/WebGPU/WebGPU/ComputePipeline.mm:
(WebGPU::createComputePipelineState):
* Source/WebGPU/WebGPU/Pipeline.h:
* Source/WebGPU/WebGPU/Pipeline.mm:
(WebGPU::createLibrary):
(WebGPU::printPsoOnProgramExit):
(WebGPU::registerPsoExitHandlers):
(WebGPU::printToFileForPsoRepro):
(WebGPU::dumpMetalReproCaseComputePSO):
(WebGPU::dumpMetalReproCaseRenderPSO):
(WebGPU::clearMetalPSORepro):
* Source/WebGPU/WebGPU/RenderPipeline.mm:
(WebGPU::createVertexDescriptor):
Canonical link: https://commits.webkit.org/299410@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes