|
Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|

Go to the source code of this file.
Functions | |
| template<typename T > | |
| __global__ void | copy_mask_kernel (T *__restrict__ a, T *__restrict__ b, const int size, int *__restrict__ mask, const int mask_size) |
| template<typename T > | |
| __global__ void | cadd_mask_kernel (T *__restrict__ a, const T c, const int size, int *__restrict__ mask, const int mask_size) |
| template<typename T > | |
| __global__ void | invcol1_mask_kernel (T *__restrict__ a, const int size, int *__restrict__ mask, const int mask_size) |
| template<typename T > | |
| __global__ void | col2_mask_kernel (T *__restrict__ a, T *__restrict__ b, const int size, int *__restrict__ mask, const int mask_size) |
| template<typename T > | |
| __global__ void | col3_mask_kernel (T *__restrict__ a, T *__restrict__ b, T *__restrict__ c, const int size, int *__restrict__ mask, const int mask_size) |
| template<typename T > | |
| __global__ void | sub3_mask_kernel (T *__restrict__ a, T *__restrict__ b, T *__restrict__ c, const int size, int *__restrict__ mask, const int mask_size) |
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Definition in file math_ext_kernel.h.
| __global__ void cadd_mask_kernel | ( | T *__restrict__ | a, |
| const T | c, | ||
| const int | size, | ||
| int *__restrict__ | mask, | ||
| const int | mask_size | ||
| ) |
Device kernel for cadd_mask
Definition at line 61 of file math_ext_kernel.h.

| __global__ void col2_mask_kernel | ( | T *__restrict__ | a, |
| T *__restrict__ | b, | ||
| const int | size, | ||
| int *__restrict__ | mask, | ||
| const int | mask_size | ||
| ) |
Device kernel for col2_mask
Definition at line 93 of file math_ext_kernel.h.

| __global__ void col3_mask_kernel | ( | T *__restrict__ | a, |
| T *__restrict__ | b, | ||
| T *__restrict__ | c, | ||
| const int | size, | ||
| int *__restrict__ | mask, | ||
| const int | mask_size | ||
| ) |
Device kernel for col3_mask
Definition at line 109 of file math_ext_kernel.h.

| __global__ void copy_mask_kernel | ( | T *__restrict__ | a, |
| T *__restrict__ | b, | ||
| const int | size, | ||
| int *__restrict__ | mask, | ||
| const int | mask_size | ||
| ) |
Device kernel for copy_mask
Definition at line 45 of file math_ext_kernel.h.

| __global__ void invcol1_mask_kernel | ( | T *__restrict__ | a, |
| const int | size, | ||
| int *__restrict__ | mask, | ||
| const int | mask_size | ||
| ) |
Device kernel for invcol1_mask
Definition at line 77 of file math_ext_kernel.h.

| __global__ void sub3_mask_kernel | ( | T *__restrict__ | a, |
| T *__restrict__ | b, | ||
| T *__restrict__ | c, | ||
| const int | size, | ||
| int *__restrict__ | mask, | ||
| const int | mask_size | ||
| ) |
Device kernel for sub3_mask
Definition at line 125 of file math_ext_kernel.h.
