We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70aac86 commit ee963c8Copy full SHA for ee963c8
1 file changed
loopy/target/pyopencl.py
@@ -1054,6 +1054,9 @@ def get_function_declaration(
1054
for arg_name in struct_overflow_arg_names])
1055
1056
if struct_overflow_arg_names:
1057
+ logger.info(f"overflowing {len(regular_arg_names)}/"
1058
+ f"{len(struct_overflow_arg_names)} args of '"
1059
+ f"{subkernel_name}'")
1060
arg_struct_preambles = [
1061
(f"declare-{arg_overflow_struct_name}",
1062
str(arg_overflow_struct))
0 commit comments