Skip to content

Conversation

@ranjitshs
Copy link
Contributor

@ranjitshs ranjitshs commented Nov 6, 2025

Description

In AIX, dladdr() is not supported so blocking the call of dladdr API under _AIX.
we don't have support of cpuinfo pkg also which generates a warning at runtime.

This PR is to fox the issues mentioned above.

Motivation and Context

  1. Fix for below compilation error
/home/buildusr/jenkins/workspace/onnxruntime-openxl/onnxruntime/onnxruntime/core/platform/posix/env.cc:562:9: error: unknown type name 'Dl_info'
  562 |     if (Dl_info dl_info{};
  1. Fix for below warning during test application executions.

2025-11-06 07:23:44.176700000 [W:onnxruntime:Default, cpuid_info.cc:95 LogEarlyWarning] Unknown CPU vendor. cpuinfo_vendor value: 0

@ranjitshs
Copy link
Contributor Author

@tianleiwu @snnn @edgchen1 @yuslepukhin
Please review the changes in this PR.
Let me know your comments/suggestions.

@ranjitshs
Copy link
Contributor Author

Hi @edgchen1
I have updated the code . Please have a look .

@edgchen1
Copy link
Contributor

/azp run Linux QNN CI Pipeline,Win_TRT_Minimal_CUDA_Test_CI,Windows ARM64 QNN CI Pipeline,Windows GPU Doc Gen CI Pipeline

@azure-pipelines
Copy link

Azure Pipelines successfully started running 4 pipeline(s).

@edgchen1 edgchen1 enabled auto-merge (squash) November 20, 2025 20:27
@edgchen1 edgchen1 merged commit 1d2a434 into microsoft:main Nov 21, 2025
89 checks passed
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