tonyyxliu / CUHKSZ-CSC4005

Project Materials for CUHK(SZ) Course CSC4005: Parallel Programming
MIT License
79 stars 31 forks source link

Question description of Project 2 #46

Closed hey-money closed 1 year ago

hey-money commented 1 year ago

Do we only need to implement a program to do matrix multiplication of square matrices with same shapes? In other words, are the values of M, N and K equal?

MeloYang05 commented 1 year ago

You should support any size of matrix as long as the multiplication is legal. Therefore, M, N, K may be not equal.