Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3b51df95 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

clean timing/time_zgeqrf_tile.c

parent 2a8bedfe
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,6 @@
#define _FADDS FADDS_GEQRF( M, N )
#include "./timing.c"
#include <starpu.h>
static int
RunTest(int *iparam, double *dparam, morse_time_t *t_)
......@@ -37,14 +36,6 @@ RunTest(int *iparam, double *dparam, morse_time_t *t_)
PASTE_CODE_ALLOCATE_MATRIX_TILE( descAC, ( check && M == N ), MORSE_Complex64_t, MorseComplexDouble, LDA, M, N );
PASTE_CODE_ALLOCATE_MATRIX_TILE( descB, ( check && M == N ), MORSE_Complex64_t, MorseComplexDouble, LDB, M, NRHS );
// RUNTIME_zlocality_onerestrict( MORSE_GEQRT, STARPU_CUDA );
// RUNTIME_zlocality_onerestrict( MORSE_GEQRT, STARPU_CPU );
// RUNTIME_zlocality_onerestrict( MORSE_UNMQR, STARPU_CUDA );
// RUNTIME_zlocality_onerestrict( MORSE_TSQRT, STARPU_CPU );
// RUNTIME_zlocality_onerestrict( MORSE_TSMQR, STARPU_CUDA );
// RUNTIME_zlocality_allrestrict( STARPU_CUDA );
MORSE_zplrnt_Tile( descA, 5373 );
/* Save A for check */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment