Skip to content

Commit 647e08e

Browse files
authored
Update README.md
1 parent 9a9eba6 commit 647e08e

File tree

1 file changed

+11
-0
lines changed
  • DirectProgramming/C++SYCL/DenseLinearAlgebra/matrix_mul

1 file changed

+11
-0
lines changed

DirectProgramming/C++SYCL/DenseLinearAlgebra/matrix_mul/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,17 @@ P = m_size / 2;
134134
```
135135
> **Note**: The size value must be in multiples of **8**.
136136
137+
## Example Output
138+
```
139+
./matrix_mul_dpc
140+
141+
Device: Intel(R) Iris(R) Xe Graphics
142+
143+
Problem size: c(150,600) = a(150,300) * b(300,600)
144+
145+
Result of matrix multiplication using SYCL: Success - The results are correct!
146+
```
147+
137148
## License
138149
Code samples are licensed under the MIT license. See
139150
[License.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/License.txt) for details.

0 commit comments

Comments
 (0)