![]() |
MAGMA 2.9.0
Matrix Algebra for GPU and Multicore Architectures
|
Functions | |
double | magma_wtime (void) |
double | magma_sync_wtime (magma_queue_t queue) |
Calls magma_queue_sync() to synchronize, then returns current time. | |
void | magmaf_wtime (double *time) |
Version of magma_wtime() that is callable from Fortran. | |
double magma_wtime | ( | void | ) |
double magma_sync_wtime | ( | magma_queue_t | queue | ) |
Calls magma_queue_sync() to synchronize, then returns current time.
[in] | queue | Queue to synchronize. |
void magmaf_wtime | ( | double * | time | ) |
Version of magma_wtime() that is callable from Fortran.
[out] | time | On output, set to current wall-clock time in seconds. Resolution is from gettimeofday. |