International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 182 - Number 15 |
Year of Publication: 2018 |
Authors: Arezoo Khatibi, Omid Khatibi |
10.5120/ijca2018917780 |
Arezoo Khatibi, Omid Khatibi . Optimization Method to Reduce Matrices Multiplications in the Context of CUDA. International Journal of Computer Applications. 182, 15 ( Sep 2018), 5-7. DOI=10.5120/ijca2018917780
Parallel programming is an effective way to increase the speed of processing applications. It is carried out simultaneously by multiple processors rather than by a single processor. We compare the number of necessary calculations for multiplying the chain matrix in normal mode with the parallel mode. Since we used the famous parallel language named CUDA in our program, we will first present a brief description of the language and secondly, we explain essential mathematical notions and compare the performance of both programs.