Skip to content
Snippets Groups Projects
Commit 4dc48bde authored by Matt Wala's avatar Matt Wala
Browse files

Remove print statement.

parent b25c5bc2
No related branches found
No related tags found
1 merge request!124Remove numpy dtypes from ArgExtFunction and SegmentedFunction
Pipeline #
...@@ -42,7 +42,6 @@ def tuple_function_name(dtype0, dtype1): ...@@ -42,7 +42,6 @@ def tuple_function_name(dtype0, dtype1):
def get_tuple_preamble(kernel, func_id, arg_dtypes): def get_tuple_preamble(kernel, func_id, arg_dtypes):
print("arg dtypes are", arg_dtypes)
name = tuple_function_name(*arg_dtypes) name = tuple_function_name(*arg_dtypes)
return (name, """ return (name, """
inline %(t0)s %(name)s(%(t0)s i0, %(t1)s i1, %(t1)s *o1) inline %(t0)s %(name)s(%(t0)s i0, %(t1)s i1, %(t1)s *o1)
......
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