Agora
1.2.0
Agora project
|
Testing functions for benchmarking transpose computations. More...
#include <immintrin.h>
#include <chrono>
#include <cstdint>
#include <cstring>
#include <ctime>
#include <iostream>
#include <vector>
#include "armadillo"
#include "simd_types.h"
Classes | |
struct | complex_float |
Macros | |
#define | OFDM (1024) |
#define | BS_ANT (96) |
#define | K (4) |
#define | LOOP_NUM (1e4) |
Typedefs | |
typedef arma::cx_float | COMPLEX |
Functions | |
int | flushCache () |
void | saveData (char *filename, complex_float *ptr, int row, int col) |
int | main (int argc, char **argv) |
Testing functions for benchmarking transpose computations.
#define BS_ANT (96) |
#define K (4) |
#define LOOP_NUM (1e4) |
#define OFDM (1024) |
typedef arma::cx_float COMPLEX |
int flushCache | ( | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
void saveData | ( | char * | filename, |
complex_float * | ptr, | ||
int | row, | ||
int | col | ||
) |