aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2012-01-26 17:27:27 -0600
committerIan Hinder <ian.hinder@aei.mpg.de>2012-01-26 17:27:27 -0600
commit0bd77734a282c03c6d894ee7fe7fd8cbde8d778e (patch)
treeecd69602c85ad19be5c751612438e68e2fc941fe
parent66351c0bf0cd499d942874e922c9bd658cc52752 (diff)
CaKernel.m: Add quoting to cakernel.ccl and set number of threads to 8x8x8
-rw-r--r--Tools/CodeGen/CaKernel.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/CodeGen/CaKernel.m b/Tools/CodeGen/CaKernel.m
index 7350009..93157c5 100644
--- a/Tools/CodeGen/CaKernel.m
+++ b/Tools/CodeGen/CaKernel.m
@@ -54,8 +54,8 @@ DefFn[
kernelCCLBlock[calc_] :=
CCLBlock["CCTK_CUDA_KERNEL", lookup[calc, Name],
{"TYPE" -> "gpu_cuda/3dblock",
- "STENCIL" -> "0,0,0,0,0,0",
- "TILE" -> "16,16,16",
+ "STENCIL" -> Quote["0,0,0,0,0,0"],
+ "TILE" -> Quote["8,8,8"],
"SHARECODE" -> "yes"},
variableBlocks[calc]]];