├── README.md ├── compare_blas.cpp ├── compile.sh ├── matrix_kernel16_6.c ├── matrix_kernel16_6_block.c └── matrix_kernel_vectorized.cpp /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HazyResearch/blocking-tutorial/HEAD/README.md -------------------------------------------------------------------------------- /compare_blas.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HazyResearch/blocking-tutorial/HEAD/compare_blas.cpp -------------------------------------------------------------------------------- /compile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HazyResearch/blocking-tutorial/HEAD/compile.sh -------------------------------------------------------------------------------- /matrix_kernel16_6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HazyResearch/blocking-tutorial/HEAD/matrix_kernel16_6.c -------------------------------------------------------------------------------- /matrix_kernel16_6_block.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HazyResearch/blocking-tutorial/HEAD/matrix_kernel16_6_block.c -------------------------------------------------------------------------------- /matrix_kernel_vectorized.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HazyResearch/blocking-tutorial/HEAD/matrix_kernel_vectorized.cpp --------------------------------------------------------------------------------