diff options
| author | Yong He <yonghe@outlook.com> | 2024-08-18 21:57:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-18 21:57:24 -0700 |
| commit | ecf85df6eee3da76ef54b14e4ab083f22da89e46 (patch) | |
| tree | 4656f9c11a1f7f40550d469fecbcd7a16c541f52 /docs/proposals | |
| parent | ca5d303748517889a5d5849224671fa8945e1c6d (diff) | |
Variadic Generics Part 2: IR lowering and specialization. (#4849)
* Variadic Generics Part 2: IR lowering and specialization.
* Update design doc status.
* Update design doc.
* Resolve review comments.
Diffstat (limited to 'docs/proposals')
| -rw-r--r-- | docs/proposals/007-variadic-generics.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/proposals/007-variadic-generics.md b/docs/proposals/007-variadic-generics.md index 9f05fff51..65c8fd0c7 100644 --- a/docs/proposals/007-variadic-generics.md +++ b/docs/proposals/007-variadic-generics.md @@ -1,4 +1,4 @@ -Variadic Generics +SP #007: Variadic Generics ================= Variadic generics is the ability to define and use generic types and functions that has arbitrary number of generic type parameters. @@ -13,11 +13,14 @@ written in native Slang code rather than on top of it with macros or custom code Status ------ -Status: prototype branch available. +Status: Implementation in-progress. Author: Yong He. -Implementation: [PR 4833](https://github.com/shader-slang/slang/pull/4833) +Implementation: + [PR 4833](https://github.com/shader-slang/slang/pull/4833), + [PR 4849](https://github.com/shader-slang/slang/pull/4849), + [PR 4850](https://github.com/shader-slang/slang/pull/4850) Reviewed by: Kai Zhang, Jay Kwak, Ariel Glasroth. |
