|
Neko 1.99.2
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Functions | |
| template<typename T > | |
| __global__ void | cheby_part1 (T *__restrict__ d, T *__restrict__ x, const T inv_tha, const int n) |
| template<typename T > | |
| __global__ void | cheby_part2 (T *__restrict__ d, T *__restrict__ w, T *__restrict__ x, const T tmp1, const T tmp2, const int n) |
| void | hip_cheby_part1 (void *d, void *x, real *inv_tha, int *n, hipStream_t strm) |
| void | hip_cheby_part2 (void *d, void *w, void *x, real *tmp1, real *tmp2, int *n, hipStream_t strm) |
| __global__ void cheby_part1 | ( | T *__restrict__ | d, |
| T *__restrict__ | x, | ||
| const T | inv_tha, | ||
| const int | n | ||
| ) |
| __global__ void cheby_part2 | ( | T *__restrict__ | d, |
| T *__restrict__ | w, | ||
| T *__restrict__ | x, | ||
| const T | tmp1, | ||
| const T | tmp2, | ||
| const int | n | ||
| ) |
Fortran wrapper for part1 of cheby
Definition at line 79 of file cheby_aux.hip.

| void hip_cheby_part2 | ( | void * | d, |
| void * | w, | ||
| void * | x, | ||
| real * | tmp1, | ||
| real * | tmp2, | ||
| int * | n, | ||
| hipStream_t | strm | ||
| ) |
Fortran wrapper for part2 of cheby
Definition at line 95 of file cheby_aux.hip.
