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

Install Error: support PyTorch 0.4.1? #34

Closed
1duo opened this issue Jul 26, 2018 · 1 comment
Closed

Install Error: support PyTorch 0.4.1? #34

1duo opened this issue Jul 26, 2018 · 1 comment

Comments

@1duo
Copy link

1duo commented Jul 26, 2018

I've recently upgraded to PyTorch 0.4.1. When I try to install Apex, it gives following error:

$ python setup.py install
Traceback (most recent call last):
  File "setup.py", line 1, in <module>
    import torch
  File "/home/yuduo/anaconda3/lib/python3.6/site-packages/torch/__init__.py", line 80, in <module>
    from torch._C import *
ImportError: /home/yuduo/anaconda3/lib/python3.6/site-packages/torch/lib/libshm.so: undefined symbol: _ZTI24THRefcountedMapAllocator
@1duo
Copy link
Author

1duo commented Jul 26, 2018

Might be PyTorch installation error, tried with python -c "import torch; print(torch.__version__)" and does not work. So close this issue as not related to Apex.

@1duo 1duo closed this as completed Jul 26, 2018
lcskrishna added a commit to lcskrishna/apex that referenced this issue Aug 19, 2020
* enable deprecated fused adam optimizer

* enable deprecated fused lamb

* enable xentropy extension

* add warpsize 32 for nv and 64 for amd

* update compiler arguments

* update the syncwarp conditions

* update syncwarp condition
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

No branches or pull requests

1 participant