From eab8a6795fa6e750f21ba1200d78adea0f4cd670 Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 11 Oct 2024 10:42:30 -0500 Subject: [PATCH] Documentation defined the unpack argument twice. Now it only defines it once and also defines the pack argument. --- loopy/transform/pack_and_unpack_args.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loopy/transform/pack_and_unpack_args.py b/loopy/transform/pack_and_unpack_args.py index 1c1b48c59..2a82952c2 100644 --- a/loopy/transform/pack_and_unpack_args.py +++ b/loopy/transform/pack_and_unpack_args.py @@ -48,7 +48,7 @@ def pack_and_unpack_args_for_call_for_single_kernel(kernel, :arg call_name: An instance of :class:`str` denoting the function call in the *kernel*. - :arg args_to_unpack: A list of the arguments as instances of :class:`str` which + :arg args_to_pack: A list of the arguments as instances of :class:`str` which must be packed. If set *None*, it is interpreted that all the array arguments would be packed. :arg args_to_unpack: A list of the arguments as instances of :class:`str`