mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2024-12-27 23:04:24 +01:00
bba5cf5f2c
- 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'.
3 lines
62 B
C
3 lines
62 B
C
const uint32_t n_cycles = 1;
|
|
uint32_t cycles[n_cycles] = {1};
|