Skip to content

Commit ee963c8

Browse files
log overflow
1 parent 70aac86 commit ee963c8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

loopy/target/pyopencl.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,6 +1054,9 @@ def get_function_declaration(
10541054
for arg_name in struct_overflow_arg_names])
10551055

10561056
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}'")
10571060
arg_struct_preambles = [
10581061
(f"declare-{arg_overflow_struct_name}",
10591062
str(arg_overflow_struct))

0 commit comments

Comments
 (0)