▍Matrix of GPU CUDA SOR
Relaxation) 又名逐次超松弛法,是解决微分方程的一种通用算法,主要应用在解决拉普拉斯方程、肥皂泡形状等的问题上。本程序使用CUDA来实现sor,并且包含两种方法,一种是单一block运算整个矩阵,每个thread运算矩阵中的一个方...
Relaxation) 又名逐次超松弛法,是解决微分方程的一种通用算法,主要应用在解决拉普拉斯方程、肥皂泡形状等的问题上。本程序使用CUDA来实现sor,并且包含两种方法,一种是单一block运算整个矩阵,每个thread运算矩阵中的一个方...
Application backgroundRead a plain text file containing numbers (less than 2E8), stores it in a dynamic array, bubble sort method used and prints out in another plain text file. In the terminal returns the runtime of each process. If the argument is not specified it defaults to a file called "entrad...