Skip to content
Snippets Groups Projects
Commit b200e32b authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix default kernel name in array_context.make_loopy_program

parent dca6b4d4
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,8 @@ __doc__ = """
"""
def make_loopy_program(domains, statements, kernel_data=["..."], name=None):
def make_loopy_program(domains, statements, kernel_data=["..."],
name="mm_actx_kernel"):
"""Return a :class:`loopy.Program` suitable for use with
:meth:`ArrayContext.call_loopy`.
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment