1 Commits

Author SHA1 Message Date
Farzon Lotfi
e564ce97b1
[Matrix] Fix cbuffers support for matrix element expr (#185471)
fixes #184877

This change was threefold.
1. copy the padded cbuffer from memory to a local alloca
2. switch to using the new `getFlattenedIndex` helpers for index
generation
3. convert row major to column major indicies in codegen depending on
LangOptions
2026-03-10 13:57:22 -04:00