Skip to content

Conversation

@HGboda
Copy link
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
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
10 checks passed
ShiboXing pushed a commit to ShiboXing/tvm that referenced this pull request Aug 10, 2025
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