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
AGULLO Emmanuel
Chameleon
Commits
e9d89ebb
Commit
e9d89ebb
authored
Aug 02, 2017
by
BOUCHERIE Raphael
Committed by
Mathieu Faverge
Feb 07, 2018
Browse files
fix segfault when M > N
parent
2037e9be
Changes
2
Hide whitespace changes
Inline
Side-by-side
timing/time_zgeqrf_hqr.c
View file @
e9d89ebb
...
...
@@ -69,7 +69,6 @@ RunTest(int *iparam, double *dparam, morse_time_t *t_)
llvl
=
iparam
[
IPARAM_LOWLVL_TREE
];
qr_a
=
iparam
[
IPARAM_RHBLK
];
domino
=
iparam
[
IPARAM_QR_DOMINO
];
libhqr_init_hqr
(
&
qrtree
,
(
M
>=
N
)
?
LIBHQR_QR
:
LIBHQR_LQ
,
&
matrix
,
llvl
,
hlvl
,
qr_a
,
P
,
domino
,
0
);
...
...
timing/time_zgeqrf_hqr_tile.c
View file @
e9d89ebb
...
...
@@ -73,7 +73,6 @@ RunTest(int *iparam, double *dparam, morse_time_t *t_)
llvl
=
iparam
[
IPARAM_LOWLVL_TREE
];
qr_a
=
iparam
[
IPARAM_RHBLK
];
domino
=
iparam
[
IPARAM_QR_DOMINO
];
libhqr_init_hqr
(
&
qrtree
,
(
M
>=
N
)
?
LIBHQR_QR
:
LIBHQR_LQ
,
&
matrix
,
llvl
,
hlvl
,
qr_a
,
P
,
domino
,
0
);
...
...
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