Skip to content

Commit

Permalink
Merge branch 'uq_inner' of github.com:nkoskelo/arraycontext into uq_i…
Browse files Browse the repository at this point in the history
…nner
  • Loading branch information
nkoskelo committed Jul 10, 2024
2 parents 89ff83c + 40e33db commit 18bf0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arraycontext/impl/pytato/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ def _args_to_cl_buffers(actx, input_id_to_name_in_program, arg_id_to_arg):

class CompiledFunction(abc.ABC):
"""
A callable which captures the :class:`pytato.target.BoundProgram` resulting
A callable which captures the :class:`pytato.target.BoundProgram` resulting
from calling :attr:`~BaseLazilyCompilingFunctionCaller.f` with a given set of
input types, and generating :mod:`loopy` IR from it.
Expand Down

0 comments on commit 18bf0c8

Please sign in to comment.