Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
__global__ void absval_kernel | ( | T *__restrict__ | a, |
const int | n | ||
) |
Device kernel for abs_value
Definition at line 763 of file math_kernel.h.
__global__ void add2_kernel | ( | T *__restrict__ | a, |
const T *__restrict__ | b, | ||
const int | n | ||
) |
Device kernel for add2
Definition at line 194 of file math_kernel.h.
__global__ void add2s1_kernel | ( | T *__restrict__ | a, |
const T *__restrict__ | b, | ||
const T | c1, | ||
const int | n | ||
) |
Device kernel for add2s1
Definition at line 245 of file math_kernel.h.
__global__ void add2s2_kernel | ( | T *__restrict__ | a, |
const T *__restrict__ | b, | ||
const T | c1, | ||
const int | n | ||
) |
Device kernel for add2s2
Definition at line 285 of file math_kernel.h.
__global__ void add2s2_many_kernel | ( | T *__restrict__ | x, |
const T ** | p, | ||
const T * | alpha, | ||
const int | p_cur, | ||
const int | n | ||
) |
Device kernel for add2s2
Definition at line 262 of file math_kernel.h.
__global__ void add3_kernel | ( | T *__restrict__ | a, |
const T *__restrict__ | b, | ||
const T *__restrict__ | c, | ||
const int | n | ||
) |
Device kernel for add3
Definition at line 210 of file math_kernel.h.
__global__ void add3s2_kernel | ( | T *__restrict__ | a, |
const T *__restrict__ | b, | ||
const T *__restrict__ | c, | ||
const T | c1, | ||
const T | c2, | ||
const int | n | ||
) |
Device kernel for add3s2
Definition at line 319 of file math_kernel.h.
__global__ void add4_kernel | ( | T *__restrict__ | a, |
const T *__restrict__ | b, | ||
const T *__restrict__ | c, | ||
const T *__restrict__ | d, | ||
const int | n | ||
) |
Device kernel for add4
Definition at line 227 of file math_kernel.h.
__global__ void addcol3_kernel | ( | T *__restrict__ | a, |
const T *__restrict__ | b, | ||
const T *__restrict__ | c, | ||
const int | n | ||
) |
Device kernel for addcol3
Definition at line 453 of file math_kernel.h.
__global__ void addcol4_kernel | ( | T *__restrict__ | a, |
const T *__restrict__ | b, | ||
const T *__restrict__ | c, | ||
const T *__restrict__ | d, | ||
const int | n | ||
) |
Device kernel for addcol4
Definition at line 471 of file math_kernel.h.
__global__ void addsqr2s2_kernel | ( | T *__restrict__ | a, |
const T *__restrict__ | b, | ||
const T | c1, | ||
const int | n | ||
) |
Device kernel for addsqr2s2
Definition at line 302 of file math_kernel.h.
__global__ void cadd2_kernel | ( | T *__restrict__ | a, |
T *__restrict__ | b, | ||
const T | c, | ||
const int | n | ||
) |
Device kernel for cadd2
Definition at line 161 of file math_kernel.h.
__global__ void cadd_kernel | ( | T *__restrict__ | a, |
const T | c, | ||
const int | n | ||
) |
Device kernel for cadd
Definition at line 145 of file math_kernel.h.
__global__ void cfill_kernel | ( | T *__restrict__ | a, |
const T | c, | ||
const int | n | ||
) |
Device kernel for cmult
Definition at line 178 of file math_kernel.h.
__global__ void cfill_mask_kernel | ( | T *__restrict__ | a, |
const T | c, | ||
const int | size, | ||
int *__restrict__ | mask, | ||
const int | mask_size | ||
) |
Device kernel for cfill_mask
Definition at line 112 of file math_kernel.h.
__global__ void cmult2_kernel | ( | T *__restrict__ | a, |
T *__restrict__ | b, | ||
const T | c, | ||
const int | n | ||
) |
Device kernel for cmult2
Definition at line 128 of file math_kernel.h.
__global__ void cmult_kernel | ( | T *__restrict__ | a, |
const T | c, | ||
const int | n | ||
) |
Device kernel for cmult
Definition at line 41 of file math_kernel.h.
__global__ void col2_kernel | ( | T *__restrict__ | a, |
const T *__restrict__ | b, | ||
const int | n | ||
) |
Device kernel for col2
Definition at line 370 of file math_kernel.h.
__global__ void col3_kernel | ( | T *__restrict__ | a, |
const T *__restrict__ | b, | ||
const T *__restrict__ | c, | ||
const int | n | ||
) |
Device kernel for col3
Definition at line 386 of file math_kernel.h.
Device kernel for glsc2
Definition at line 694 of file math_kernel.h.
Device kernel for glsc3
Definition at line 617 of file math_kernel.h.
__global__ void glsc3_many_kernel | ( | const T * | a, |
const T ** | b, | ||
const T * | c, | ||
T * | buf_h, | ||
const int | j, | ||
const int | n | ||
) |
Device kernel for glsc3 many
Definition at line 652 of file math_kernel.h.
Reduction kernel for glsc3
Definition at line 583 of file math_kernel.h.
Device kernel for glsum
Definition at line 728 of file math_kernel.h.
__global__ void invcol1_kernel | ( | T *__restrict__ | a, |
const int | n | ||
) |
Device kernel for invcol1
Definition at line 338 of file math_kernel.h.
__global__ void invcol2_kernel | ( | T *__restrict__ | a, |
const T *__restrict__ | b, | ||
const int | n | ||
) |
Device kernel for invcol2
Definition at line 354 of file math_kernel.h.
__global__ void masked_atomic_reduction_kernel | ( | T *__restrict__ | a, |
T *__restrict__ | b, | ||
int *__restrict__ | mask, | ||
const int | n, | ||
const int | m | ||
) |
Device kernel for masked atomic update
Definition at line 93 of file math_kernel.h.
__global__ void masked_copy_kernel | ( | T *__restrict__ | a, |
T *__restrict__ | b, | ||
int *__restrict__ | mask, | ||
const int | n, | ||
const int | m | ||
) |
Device kernel for masked copy
Definition at line 57 of file math_kernel.h.
__global__ void masked_red_copy_kernel | ( | T *__restrict__ | a, |
T *__restrict__ | b, | ||
int *__restrict__ | mask, | ||
const int | n, | ||
const int | m | ||
) |
Device kernel for masked reduced copy
Definition at line 75 of file math_kernel.h.
Vector reduction kernel
Definition at line 551 of file math_kernel.h.
__inline__ __device__ T reduce_warp | ( | T | val | ) |
Warp shuffle reduction
Definition at line 537 of file math_kernel.h.
__global__ void sub2_kernel | ( | T *__restrict__ | a, |
const T *__restrict__ | b, | ||
const int | n | ||
) |
Device kernel for sub2
Definition at line 420 of file math_kernel.h.
__global__ void sub3_kernel | ( | T *__restrict__ | a, |
const T *__restrict__ | b, | ||
const T *__restrict__ | c, | ||
const int | n | ||
) |
Device kernel for sub3
Definition at line 436 of file math_kernel.h.
__global__ void subcol3_kernel | ( | T *__restrict__ | a, |
const T *__restrict__ | b, | ||
const T *__restrict__ | c, | ||
const int | n | ||
) |
Device kernel for subcol3
Definition at line 403 of file math_kernel.h.
__global__ void vcross_kernel | ( | T *__restrict__ | u1, |
T *__restrict__ | u2, | ||
T *__restrict__ | u3, | ||
const T *__restrict__ | v1, | ||
const T *__restrict__ | v2, | ||
const T *__restrict__ | v3, | ||
const T *__restrict__ | w1, | ||
const T *__restrict__ | w2, | ||
const T *__restrict__ | w3, | ||
const int | n | ||
) |
Device kernel for vcross
Definition at line 512 of file math_kernel.h.
__global__ void vdot3_kernel | ( | T *__restrict__ | dot, |
const T *__restrict__ | u1, | ||
const T *__restrict__ | u2, | ||
const T *__restrict__ | u3, | ||
const T *__restrict__ | v1, | ||
const T *__restrict__ | v2, | ||
const T *__restrict__ | v3, | ||
const int | n | ||
) |
Device kernel for vdot3
Definition at line 490 of file math_kernel.h.