Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Loosen check for CLI compiler choices#2116

Open
bstefanuk wants to merge4 commits intoROCm:develop
base:develop
Choose a base branch
Loading
frombstefanuk:loosen-compiler-choices-cli

Conversation

bstefanuk
Copy link
Contributor

@bstefanukbstefanuk commentedMar 20, 2025
edited
Loading

Resolves#2112

Summary:

Removes overly restrictive choices for--cxx-compiler when invoking Tensile.

Outcomes:

The user can pass fully qualified paths to Tensile. There is still a validation check that occurs during program initialization, but this validation is significantly less restrictive compared to setting choices directly in the argument parser.

@zichguan-amdzichguan-amd linked an issueMar 20, 2025 that may beclosed by this pull request
Copy link
Contributor

@TorreZukTorreZuk left a comment

Choose a reason for hiding this comment

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

Looks good, suggestion made

default=ToolchainDefaults.CXX_COMPILER,
type=str,
help="C++ compiler used when generating binaries."
" On linux, amdclang++ (default) or hipcc. On Windows clang++ (default) or hipcc.",
"On Linux, amdclang++ (default) or hipcc. On Windows clang++ (default) or hipcc. "
"On Windows, file extensions will be searched according to the PATHEXT environment variable. "
Copy link
Contributor

Choose a reason for hiding this comment

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

Isn't it true that you can pass a file extension on windows?
If so maybe "On Windows, include the file extension, or extensions will be searched..."

Copy link
ContributorAuthor

@bstefanukbstefanukMar 25, 2025
edited
Loading

Choose a reason for hiding this comment

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

You're right, this would technically be more correct. Updated.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@TorreZukTorreZukTorreZuk approved these changes

@yoichiyoshidayoichiyoshidayoichiyoshida approved these changes

@elloselelloselellosel approved these changes

@babakpstbabakpstAwaiting requested review from babakpstbabakpst is a code owner

@bragadeeshbragadeeshAwaiting requested review from bragadeeshbragadeesh is a code owner

@AlexBrownAMDAlexBrownAMDAwaiting requested review from AlexBrownAMDAlexBrownAMD is a code owner

Assignees

@bstefanukbstefanuk

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

[Issue]: accepted options for --cxx-compiler are too narrow
4 participants
@bstefanuk@TorreZuk@yoichiyoshida@ellosel

[8]ページ先頭

©2009-2025 Movatter.jp