From 61cd3b6bc53c151863bd99fb2a03b29157a876ca Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 13 Jun 2019 21:19:49 +0200 Subject: Tidy up symbolic kernel generation --- template/kernel.mako | 2 -- 1 file changed, 2 deletions(-) (limited to 'template') diff --git a/template/kernel.mako b/template/kernel.mako index b81d432..6f82b20 100644 --- a/template/kernel.mako +++ b/template/kernel.mako @@ -1,5 +1,3 @@ -__constant float tau = ${tau}; - __kernel void equilibrilize(__global __write_only float* f_a, __global __write_only float* f_b) { -- cgit v1.2.3