首页> 外文会议>2017 International Conference on Computing Methodologies and Communication >Implementing the gauss seidel algorithm for solving eigenvalues of symmetric matrices with CUDA
【24h】

Implementing the gauss seidel algorithm for solving eigenvalues of symmetric matrices with CUDA

机译:用CUDA实现高斯Seidel算法以求解对称矩阵的特征值

获取原文
获取原文并翻译 | 示例

摘要

Modern GPUs are more efficient than CPUs due to their highly parallel structure. The Gauss-Seidel algorithm is a method for solving the n linear equations of the form Ax=b, which uses previously computed results as soon as they are available. The Gauss Seidel algorithm is the modified method of Jacobi algorithm. The Gauss Seidel algorithm is used to solve the eigenvalues of the large matrices. In this project I will be creating API functions for Gauss Seidel method using cuda. In this project the Gauss Seidel Algorithm is implemented with CUDA on GPU to solve the eigenvalues of symmetric matrices. Initially Gauss Seidel algorithm is implemented on CPU and then is implemented on GPU and then their performances are checked. As GPU is a highly parallel structure with thousands of cores, the performance of GPU is faster than the CPU.
机译:由于其高度并行的结构,现代GPU比CPU效率更高。高斯-赛德尔(Gauss-Seidel)算法是一种求解形式为Ax = b的n个线性方程式的方法,该方程式将在可能的情况下立即使用先前计算的结果。高斯塞德尔算法是雅可比算法的改进方法。高斯Seidel算法用于求解大型矩阵的特征值。在这个项目中,我将使用cuda为Gauss Seidel方法创建API函数。在该项目中,Gauss Seidel算法与CUDA一起在GPU上实现,以求解对称矩阵的特征值。最初,Gauss Seidel算法在CPU上实现,然后在GPU上实现,然后检查其性能。由于GPU是具有数千个内核的高度并行结构,因此GPU的性能比CPU更快。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号