We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9eba6 commit 647e08eCopy full SHA for 647e08e
DirectProgramming/C++SYCL/DenseLinearAlgebra/matrix_mul/README.md
@@ -134,6 +134,17 @@ P = m_size / 2;
134
```
135
> **Note**: The size value must be in multiples of **8**.
136
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
148
## License
149
Code samples are licensed under the MIT license. See
150
[License.txt](https://github.com/oneapi-src/oneAPI-samples/blob/master/License.txt) for details.
0 commit comments