Skip to content

Commit 7ff7b90

Browse files
matthiasdienerinducer
authored andcommitted
log overflow
1 parent 5dab0de commit 7ff7b90

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
@@ -1052,6 +1052,9 @@ def get_function_declaration(
10521052
for arg_name in struct_overflow_arg_names])
10531053

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

0 commit comments

Comments
 (0)