From 676f56c7e9e3c34b8b9532dfcf47448dfdbfe49f Mon Sep 17 00:00:00 2001 From: Ian Hinder Date: Wed, 25 Jul 2012 17:17:54 +0200 Subject: CaKernel.m: Use CaKernel static kernels Dynamic compilation slows down execution; we can re-enable it when we are optimising. --- Tools/CodeGen/CaKernel.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tools/CodeGen/CaKernel.m') diff --git a/Tools/CodeGen/CaKernel.m b/Tools/CodeGen/CaKernel.m index 8faa67f..0e5eb7f 100644 --- a/Tools/CodeGen/CaKernel.m +++ b/Tools/CodeGen/CaKernel.m @@ -71,7 +71,7 @@ DefFn[ int, attrs}, int = !bnd; - attrs = {"TYPE" -> If[int, "gpu_cuda_dc/3dblock2", "gpu_cuda_dc/boundary_s"], + attrs = {"TYPE" -> If[int, "gpu_cuda/3dblock", "gpu_cuda/boundary_s"], "TILE" -> Quote[StringJoin[Riffle[ToString/@tileSize,","]]], "SHARECODE" -> "yes"}; -- cgit v1.2.3