Commit 4412bb3
authored
[0035] LinAlg: Remove Stride and Layout params from Thread scoped InterlockedAccumulate (#849)
The thread-scope overload wasn't supposed to have Stride and Layout,
since the Layout must be OuterProductOptimal for thread scope. This
change removes these two parameters from the version of the function in
Appendix 1: HLSL Header.
Fixes #8501 parent 40ede0e commit 4412bb3
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
203 | | - | |
| 202 | + | |
204 | 203 | | |
205 | 204 | | |
206 | 205 | | |
| |||
2069 | 2068 | | |
2070 | 2069 | | |
2071 | 2070 | | |
2072 | | - | |
2073 | | - | |
| 2071 | + | |
2074 | 2072 | | |
2075 | 2073 | | |
2076 | 2074 | | |
| |||
2234 | 2232 | | |
2235 | 2233 | | |
2236 | 2234 | | |
2237 | | - | |
| 2235 | + | |
2238 | 2236 | | |
2239 | 2237 | | |
0 commit comments