Skip to content

microsoft/clc: Fix a bug with kernels that have unused arguments

Jesse Natalie requested to merge jenatali/mesa:unused-kernel-arg into master

Photoshop's got one of these, and this causes our CL runtime to reject setting the value for that unused arg, because we don't have any metadata (size/offset) for it.

Merge request reports