|
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.
hlsl-specs/proposals/0035-linalg-matrix.md
Line 1010 in eaa900c
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
OpCodeandOpCodeClassforCreateMatrixwould beLinalgCreateMatrix, and the function name would be@dx.op.linalgCreateMatrix.