-
求矩阵特征值的并行算法的实现
QR算法是目前最广泛被用于求一般矩阵特征值的方法,但是由于串行算法的时间过于长,大大的降低了工作效率,所以我们将其在基于cuda架构上对其进行GPU加速,将原有的求矩阵特征值得串行算法进行并行化,大大地提高了工作效率
- 2022-11-06 08:40:04下载
- 积分:1
-
利用CUDA平台计算矩阵乘法的GPU编程
本程序为简易的CUDA编程,两个程序都是计算矩阵的乘法。其中Matrix1和Matrix2的区别是Matrix2使用了shared memory。每个程序都使用了串行和并行两种方式计算乘法,最后将并行的运算结果与串行运算结果对比,验证计算的正确性。同时,程序中利用CUDA计时模块统计了并行运算的耗时。因此可以得出使用shared memory后改善的运行时间。
- 2022-12-18 17:50:03下载
- 积分:1
-
AMD-APP-Docs
AMD显卡编程的一些官方参考资料,与nVidia的cuda编程相似(reference materials on AMD APP programming)
- 2012-06-13 13:06:21下载
- 积分:1
-
MapReduce-WordCount
并行计算课程实验,C++实现的基于mapreduce模型的WordCount程序。(Experimental parallel computing course, C++ implementation of the model based on mapreduce WordCount program.)
- 2020-06-30 02:00:02下载
- 积分:1
-
lu
说明: 这是用并行程序语言MPI做的关于矩阵LU分解的程序,程序中很好的实现了分解过程的并行性。(This is used MPI parallel programming language to do LU decomposition on the matrix of the procedures, procedures to achieve a good decomposition process parallelism.)
- 2008-12-05 13:56:57下载
- 积分:1
-
Mutilayer
通过传递矩阵理论计算多层膜结构的反射及透射率(Calculation of reflection and transmittance of multilayer structures by transfer matrix theory)
- 2017-11-08 09:24:02下载
- 积分:1
-
dumpstack
Provide basic stack dumping functions
- 2013-04-18 14:51:26下载
- 积分:1
-
HS5ctx
说明: 这是一个前所未有的技术,有了它,你的运算速度将增加百倍。(application)
- 2010-03-24 22:13:41下载
- 积分:1
-
MatlabSVM
说明: 基于Matlab的SVM模式分类方法的实验系统,有仿真实验,有举例说明,可用于参考(Matlab-based classification method of SVM model experimental systems, there are simulation results, there are examples, can be used for reference)
- 2008-11-15 09:16:06下载
- 积分:1
-
求解一维Euler方程RK
求解一维Euler方程,计算一维激波管问题,时间项RK,空间使用steger_warming分裂方式(Solving one-dimensional Euler equations, to calculate the one-dimensional shock tube problem, the time RK, space using two separatist)
- 2020-07-07 17:58:57下载
- 积分:1