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

Integrate VNNI into FBGEMM master branch #114

Closed
wants to merge 1 commit into from

Conversation

jianyuh
Copy link
Member

@jianyuh jianyuh commented Aug 8, 2019

Summary:
Adding the VNNI support in FBGEMM.

Previously, we have the issue on CMake version. Currently PyTorch and FBGEMM OSS test has the CMake 3.5 test, while ASMJIT requires CMake to be 3.8+. This caused the build failure for some platforms. Now the CMake version issue is resolved by a PR to ASMJIT to downgrade the CMake requirement: asmjit/asmjit#252.

Differential Revision: D16720839

Summary:
Pull Request resolved: pytorch#114

Adding the VNNI support in FBGEMM.

Previously, we have the issue on CMake version. Currently PyTorch and FBGEMM OSS test has the CMake 3.5 test, while ASMJIT requires CMake to be 3.8+. This caused the build failure for some platforms. Now the CMake version issue is resolved by a PR to ASMJIT to downgrade the CMake requirement: asmjit/asmjit#252.

Reviewed By: dskhudia

Differential Revision: D16720839

fbshipit-source-id: 1df850eb3ad2ccd2277576826c4a3eb4ccb82158
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 7b15607.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants