From a5e29b4d7583f6329ee3e5273a7ce91c3864d35d Mon Sep 17 00:00:00 2001
From: Nicolas Pinto <pinto@mit.edu>
Date: Sun, 3 Jul 2011 20:22:18 -0400
Subject: [PATCH] Remove reference to pycuda code ;-)

---
 pyopencl/elementwise.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pyopencl/elementwise.py b/pyopencl/elementwise.py
index 734237c0..eeb6dde0 100644
--- a/pyopencl/elementwise.py
+++ b/pyopencl/elementwise.py
@@ -262,12 +262,12 @@ def get_linear_combination_kernel(summand_descriptors,
     # TODO: Port this!
     raise NotImplementedError
 
-    from pycuda.tools import dtype_to_ctype
-    from pycuda.elementwise import \
+    from pyopencl.tools import dtype_to_ctype
+    from pyopencl.elementwise import \
             VectorArg, ScalarArg, get_elwise_module
 
     args = []
-    preamble = ["#include <pycuda-helpers.hpp>\n\n"]
+    preamble = []
     loop_prep = []
     summands = []
     tex_names = []
-- 
GitLab