FflasFfpack
test-fgemm-check.C File Reference
#include <iostream>
#include <stdlib.h>
#include <time.h>
#include "fflas-ffpack/fflas-ffpack.h"
#include "fflas-ffpack/utils/args-parser.h"
#include "fflas-ffpack/utils/test-utils.h"

Macros

#define ENABLE_ALL_CHECKINGS   1
 

Functions

template<class Field , class RandIter >
bool launch_MM_dispatch (const Field &F, const int mm, const int nn, const int kk, const typename Field::Element alpha, const typename Field::Element beta, const size_t iters, RandIter &G)
 
template<class Field >
bool run_with_field (Givaro::Integer q, uint64_t b, int m, int n, int k, size_t iters, uint64_t seed)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

◆ ENABLE_ALL_CHECKINGS

#define ENABLE_ALL_CHECKINGS   1

Function Documentation

◆ launch_MM_dispatch()

template<class Field , class RandIter >
bool launch_MM_dispatch ( const Field & F,
const int mm,
const int nn,
const int kk,
const typename Field::Element alpha,
const typename Field::Element beta,
const size_t iters,
RandIter & G )
Bug
test for ldX equal
Bug
Bug
test for transpo
Bug
Todo
does nbw actually do nbw recursive calls and then call blas (check ?) ?

◆ run_with_field()

template<class Field >
bool run_with_field ( Givaro::Integer q,
uint64_t b,
int m,
int n,
int k,
size_t iters,
uint64_t seed )

◆ main()

int main ( int argc,
char ** argv )