Previous Let's swap the loops over j and k |
Parent Let's swap the loops over j and k |
Outline | Next The sgemm_swap.cpp file |
1 2 3 4 5 6 7 8 9 |
#ifndef __SGEMM_SWAP_H__ #define __SGEMM_SWAP_H__ void sgemm(float* matOut, const float * matX, const float* matY, long unsigned int size); #endif |
Previous Let's swap the loops over j and k |
Parent Let's swap the loops over j and k |
Outline | Next The sgemm_swap.cpp file |