summaryrefslogtreecommitdiff
path: root/tests/cpu-program
AgeCommit message (Expand)Author
2025-07-09Convert gfx unit tests and examples to use slang-rhi (#7577)Gangzheng Tong
2025-06-18Fix retry logic for unit test (#7471)Jay Kwak
2025-02-05Feature/initialize list side branch (#6058)kaizhangNV
2025-01-10Fix implicit string conversion breaking NativeStrings (#6035)Julius Ikkala
2023-12-06Support visibility control and default to `internal`. (#3380)Yong He
2023-08-01Generalize collectInductionValues (#3031)Ellie Hermaszewska
2022-09-20Use `printf` in tests. (#2406)Yong He
2022-09-20Support raw string literals. (#2405)Yong He
2022-09-15Run simple compute kernel in gfx-smoke test. (#2400)Yong He
2022-08-22Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)Yong He
2022-08-20Call `gfx` in slang program. (#2370)Yong He
2022-08-10Language server pointer type support + add `DLLImport` test (#2350)Yong He
2022-08-04Implicit pointer dereference when using member operator. (#2348)Yong He
2022-08-03Basic pointer usages. (#2342)Yong He
2022-07-25Allow `class` to implement COM interface, [DLLExport] (#2338)Yong He
2022-07-12Support `class` types. (#2321)Yong He
2022-06-21Add CPU executable compile test (#2278)Yong He