aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2012-03-22 13:56:25 +0100
committerIan Hinder <ian.hinder@aei.mpg.de>2012-03-22 13:56:25 +0100
commitd0d7b7b67e6f42fd8c94e380861a3763b2ffa145 (patch)
treec33486fd0d8cd75de008367897e50f1a4b0007de /Tools/CodeGen
parent22bc3a7bc6bb2356c1ec72d1845e9d4e502e34ca (diff)
CaKernel.m: Use new boundary_s template
Diffstat (limited to 'Tools/CodeGen')
-rw-r--r--Tools/CodeGen/CaKernel.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/CodeGen/CaKernel.m b/Tools/CodeGen/CaKernel.m
index ac9f5c1..896dbed 100644
--- a/Tools/CodeGen/CaKernel.m
+++ b/Tools/CodeGen/CaKernel.m
@@ -67,7 +67,7 @@ DefFn[
int, attrs},
int = !bnd;
- attrs = {"TYPE" -> If[int, "gpu_cuda/3dblock", "gpu_cuda/boundary"],
+ attrs = {"TYPE" -> If[int, "gpu_cuda/3dblock", "gpu_cuda/boundary_s"],
"TILE" -> Quote["8,8,8"],
"SHARECODE" -> "yes"};