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

[AutoBump] Merge with fixes of 86dbaf04 (Jan 08) (3) #278

Open
wants to merge 3 commits into
base: feature/onnx-to-tosa
Choose a base branch
from

Conversation

jorickert
Copy link

No description provided.

AlexandreEichenberger and others added 2 commits January 8, 2025 13:58
Below is the list of folks (alphabetically listed) who contributed code in the private repo. Thanks to all for your outstanding contributions.

Co-authored-by: Alexandre Eichenberger <[email protected]>
Co-authored-by: Christopher Munoz <[email protected]>
Co-authored-by: Gong Su <[email protected]>
Co-authored-by: Haruki Imai <[email protected]>
Co-authored-by: Megan Hampton <[email protected]>
Co-authored-by: Mike Essenmacher <[email protected]>
Co-authored-by: Sunny Anand <[email protected]>
Co-authored-by: Tong Chen <[email protected]>
Co-authored-by: Tung D. Le <[email protected]>
Co-authored-by: Yasushi Negishi <[email protected]>

Signed-off-by: Alexandre Eichenberger <[email protected]>
@@ -160,11 +161,35 @@ std::string getTargetTripleOption();

void setTargetArch(const std::string &arch);
void clearTargetArch();
std::string getTargetArchOption();

// AMD: inlined to avoid linking errors
Copy link
Author

Choose a reason for hiding this comment

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

We get linker errors in downstream components when linking the CompilerOptions to more than one other library. As another library started to use getZArchNum I inlined the function to work around this issue.
If the compiler options get more widely used, we should figure out the root cause of the linking problems

Base automatically changed from bump_to_c0d447f7 to feature/onnx-to-tosa January 31, 2025 11:21
@jorickert jorickert requested a review from mgehre-amd February 7, 2025 11:27
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