summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/division-by-matrix.slang
Commit message (Collapse)AuthorAge
* Fix matrix division by scalar for Metal and WGSL targets (#6752)Darren Wihandi2025-04-14
* Fix matrix division by scalar for Metal and WGSL targets * Add tests * Minor fix * Fix compilation error * Convert to multiplication for WGSL * Minor cleanup --------- Co-authored-by: Yong He <yonghe@outlook.com>