Matrix Multiplication (MatMul) is one of the root node problems where any speedup results in improvements in many areas, including Matrix Inversion, Factorization, & Neural Networks.
In industry, MatMul is used for image processing, speech recognition, computer graphics, etc. 2/