Skip to content

Adding the shared lib GcCpuRuntime for python GraphCompiler #256

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

Merged
merged 3 commits into from
Aug 19, 2024

Conversation

xurui1995
Copy link
Contributor

fix the issue of #254

@xurui1995
Copy link
Contributor Author

will consider copying those shared libs into python module gc_mlir so that it can run without external library path dependencies, and I may do that in PR #199.

@WangJialei-A
Copy link
Contributor

WangJialei-A commented Aug 19, 2024

@xurui1995
I did not see any changes on CMakeLists.txt.
Please confirm that target libGcCpuRuntime.so and GcPythonModules have established a dependency relationship during cmake step.

@xurui1995
Copy link
Contributor Author

@xurui1995 I did not see any changes on CMakeLists.txt. Please confirm that target libGcCpuRuntime.so and GcPythonModules have established a dependency relationship during cmake step.

here we just got the lib path from the LLVM_LIBRARY_OUTPUT_INTDIR, and wo do not need to change CMakeLists.txt

@WangJialei-A WangJialei-A merged commit 7e87f4f into intel:main Aug 19, 2024
4 checks passed
@lmontigny lmontigny added this to the CPU milestone Aug 21, 2024
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.

The bench tool failed with JIT session error: Symbols not found: [ gcAlignedMalloc, gcAlignedFree ]
4 participants