Skip to content

CL: Allow tweaking the local size at runtime

Boris Brezillon requested to merge ms/cl-local-size-runtime-config into msclc-d3d12

This new version explores the approach proposed by @kusma, that is, delay the the spirv-to-dxil step until we have all information so we don't have to patch the binary, and it's indeed much cleaner :-).

I intend to base local mem size passing on the same approach, let me know if you think that's not appropriate.

/cc @jenatali @kusma

Edited by Boris Brezillon

Merge request reports