Neko
0.8.99
A portable framework for high-order spectral element flow simulations
|
#include <math/bcknd/device/hip/math_kernel.h>
Go to the source code of this file.
Functions | |
template<typename T > | |
__global__ void | gmres_part2_kernel (T *__restrict__ w, T *const *__restrict__ v, const T *__restrict__ mult, const T *__restrict__ h, T *__restrict__ buf_h1, const int j, const int n) |
__global__ void gmres_part2_kernel | ( | T *__restrict__ | w, |
T *const *__restrict__ | v, | ||
const T *__restrict__ | mult, | ||
const T *__restrict__ | h, | ||
T *__restrict__ | buf_h1, | ||
const int | j, | ||
const int | n | ||
) |
Kernel for back-substitution of x and update of p
Definition at line 44 of file gmres_kernel.h.