Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CodeVault
hpc-kernels
dense_linear_algebra
Commits
5a0ac2b4
Commit
5a0ac2b4
authored
Mar 17, 2017
by
rgandecki
Browse files
added missing header and fixed misprint in emails
parent
5ff71f76
Changes
7
Hide whitespace changes
Inline
Side-by-side
gemm/clblas/CMakeLists.txt
View file @
5a0ac2b4
...
...
@@ -4,7 +4,7 @@
# CodeVault is part of the EU-project PRACE-4IP (WP7.3.C).
#
# Author(s):
# Mariusz Uchronski <mariusz.uchronski@pwr.edu.
n
l>
# Mariusz Uchronski <mariusz.uchronski@pwr.edu.
p
l>
#
# ==================================================================================================
...
...
gemm/gemm_openmp/CMakeLists.txt
View file @
5a0ac2b4
...
...
@@ -3,7 +3,7 @@
# CodeVault is part of the EU-project PRACE-4IP (WP7.3.C).
#
# Author(s):
# Rafal Gandecki <rafal.gandeci@pwr.edu.
n
l>
# Rafal Gandecki <rafal.gandeci@pwr.edu.
p
l>
#
# ==================================================================================================
...
...
gemm/gemm_openmp_fortran/CMakeLists.txt
View file @
5a0ac2b4
...
...
@@ -4,7 +4,7 @@
# CodeVault is part of the EU-project PRACE-4IP (WP7.3.C).
#
# Author(s):
# Mariusz Uchronski <mariusz.uchronski@pwr.edu.
n
l>
# Mariusz Uchronski <mariusz.uchronski@pwr.edu.
p
l>
#
# ==================================================================================================
...
...
gemm/gemm_threads/CMakeLists.txt
View file @
5a0ac2b4
...
...
@@ -4,7 +4,7 @@
# CodeVault is part of the EU-project PRACE-4IP (WP7.3.C).
#
# Author(s):
# Mariusz Uchronski <mariusz.uchronski@pwr.edu.
n
l>
# Mariusz Uchronski <mariusz.uchronski@pwr.edu.
p
l>
#
# ==================================================================================================
...
...
lud/clmagma/CMakeLists.txt
View file @
5a0ac2b4
...
...
@@ -4,7 +4,7 @@
# CodeVault is part of the EU-project PRACE-4IP (WP7.3.C).
#
# Author(s):
# Mariusz Uchronski <mariusz.uchronski@pwr.edu.
n
l>
# Mariusz Uchronski <mariusz.uchronski@pwr.edu.
p
l>
#
# ==================================================================================================
...
...
lud/clmagma/src/lud_clmagma.cpp
View file @
5a0ac2b4
#include
<stdio.h>
// =================================================================================================
// This file is part of the CodeVault project. The project is licensed under Apache Version 2.0.
// CodeVault is part of the EU-project PRACE-4IP (WP7.3.C).
//
// Author(s):
// Mariusz Uchronski <mariusz.uchronski@pwr.edu.pl>
//
// =================================================================================================
#include
<stdio.h>
#include
"magma.h"
int
main
(
int
argc
,
char
*
argv
[])
...
...
lud/lud_openmp/CMakeLists.txt
View file @
5a0ac2b4
...
...
@@ -3,7 +3,7 @@
# CodeVault is part of the EU-project PRACE-4IP (WP7.3.C).
#
# Author(s):
# Rafal Gandecki <rafal.gandeci@pwr.edu.
n
l>
# Rafal Gandecki <rafal.gandeci@pwr.edu.
p
l>
#
# ==================================================================================================
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment