#include #include #include #define SIZE 1024 void sparse_matmul_optimized(float** A, float** B, float** C, int n) { for(int i=0;i