Which document does this relate to?
https://github.com/microsoft/hlsl-specs/blob/main/proposals/0035-linalg-matrix.md
Describe the issue you see with the spec
The spec defines ComponentType enum, and DXC already has an enum with the same name and slightly different values in DxilConstants.h. The enum values in the spec should be updated to match existing values in DXC.