summaryrefslogtreecommitdiff
path: root/tests/compute/pack-any-value-8bit.slang.expected.txt
AgeCommit message (Collapse)Author
2025-01-15Implement AnyValue marshalling for 8-bit integers (#6059)Julius Ikkala
* Implement anyvalue marshalling for 8-bit integers * Fix missing offset from int8/uint8 case * Disable anyvalue 8-bit test for DXIL Because it doesn't support 8-bit values anyway. --------- Co-authored-by: Yong He <yonghe@outlook.com>