summaryrefslogtreecommitdiff
path: root/docs/design/autodiff.md
diff options
context:
space:
mode:
authorBruce Mitchener <bruce.mitchener@gmail.com>2024-11-29 14:02:19 +0700
committerGitHub <noreply@github.com>2024-11-29 15:02:19 +0800
commitc3557978cf0184aaf75c27c309bc87e84fd6ab79 (patch)
treee7372839055ca3a7f2ad7b3aa7c895e428778533 /docs/design/autodiff.md
parent71f97268789164bd77614636536172ba657c6a57 (diff)
docs: Reduce typo count (#5671)
Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
Diffstat (limited to 'docs/design/autodiff.md')
-rw-r--r--docs/design/autodiff.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/design/autodiff.md b/docs/design/autodiff.md
index 29d7c82c7..8bf26baa9 100644
--- a/docs/design/autodiff.md
+++ b/docs/design/autodiff.md
@@ -201,7 +201,7 @@ DP<float> f_SSA_Proped(DP<float> dpa, DP<float> dpb)
}
// Note here that we have to 'store' all the intermediaries
- // _t1, _t2, _q4, _t3, _q5, _t3_d, _t4 and _q1. This is fundementally
+ // _t1, _t2, _q4, _t3, _q5, _t3_d, _t4 and _q1. This is fundamentally
// the tradeoff between fwd_mode and rev_mode
if (_b1)
@@ -288,7 +288,7 @@ void f_SSA_Rev(inout DP<float> dpa, inout DP<float> dpb, float dout)
}
// Note here that we have to 'store' all the intermediaries
- // _t1, _t2, _q4, _t3, _q5, _t3_d, _t4 and _q1. This is fundementally
+ // _t1, _t2, _q4, _t3, _q5, _t3_d, _t4 and _q1. This is fundamentally
// the tradeoff between fwd_mode and rev_mode
if (_b1)
@@ -330,4 +330,4 @@ void f_SSA_Rev(inout DP<float> dpa, inout DP<float> dpb, float dout)
}
}
-``` \ No newline at end of file
+```