Skip to content

Commit 0aad2de

Browse files
committed
dump_kernel -> dump_payload
1 parent d144869 commit 0aad2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/xegpu_matmul/matmul.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def parse_cli():
387387
stop_at_stage=args.dump_payload, parameters=params
388388
)
389389
print(schedule_module)
390-
elif args.dump_kernel:
390+
elif args.dump_payload:
391391
wload.lower_payload(
392392
dump_payload=args.dump_payload,
393393
dump_schedule=args.dump_schedule,

0 commit comments

Comments
 (0)