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

1.9.0 rc #176

Merged
merged 36 commits into from
Aug 18, 2021
Merged

1.9.0 rc #176

merged 36 commits into from
Aug 18, 2021

Conversation

EikanWang
Copy link
Contributor

Adapt to PyTorch v1.9.0

tangleintel and others added 30 commits June 4, 2021 18:28
…ch is installed via setup.py. 2. sovled libstdc++ dual abi issue. 3. removed duplicated package importings. torch-ccl: 1. fixed oneCCL library path patching not taking effect issue
…ch-ccl to make libtorch_ccl.so installed to torch_ccl folder
1. LSTM indents error
2. Check batch_normalization
2. removed pybind11 as denpendency library from third_party folder
3. changed "import intel_pytorch_extension" to "import torch_ipex" in tests folder, Readme.md, torch_ipex/ops/embeddingbag.py and torch_ipex/launch.py
4. commented "core.enable_torch_ccl()" out in torch_ipex/__init__.py, to avoid the following error when "import torch_ipex"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/jingxu1/dl/pytorch/srcs/venv_test_py38/lib/python3.8/site-packages/torch_ipex/__init__.py", line 14, in <module>
    core.enable_torch_ccl()
RuntimeError: arg(): could not convert default argument into a Python object (type not registered yet?). Compile in debug mode for more information.
@EikanWang EikanWang merged commit edc68c5 into master Aug 18, 2021
@junjihashimoto
Copy link

Awesome!
Thank you for supporting binary installation!

EikanWang pushed a commit that referenced this pull request Oct 4, 2021
* Revert "[LLGA] remove infer_shape due to backend change (#176)"

This reverts commit c1fe854.

* Revert "[LLGA] ww35 update backend (#175)"

This reverts commit eccafbe.
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.

5 participants