You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ET-VK][ez] Small fix to SPIR-V compilation artifact caching
## Context
There was a bug in the SPIR-V cache; essentially, once a shader variant is processed it will save the source GLSL to the cache. However, if another variant that uses the same source GLSL then checks the cache, it will think that the source file is unchanged and therefore will not recompile.
To fix this, defer saving the source GLSL files only when all shaders have been compiled.
Differential Revision: [D71973524](https://our.internmc.facebook.com/intern/diff/D71973524/)
ghstack-source-id: 274443433
Pull Request resolved: #9716
0 commit comments