Open Access. Powered by Scholars. Published by Universities.®

Computer Engineering Commons

Open Access. Powered by Scholars. Published by Universities.®

City University of New York (CUNY)

2022

Matrix multiplication

Articles 1 - 1 of 1

Full-Text Articles in Computer Engineering

Coded Matrix Multiplication, Xiaodi Fan Sep 2022

Coded Matrix Multiplication, Xiaodi Fan

Dissertations, Theses, and Capstone Projects

Matrix multiplication is a fundamental building block in many machine learning models. As the input matrices may be too large to be multiplied on a single server, it is common to split input matrices into multiple sub-matrices and execute the multiplications on different servers. However, in a distributed infrastructure, it is common to observe stragglers whose performance is significantly lower than other servers at some time. Compared to replicating each task on multiple servers, coded matrix multiplication, i.e., a combination of coding theoretic techniques and distributed matrix multiplication, can tolerate the same number of stragglers with much fewer servers. The …