This project provides a C++ implementation of a 1D stationary heat equation solver using iterative methods such as Jacobi and Gauss-Seidel. It demonstrates an object-oriented approach, introduces a ...
__global__ void cuda_jacobi_1d_kernel(type* data, type scalar, int len, int step, int batSize); __global__ void cuda_jacobi_1d_kernel(type* data, type scalar, int len ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results