summaryrefslogtreecommitdiff
path: root/prelude/slang-cpp-prelude.h
AgeCommit message (Expand)Author
2025-07-17fix typo (#7794)Dennis Brakhane
2025-07-17Perf improvements to IR serialization (#7751)Ellie Hermaszewska
2025-07-03Replace SLANG_ALIGN_OF with C++11 alignof (#7523)Julius Ikkala
2025-05-09Fix various intptr_t issues by defining its width in `getIntTypeInfo` (#6786)Julius Ikkala
2024-10-29formatEllie Hermaszewska
2023-06-27Support for infinite literal of from 34.2432#INF (#2944)jsmall-nvidia
2023-02-16Overhaul global inst deduplication and cpp/cuda backend. (#2654)Yong He
2023-02-14Preliminary debugBreak support (#2647)jsmall-nvidia
2022-09-15Run simple compute kernel in gfx-smoke test. (#2400)Yong He
2022-08-10Language server pointer type support + add `DLLImport` test (#2350)Yong He
2022-07-25Allow `class` to implement COM interface, [DLLExport] (#2338)Yong He
2022-06-08Improved bounds checking for C++/CUDA (#2263)jsmall-nvidia
2022-06-08Actual global support (#2262)jsmall-nvidia
2022-06-02COM interfaces with host callable (#2258)jsmall-nvidia
2022-02-03Fixed naming conflicts in heterogeneous-hello-world (#2114)David Siher
2021-10-19Generalize heterogenous code emit (#1968)David Siher
2021-09-14Bring heterogeneous-hello-world back up to date. (#1935)David Siher
2021-09-10First Slang LLVM integration (#1934)jsmall-nvidia
2021-06-10CUDA layout corner cases/testing (#1881)jsmall-nvidia
2021-03-04Refactor `gfx` to surface `CommandBuffer` interface. (#1735)Yong He
2020-09-24Enable default cpp prelude. (#1560)Yong He
2020-08-17GPU Foreach Loop (#1498)Dietrich Geisler
2020-07-10Dynamic code gen for generic local variables. (#1434)Yong He
2020-06-18Merge branch 'master' into feature/prelude-fixYong He
2020-06-18Try using cmath or math.h depending on compiler to avoid issues around isinf ...jsmall-nvidia
2020-06-18#include <cmath>jsmall-nvidia
2020-06-18Improvements around C++ code generation (#1396)jsmall-nvidia
2020-06-17Generate dynamic C++ code for the minimal test case. (#1391)Yong He
2020-03-25Unroll target improvements (#1291)jsmall-nvidia
2020-02-06Literal handling improvements (#1202)jsmall-nvidia
2019-08-20User defined downstream compiler prelude (#1028)jsmall-nvidia