aboutsummaryrefslogtreecommitdiff
path: root/Examples/AdvectCaKernel/cakernel.ccl
blob: 058f48a16f98a05cc4844315936652f7118f0615 (plain)
1
2
3
4
5
6
CCTK_CUDA_KERNEL initial_gaussian TYPE=gpu_cuda/3dblock TILE="8,8,8" SHARECODE=yes STENCIL="0,0,0,0,0,0"
{
  CCTK_CUDA_KERNEL_VARIABLE  cached=no intent=out {phi} "phi"
  CCTK_CUDA_KERNEL_VARIABLE  cached=no intent=in {x} "x"
}