You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SM6.9] Lower vector any/all calls to vector op (microsoft#7753)
Fixesmicrosoft#7687
Implement vector reduction lowing for calls to `any` and `all`
---------
Co-authored-by: Helena Kotas <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/DXIL.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2423,8 +2423,8 @@ ID Name Description
2423
2423
306 MatVecMulAdd multiplies a MxK dimension matrix and a K sized input vector and adds an M-sized bias vector
2424
2424
307 OuterProductAccumulate Computes the outer product between column vectors and an MxN matrix is accumulated component-wise atomically (with device scope) in memory
2425
2425
308 VectorAccumulate Accumulates the components of a vector component-wise atomically (with device scope) to the corresponding elements of an array in memory
2426
-
309 ReservedD0 reserved
2427
-
310 ReservedD1 reserved
2426
+
309 VectorReduceAndBitwise AND reduction of the vector returning a scalar
2427
+
310 VectorReduceOrBitwise OR reduction of the vector returning a scalar
2428
2428
311 FDot computes the n-dimensional vector dot-product
0 commit comments