Skip to content
README.md 794 B
Newer Older
=======
README
=======

# 1. Code sample name
gemm

# 2. Description of the code sample package
This example demonstrates the use of C++ threads for matrix-matrix multiplication.

# 3. Release date
15 August 2016

# 4. Version history
1.0

# 6. Copyright / License of the code sample
Apache Version 2.0

# 5. Contributor (s) / Maintainer(s)
Mariusz Uchronski <mariusz.uchronski@pwr.edu.pl>

# 7. Language(s)
C++ 11

# 8. Parallelisation Implementation(s)
OpenMP

# 9. Level of the code sample complexity
basic

# 10. Instructions on how to compile the code
Uses the CodeVault CMake infrastructure, see main README.md

# 11. Instructions on how to run the code
Just run compiled executable

# 12. Sample input(s)
Randomly generated on sample code execution

# 13. Sample output(s)
Not available