Skip to content
Snippets Groups Projects
Commit a5e29b4d authored by Nicolas Pinto's avatar Nicolas Pinto
Browse files

Remove reference to pycuda code ;-)

parent 21275d0e
No related branches found
No related tags found
No related merge requests found
......@@ -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 = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment