Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
starpu
starpu.gitlabpages.inria.fr
Commits
e1927347
Commit
e1927347
authored
Oct 29, 2019
by
THIBAULT Samuel
Browse files
Do not let example depend on how StarPU was built
parent
6c5a543b
Changes
2
Hide whitespace changes
Inline
Side-by-side
contents/tutorials/2019-05-EXA2PRO/files/gemm/xgemm.c
View file @
e1927347
...
...
@@ -33,15 +33,9 @@
static
unsigned
niter
=
10
;
static
unsigned
nslicesx
=
4
;
static
unsigned
nslicesy
=
4
;
#ifdef STARPU_QUICK_CHECK
static
unsigned
xdim
=
256
;
static
unsigned
ydim
=
256
;
static
unsigned
zdim
=
64
;
#else
static
unsigned
xdim
=
1024
;
static
unsigned
ydim
=
1024
;
static
unsigned
zdim
=
1024
;
#endif
static
unsigned
check
=
0
;
static
TYPE
*
A
,
*
B
,
*
C
;
...
...
contents/tutorials/2019-11-HPNS-Inria/files/gemm/xgemm.c
View file @
e1927347
...
...
@@ -33,15 +33,9 @@
static
unsigned
niter
=
10
;
static
unsigned
nslicesx
=
4
;
static
unsigned
nslicesy
=
4
;
#ifdef STARPU_QUICK_CHECK
static
unsigned
xdim
=
256
;
static
unsigned
ydim
=
256
;
static
unsigned
zdim
=
64
;
#else
static
unsigned
xdim
=
1024
;
static
unsigned
ydim
=
1024
;
static
unsigned
zdim
=
1024
;
#endif
static
unsigned
check
=
0
;
static
TYPE
*
A
,
*
B
,
*
C
;
...
...
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