diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2025-07-02 03:03:41 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-01 19:03:41 +0000 |
| commit | 5120c1cd072548654c9ce79fa85426a5e48736c4 (patch) | |
| tree | 989bf03035070bb45e261f513b7c9df2cecb1a30 /docs/design | |
| parent | b903ae06242e28263247122632511e39447b9e11 (diff) | |
extend fiddle to allow custom lua splices in more places (#7559)
* Add fkYAML submodule
* Generate slang-ir-inst-defs.h from slang-ir-inst-defs.yaml
* generate ir-inst-defs.h
* neaten things
* neaten inst def parser
* add rapidyaml submodule
* remove fkyaml
* remove fkyaml submodule
* remove use of ir-inst-defs.h
* format and warnings
* fix wasm build
* tidy
* remove rapidyaml
* Extend fiddle to allow custom splices in more places
* Use lua to describe ir insts
* fix
* neaten
* neaten
* neaten
* spelling
* neaten
* comment comment out assert
* merge
Diffstat (limited to 'docs/design')
| -rw-r--r-- | docs/design/autodiff/ir-overview.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/design/autodiff/ir-overview.md b/docs/design/autodiff/ir-overview.md index 83391e27f..dd5f44f53 100644 --- a/docs/design/autodiff/ir-overview.md +++ b/docs/design/autodiff/ir-overview.md @@ -393,7 +393,7 @@ OpModule { [OpPrimalInstDecoration] %a_primal = OpDifferentialPairGetPrimal %dpa : %dpfloat - [OpPrimalInstDecorarion] + [OpPrimalInstDecoration] %b_primal = OpDifferentialPairGetPrimal %dpa : %dpfloat [OpPrimalInstDecoration] @@ -414,7 +414,7 @@ OpModule { [OpDifferentialInstDecoration] %a_diff = OpDifferentialPairGetDifferential %dpa : %dpfloat - [OpDifferentialInstDecorarion] + [OpDifferentialInstDecoration] %b_diff = OpDifferentialPairGetDifferential %dpa : %dpfloat [OpDifferentialInstDecoration] |
