Sherman-Morrison/independent_test_harness/bench_cycles/1_cycle.h
Francois Coppens bba5cf5f2c Improved version.
- All static arrays replaced by dynamic ones
- All overhead induced by checking before and after running of the kernels replaced as much as possible with calls to MKL/DGEMMs.
- Solved bugs due to dimension mismatches.

Overhead time is dramatically reduced because no more calls to naive 'matmul'.
2022-10-02 10:20:11 +02:00

3 lines
62 B
C

const uint32_t n_cycles = 1;
uint32_t cycles[n_cycles] = {1};