|
declare %dx.types.MatrixRef @dx.op.createMatrix( |
I think we should prefix these DXIL ops with Linalg. Otherwise, they appear more generic than they are defined to be.
For instance, this would mean that the OpCode and OpCodeClass for CreateMatrix would be LinalgCreateMatrix, and the function name would be @dx.op.linalgCreateMatrix.