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 DXIL version and Shader Model version are decoupled, use DXIL version to categorize TableGen records of DXIL op specification in DXIL.td.
Upon updating the design specification of TableGen representation of DXIL Ops implement functionality in TableGen backend, DXILEmitter to generate necessary C++ data structures and/or tables for lowering passes to consume the attribute information.
The text was updated successfully, but these errors were encountered:
bharadwajy
changed the title
[DirectX] Use DXIL Version to specify the supported minimum version of each DXIL Operation.
[DirectX] Specify DXIL version based properties of DXIL Operations.
May 8, 2024
bharadwajy
changed the title
[DirectX] Specify DXIL version based properties of DXIL Operations.
[DirectX] Implement TableGen backend functionality to consume updated design specification
Jun 21, 2024
Once DXIL version and Shader Model version are decoupled, use DXIL version to categorize TableGen records of DXIL op specification in
DXIL.td
.Upon updating the design specification of TableGen representation of DXIL Ops implement functionality in TableGen backend,
DXILEmitter
to generate necessary C++ data structures and/or tables for lowering passes to consume the attribute information.The text was updated successfully, but these errors were encountered: