summaryrefslogtreecommitdiff
path: root/tests/bugs/matrix-divided-by-scalar.slang
AgeCommit message (Collapse)Author
2025-04-14Fix matrix division by scalar for Metal and WGSL targets (#6752)Darren Wihandi
* 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>