搜索资源列表
matrixmul2
- 使用clock函数测试矩阵相乘在CPU上执行的时间,用于和GPU做测试对比,其中矩阵的初始化使用随机函数赋值的。-Matrix multiplication using the clock function tests performed on the CPU time, and the GPU to do tests for comparison, in which the matrix is initialized using th
matrixMul_v1-2
- 利用CUDA进行矩阵相乘的运算,对已有的教程上的程序进行了改进,效率得到提高(需要设置VS才能运行)-matrix multiplication via CUDA