Commit cca3a36
Dont zero out buffers in dynamic linear (pytorch#27002)
Summary:
Pull Request resolved: pytorch#27002
This was taking a significant amount of time in my benchmarks with larger output sizes (e.g. final output projection in a language classification model)
Test Plan: Imported from OSS
Differential Revision: D17641765
Pulled By: jamesr66a
fbshipit-source-id: b0ef30767eec9774fc503bb51fed039222026bba1 parent 09f0e94 commit cca3a36
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
| 130 | + | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments