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
Copy file name to clipboardExpand all lines: docs/DXIL.rst
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2419,6 +2419,10 @@ ID Name Description
2419
2419
302 ReservedC9 reserved
2420
2420
303 RawBufferVectorLoad reads from a raw buffer and structured buffer
2421
2421
304 RawBufferVectorStore writes to a RWByteAddressBuffer or RWStructuredBuffer
2422
+
305 MatVecMul Multiplies a MxK dimension matrix and a K sized input vector
2423
+
306 MatVecMulAdd multiplies a MxK dimension matrix and a K sized input vector and adds an M-sized bias vector
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
+
308 VectorAccumulate Accumulates the components of a vector component-wise atomically (with device scope) to the corresponding elements of an array in memory
Copy file name to clipboardExpand all lines: docs/ReleaseNotes.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,10 @@ The included licenses apply to the following files:
21
21
22
22
Place release notes for the upcoming release below this line and remove this line upon naming this release.
23
23
24
+
### Version 1.8.2505
25
+
24
26
- Typed buffers (including ROV buffers) no longer accept types other than vectors and scalars. Any other types will produce descriptive errors. This removes support for appropriately sized matrices and structs. Though it worked in some contexts, code generated from such types was unreliable.
27
+
- By default, the internal validator will be used instead of searching externally for an existing DXIL.dll.
0 commit comments