Skip to content
README.md 847 B
Newer Older
README
=======
 
# 1. Code sample name
gemm_openmp
 
# 2. Description of the code sample package
This example demonstrates the use of OpenMP for matrix-matrix multiplication.
 
# 3. Release date
19 August 2016
 
# 4. Version history
1.0
 
# 6. Copyright / License of the code sample
Apache Version 2.0
 
# 5. Contributor (s) / Maintainer(s)
Rafal Gandecki <rafal.gandecki@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)
3 arguments:
- matrix A rows
- matrix A cols
- matrix B cols

# 13. Sample output(s)
execution time of algorithm wih and wihout OpenMP