aboutsummaryrefslogtreecommitdiff
path: root/Examples/AdvectCaKernel/cakernel.ccl
blob: ddec99acb3380143d3de7f4ad339ef767f705943 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
CCTK_CUDA_KERNEL initial_gaussian TYPE=gpu_cuda/3dblock STENCIL="0,0,0,0,0,0" TILE="8,8,8" SHARECODE=yes
{
  CCTK_CUDA_KERNEL_VARIABLE  cached=yes intent=out
  {
    phi
  }
  "phi"
  
  CCTK_CUDA_KERNEL_VARIABLE  cached=yes intent=in
  {
    x
  }
  "x"
}