Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Henning Fehrmann
NVidia_AMD_Bench
Commits
5c2908ea
Commit
5c2908ea
authored
Jan 28, 2021
by
Henning Fehrmann
Committed by
Henning Fehrmann
Jan 28, 2021
Browse files
some spelling
parent
46588f08
Changes
1
Hide whitespace changes
Inline
Side-by-side
blas.c
View file @
5c2908ea
...
...
@@ -23,7 +23,12 @@
#include <time.h>
#include <omp.h>
#define __MALLOC(P, size) P = malloc(size); \
if (P == NULL) \
{\
fprintf(stderr, "Allocation failed at line %d in %s\n", __LINE__, __FILE__); \
exit(EXIT_FAILURE); \
}\
size_t
m
=
10000
;
size_t
n
=
10000
;
...
...
@@ -31,13 +36,6 @@ size_t k = 10000;
static
unsigned
long
x
=
123456789
,
y
=
362436069
,
z
=
521288629
;
#define __MALLOC(P, size) P = malloc(size); \
if (P == NULL) \
{\
fprintf(stderr, "Allocation if failed at line %d in %s\n", __LINE__, __FILE__); \
exit(EXIT_FAILURE); \
}\
unsigned
long
xorshf96
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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