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

After the release of pytorch 2.0.0, the compilation of ACLs is problematic. #97421

Open
sea-of-freedom opened this issue Mar 23, 2023 · 1 comment
Labels
module: build Build system issues triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module

Comments

@sea-of-freedom
Copy link

sea-of-freedom commented Mar 23, 2023

I found that when I installed torch2.0.0 using pip, I carried a torch.libs folder with three ACL so files and two libgomp files. I wanted to know the detailed compilation options and ACL versions of the three ACL so files. What are the sources of the other two libgomp files?
libarm_compute-860e7a78.so
libarm_compute_graph-ab857ce5.so
libgomp-d22c30c5.so.1.0.0
libarm_compute_core-0793f69d.so
libgomp-adceddde.so.1.0.0

As for why I want to know this, I want to compile pytorch in the source code to link my self-installed ACLs and find that it is much slower than the torch installed using pip, under the same version of torch.

My Compilation Environment:
GCC 10.2
ACL 23.0.1
torch 2.0.0

cc @malfet @seemethere

@sea-of-freedom sea-of-freedom changed the title After the release of pytorch 1.13, the compilation of ACLs is problematic. After the release of pytorch 2.0.0, the compilation of ACLs is problematic. Mar 23, 2023
@ngimel ngimel added module: build Build system issues triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module labels Mar 23, 2023
@ngimel
Copy link
Collaborator

ngimel commented Mar 23, 2023

You can use torch/utils/collect_env.py script to collect information about libraries used in pytorch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: build Build system issues triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

No branches or pull requests

2 participants