From 5828235f806c3e87a5b1eed34ef69ef317a110bd Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 4 Nov 2019 23:38:36 +0100 Subject: Extract streaming pattern into Mako definitions This should allow for plugging in e.g. a AA pattern implementation without without touching any file but `AA.$target.mako`. OpenCL and C++ target templates now look basically the same and could potentially be merged. However this would decrease flexibility should more differences appear in the future. Maintaining separate template files is an acceptable overhead to preserve flexibility. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index af00a78..f386447 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( author = 'Adrian Kummerlaender', packages = find_packages(), include_package_data = True, - package_data = {'boltzgen': ['kernel/template/*.mako']}, + package_data = {'boltzgen': ['kernel/template/*.mako', 'kernel/template/pattern/*.mako']}, install_requires = [ 'sympy >= 1.4', 'numpy >= 1.17.2', -- cgit v1.2.3