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
AGULLO Emmanuel
Chameleon
Commits
d52bbacf
Commit
d52bbacf
authored
Jun 14, 2017
by
Mathieu Faverge
Committed by
BOUCHERIE Raphael
Jun 16, 2017
Browse files
Free tiles
parent
856cc4d2
Changes
5
Hide whitespace changes
Inline
Side-by-side
compute/pzgelqfrh.c
View file @
d52bbacf
...
...
@@ -30,8 +30,8 @@
**/
#include "control/common.h"
#define A(m,n) A, (m), (n)
#define T(m,n) T, (m), (n)
#define A(m,n)
A, (m), (n)
#define T(m,n)
T, (m), (n)
#define T2(m,n) T, (m), (n)+A->nt
#if defined(CHAMELEON_COPY_DIAG)
#define DIAG(m,n) DIAG, ((n)/BS), 0
...
...
compute/pzunglq_param.c
View file @
d52bbacf
...
...
@@ -168,6 +168,8 @@ void morse_pzunglq_param(const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE_des
}
RUNTIME_iteration_pop
(
morse
);
}
free
(
tiles
);
RUNTIME_options_ws_free
(
&
options
);
RUNTIME_options_finalize
(
&
options
,
morse
);
MORSE_TASK_dataflush_all
();
...
...
compute/pzungqr_param.c
View file @
d52bbacf
...
...
@@ -174,6 +174,8 @@ void morse_pzungqr_param(const libhqr_tree_t *qrtree,
}
RUNTIME_iteration_pop
(
morse
);
}
free
(
tiles
);
RUNTIME_options_ws_free
(
&
options
);
RUNTIME_options_finalize
(
&
options
,
morse
);
MORSE_TASK_dataflush_all
();
...
...
compute/pzunmlq_param.c
View file @
d52bbacf
...
...
@@ -431,8 +431,11 @@ void morse_pzunmlq_param(const libhqr_tree_t *qrtree,
}
}
}
free
(
tiles
);
RUNTIME_options_ws_free
(
&
options
);
RUNTIME_options_finalize
(
&
options
,
morse
);
MORSE_TASK_dataflush_all
();
(
void
)
D
;
}
compute/pzunmqr_param.c
View file @
d52bbacf
...
...
@@ -430,6 +430,8 @@ void morse_pzunmqr_param(const libhqr_tree_t *qrtree,
}
}
}
free
(
tiles
);
RUNTIME_options_ws_free
(
&
options
);
RUNTIME_options_finalize
(
&
options
,
morse
);
MORSE_TASK_dataflush_all
();
...
...
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