Neko  0.8.1
A portable framework for high-order spectral element flow simulations
conv1_kernel.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T , const int LX, const int CHUNKS>
__global__ void conv1_kernel_1d (T *__restrict__ du, const T *__restrict__ u, const T *__restrict__ vx, const T *__restrict__ vy, const T *__restrict__ vz, const T *__restrict__ dx, const T *__restrict__ dy, const T *__restrict__ dz, const T *__restrict__ drdx, const T *__restrict__ dsdx, const T *__restrict__ dtdx, const T *__restrict__ drdy, const T *__restrict__ dsdy, const T *__restrict__ dtdy, const T *__restrict__ drdz, const T *__restrict__ dsdz, const T *__restrict__ dtdz, const T *__restrict__ jacinv)
 
template<typename T , const int LX>
__global__ void __launch_bounds__ (LX *LX, 3) conv1_kernel_kstep(T *__restrict__ du
 
 for (int k=0;k< LX;++k)
 
 __syncthreads ()
 

Variables

__global__ void const T *__restrict__ u
 
__global__ void const T *__restrict__ const T *__restrict__ vx
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ vy
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ vz
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ dx
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ dy
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ dz
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ drdx
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ dsdx
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ dtdx
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ drdy
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ dsdy
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ dtdy
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ drdz
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ dsdz
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ dtdz
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ jacinv
 
__shared__ T shdx [LX *LX] = dx[ij]
 
__shared__ T shdy [LX *LX] = dy[ij]
 
__shared__ T shdz [LX *LX] = dz[ij]
 
const int e = blockIdx.x
 
const int j = threadIdx.y
 
const int i = threadIdx.x
 
const int ij = i + j * LX
 
const int ele = e*LX*LX*LX
 
ru [LX]
 
rvx [LX]
 
rvy [LX]
 
rvz [LX]
 
rjacinv [LX]
 

Function Documentation

◆ __launch_bounds__()

template<typename T , const int LX>
__global__ void __launch_bounds__ ( LX *  LX,
 
)

◆ __syncthreads()

__syncthreads ( )
Here is the caller graph for this function:

◆ conv1_kernel_1d()

template<typename T , const int LX, const int CHUNKS>
__global__ void conv1_kernel_1d ( T *__restrict__  du,
const T *__restrict__  u,
const T *__restrict__  vx,
const T *__restrict__  vy,
const T *__restrict__  vz,
const T *__restrict__  dx,
const T *__restrict__  dy,
const T *__restrict__  dz,
const T *__restrict__  drdx,
const T *__restrict__  dsdx,
const T *__restrict__  dtdx,
const T *__restrict__  drdy,
const T *__restrict__  dsdy,
const T *__restrict__  dtdy,
const T *__restrict__  drdz,
const T *__restrict__  dsdz,
const T *__restrict__  dtdz,
const T *__restrict__  jacinv 
)

Device kernel for convective terms

Definition at line 42 of file conv1_kernel.h.

Here is the call graph for this function:

◆ for()

for ( )

Definition at line 173 of file conv1_kernel.h.

Variable Documentation

◆ drdx

__global__ void const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ drdx

Definition at line 139 of file conv1_kernel.h.

◆ drdy

__global__ void const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ drdy

Definition at line 142 of file conv1_kernel.h.

◆ drdz

__global__ void const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ drdz

Definition at line 145 of file conv1_kernel.h.

◆ dsdx

__global__ void const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ dsdx

Definition at line 140 of file conv1_kernel.h.

◆ dsdy

__global__ void const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ dsdy

Definition at line 143 of file conv1_kernel.h.

◆ dsdz

__global__ void const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ dsdz

Definition at line 146 of file conv1_kernel.h.

◆ dtdx

__global__ void const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ dtdx

Definition at line 141 of file conv1_kernel.h.

◆ dtdy

__global__ void const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ dtdy

Definition at line 144 of file conv1_kernel.h.

◆ dtdz

__global__ void const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ dtdz

Definition at line 147 of file conv1_kernel.h.

◆ dx

__global__ void const T *__restrict__ const T *__restrict__ dx

Definition at line 136 of file conv1_kernel.h.

◆ dy

__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ dy

Definition at line 137 of file conv1_kernel.h.

◆ dz

__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ dz

Definition at line 138 of file conv1_kernel.h.

◆ e

const int e = blockIdx.x

Definition at line 156 of file conv1_kernel.h.

◆ ele

const int ele = e*LX*LX*LX

Definition at line 160 of file conv1_kernel.h.

◆ i

const int i = threadIdx.x

Definition at line 158 of file conv1_kernel.h.

◆ ij

const int ij = i + j * LX

Definition at line 159 of file conv1_kernel.h.

◆ j

const int j = threadIdx.y

Definition at line 157 of file conv1_kernel.h.

◆ jacinv

__global__ void const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ jacinv
Initial value:
{
__shared__ T shu[LX * LX]
__shared__ T shu[LX *LX]

Definition at line 148 of file conv1_kernel.h.

◆ rjacinv

T rjacinv[LX]

Definition at line 170 of file conv1_kernel.h.

◆ ru

T ru

Definition at line 166 of file conv1_kernel.h.

◆ rvx

T rvx[LX]

Definition at line 167 of file conv1_kernel.h.

◆ rvy

T rvy[LX]

Definition at line 168 of file conv1_kernel.h.

◆ rvz

T rvz[LX]

Definition at line 169 of file conv1_kernel.h.

◆ shdx

shdx[ij] = dx[ij]

Definition at line 152 of file conv1_kernel.h.

◆ shdy

__shared__ T shdy = dy[ij]

Definition at line 153 of file conv1_kernel.h.

◆ shdz

__shared__ T shdz = dz[ij]

Definition at line 154 of file conv1_kernel.h.

◆ u

__global__ void const T *__restrict__ u

Definition at line 132 of file conv1_kernel.h.

◆ vx

__global__ void const T* __restrict__ const T* __restrict__ vx

Definition at line 133 of file conv1_kernel.h.

◆ vy

__global__ void const T* __restrict__ const T* __restrict__ const T* __restrict__ vy

Definition at line 134 of file conv1_kernel.h.

◆ vz

__global__ void const T* __restrict__ const T* __restrict__ const T* __restrict__ const T* __restrict__ vz

Definition at line 135 of file conv1_kernel.h.