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