Issue 181859
Summary [Matrix][HLSL] Memory Layout needs to change with row\column major
Labels new issue
Assignees
Reporter farzonl
    Matrix types have historically been flattened arrays so we didn't have changing memory layouts.
To make things easier for Cbuffers since cbuffers already support arrays and arrays of vectors we have changed the 
matrix memory representation just for HLSL. However that now means we need the memory layout to adapt to row and column major the same way it does on DXC https://hlsl.godbolt.org/z/33fj3TWvq

_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to