* Added CUDA support * Performance improvements * API improvements * Added "depth" parameter to GEMM * Android cross-compilation
11 lines
131 B
C++
11 lines
131 B
C++
#ifndef ISAAC_BENCH_COMMON_HPP_
|
|
#define ISAAC_BENCH_COMMON_HPP_
|
|
|
|
#include "vector"
|
|
#include <cmath>
|
|
#include <algorithm>
|
|
|
|
|
|
|
|
#endif
|