Skip to content

Conversation

@V-FEXrt
Copy link
Collaborator

@V-FEXrt V-FEXrt commented Jan 27, 2026

Sets the allowed shader shades for the LinAlg DXIL ops.

This is another commit extracted from the defunct branch that needed to be merged in before it was lost.

Real changes are in utils/hct/hctdb.py the rest is generated code

// MatrixQueryAccumulatorLayout=2147483670, MatrixVecMul=2147483673,
// MatrixVecMulAdd=2147483674, MatrixAccumulateToDescriptor=2147483675,
// MatrixOuterProduct=2147483677
if ((305 <= op && op <= 308) || op == 2147483648 ||
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we not used named values here instead of magic numbers?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is generated code and you should ignore it :) utils/hct/hctdb.py uses the appropriate names

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: New

Development

Successfully merging this pull request may close these issues.

2 participants