Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CONV] Pass the device and target info from the command line. #24

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

pashu123
Copy link

The device and target info was hardcoded and now can be passed via command line to the compile command.

@pashu123 pashu123 requested a review from kuhar October 17, 2024 13:32
@pashu123
Copy link
Author

@kuhar Which Python formatter to use? I am unable to find the info.

@kuhar
Copy link
Member

kuhar commented Oct 17, 2024

I don't think we enforce any automatic formatting. If you want to format this, I'd submit a separate 'cleanup' PR and then land this on top of it. We can use black like in the other repos.

@pashu123
Copy link
Author

I don't think we enforce any automatic formatting. If you want to format this, I'd submit a separate 'cleanup' PR and then land this on top of it. We can use black like in the other repos.

Done.

Prashant Kumar added 2 commits October 17, 2024 20:02
Black format with default option, i.e., black file_name.py.

Signed-off-by: Prashant Kumar <[email protected]>
The device and target info was hardcoded and now can be passed
viacommand line to the compile command. Also, black formatted the files.

Signed-off-by: Prashant Kumar <[email protected]>
@pashu123 pashu123 force-pushed the pass_dev branch 2 times, most recently from d44d9e3 to 3181239 Compare October 17, 2024 14:36
Copy link
Member

@kuhar kuhar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please open a separate PR for the formatting changes

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.

2 participants