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
Once the change that implements per-function shader flag mask collection is merged, implement the mechanism to propagate compute shader flags mask for entry functions based on the shader flags mask of functions called by the entry function.
Implement any additional validation necessary involving module flags collected.
AC:
Add tests with entry functions that call other non-entry functions to verify correctness of the emitted shader flag mask in metadata and in the generated DXIL Container binary.
Ensure correctness of added tests by compiling for library and non-library targets.
The text was updated successfully, but these errors were encountered:
bharadwajy
changed the title
Construct and validate the shader flags mask for entry functions
[DirectX] Construct and validate the shader flags mask for entry functions
Oct 18, 2024
bharadwajy
changed the title
[DirectX] Construct and validate the shader flags mask for entry functions
[DirectX] Propagate shader flags mask for entry functions
Nov 4, 2024
Once the change that implements per-function shader flag mask collection is merged, implement the mechanism to propagate compute shader flags mask for entry functions based on the shader flags mask of functions called by the entry function.
Implement any additional validation necessary involving module flags collected.
AC:
The text was updated successfully, but these errors were encountered: