#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include "cdtp_kernel.h"
#include <device/device_config.h>
#include <device/cuda/check.h>
#include <common/neko_log.h>
 
Go to the source code of this file.
 | 
| template<const int >  | 
| int  | tune_cdtp (void *dtx, void *x, void *dr, void *ds, void *dt, void *dxt, void *dyt, void *dzt, void *w3, int *nel, int *lx) | 
|   | 
| void  | cuda_cdtp (void *dtx, void *x, void *dr, void *ds, void *dt, void *dxt, void *dyt, void *dzt, void *w3, int *nel, int *lx) | 
|   | 
◆ CASE
Value:
      }                                                                         \
      break
__global__ void const T *__restrict__ const T *__restrict__ dr
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ ds
 
__global__ void const T *__restrict__ x
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ dt
 
__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__ w3
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ dzt
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ dyt
 
__global__ void const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ const T *__restrict__ dxt
 
__global__ void dirichlet_apply_scalar_kernel(const int *__restrict__ msk, T *__restrict__ x, const T g, const int m)
 
 
 
 
◆ CASE_1D
◆ CASE_KSTEP
◆ CASE_LARGE
◆ cuda_cdtp()
      
        
          | void cuda_cdtp  | 
          ( | 
          void *  | 
          dtx,  | 
        
        
           | 
           | 
          void *  | 
          x,  | 
        
        
           | 
           | 
          void *  | 
          dr,  | 
        
        
           | 
           | 
          void *  | 
          ds,  | 
        
        
           | 
           | 
          void *  | 
          dt,  | 
        
        
           | 
           | 
          void *  | 
          dxt,  | 
        
        
           | 
           | 
          void *  | 
          dyt,  | 
        
        
           | 
           | 
          void *  | 
          dzt,  | 
        
        
           | 
           | 
          void *  | 
          w3,  | 
        
        
           | 
           | 
          int *  | 
          nel,  | 
        
        
           | 
           | 
          int *  | 
          lx  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Fortran wrapper for device cuda \( D^T X \) 
Definition at line 57 of file opr_cdtp.cu.
 
 
◆ tune_cdtp()
      
        
          | int tune_cdtp  | 
          ( | 
          void *  | 
          dtx,  | 
        
        
           | 
           | 
          void *  | 
          x,  | 
        
        
           | 
           | 
          void *  | 
          dr,  | 
        
        
           | 
           | 
          void *  | 
          ds,  | 
        
        
           | 
           | 
          void *  | 
          dt,  | 
        
        
           | 
           | 
          void *  | 
          dxt,  | 
        
        
           | 
           | 
          void *  | 
          dyt,  | 
        
        
           | 
           | 
          void *  | 
          dzt,  | 
        
        
           | 
           | 
          void *  | 
          w3,  | 
        
        
           | 
           | 
          int *  | 
          nel,  | 
        
        
           | 
           | 
          int *  | 
          lx  | 
        
        
           | 
          ) | 
           |  |