Skip to content

Fix: Change variable i to x in split operation in cross_compilation_and_rpc.py#17743

Merged
tqchen merged 2 commits intoapache:mainfrom
HGboda:fix-split-variable-name
Mar 13, 2025
Merged

Fix: Change variable i to x in split operation in cross_compilation_and_rpc.py#17743
tqchen merged 2 commits intoapache:mainfrom
HGboda:fix-split-variable-name

Conversation

@HGboda
Copy link
Copy Markdown
Contributor

@HGboda HGboda commented Mar 12, 2025

Changes Made
Fixed the variable name in the split operation in cross_compilation_and_rpc.py, changing the undefined variable 'i' to the correct variable 'x'.

Problem
The original code was using an undefined variable 'i' in the split operation, which could cause runtime errors when executing the code.

Solution
Changed the variable 'i' to the correct variable 'x' to ensure the code functions properly.

@tlopex
Copy link
Copy Markdown
Member

tlopex commented Mar 13, 2025

LGTM. Thanks! @HGboda
Could you please resolve the conflict so that this PR can pass CI.

@tqchen tqchen merged commit 611bf3b into apache:main Mar 13, 2025
ShiboXing pushed a commit to ShiboXing/tvm that referenced this pull request Aug 10, 2025
…nd_rpc.py (apache#17743)

Co-authored-by: David Ko <40353859+ai-mrkogao@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants