Skip to content

Commit c636e6f

Browse files
simolltex3d
andauthored
Update include/dxc/DXIL/DxilConstants.h
Co-authored-by: Tex Riddell <[email protected]>
1 parent 8ce1223 commit c636e6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/dxc/DXIL/DxilConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2176,7 +2176,7 @@ extern const char *kHostLayoutTypePrefix;
21762176

21772177
extern const char *kWaveOpsIncludeHelperLanesString;
21782178

2179-
enum class DXILMatrixLayout : uint32_t {
2179+
enum class LinalgMatrixLayout : uint32_t {
21802180
RowMajor = 0,
21812181
ColumnMajor = 1,
21822182
MulOptimal = 2,

0 commit comments

Comments
 (0)