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: sycl/doc/extensions/experimental/sycl_ext_oneapi_matrix.asciidoc
+4-4
Original file line number
Diff line number
Diff line change
@@ -548,19 +548,19 @@ While this provides fast element indexing on the GPU compared to the non-restric
548
548
However using the `mma` ptx instructions as opposed to the `wmma` ptx instructions the mapping is known. Knowing this mapping is important for the user to implement new operations like sum of rows of a matrix for quantized algorithms.
549
549
550
550
#### proposal: Explicit conversion in the interface from SIMD to SPMD
551
-
We introduce a new function `get_wi_slice` that provides any portion of the matrix that the user wants but in a SPMD array object:.
551
+
We introduce a new function `get_wi_data` that provides any portion of the matrix that the user wants but in a SPMD array object:.
@@ -582,7 +582,7 @@ We did not utilize this extension for this matrix API version because sub-group
582
582
-- Yes, this will be addressed in the next revision where `use` argument will be introduced to distinguish between right (B) , left (A), and accumulator matrix.
583
583
- Ronan Keryell: "It would be interesting to investigate whether providing also member functions would simplify the API. Provide both so it is possible to use the best one for each use case, while waiting for https://en.wikipedia.org/wiki/Uniform_Function_Call_Syntax to land into C++?"
584
584
585
-
- In the future looking APIs, `get_wi_slice` (that is currently under design) returns an owned object. Should this return a view object to make sure the original matrix C is changed after its slices are modified.
585
+
- In the future looking APIs, `get_wi_data` (that is currently under design) returns an owned object. Should this return a view object to make sure the original matrix C is changed after its slices are modified.
586
586
587
587
## TODO List
588
588
- Add support for fill matrix and element-wise operations features
0 commit comments