From b55dc8d97166c1cbe095ab9ffadaef671c2246b6 Mon Sep 17 00:00:00 2001 From: Yiming Wu Date: Wed, 24 Oct 2018 14:54:35 -0700 Subject: [PATCH] Add sse2neon tp (#12948) Summary: Adding sse2neon in thrid-party as dependencies Pull Request resolved: https://github.com/pytorch/pytorch/pull/12948 Differential Revision: D10801574 Pulled By: harouwu fbshipit-source-id: 8b4f9f361cc1722f631830f7675b9d209a9f22ef --- .gitmodules | 3 +++ third_party/neon2sse | 1 + 2 files changed, 4 insertions(+) create mode 120000 third_party/neon2sse diff --git a/.gitmodules b/.gitmodules index 45d1d6019855c..4d061d31677ec 100644 --- a/.gitmodules +++ b/.gitmodules @@ -76,3 +76,6 @@ [submodule "third_party/gemmlowp/gemmlowp"] path = third_party/gemmlowp/gemmlowp url = https://github.com/google/gemmlowp.git +[submodule "third_party/neon2sse"] + path = third_party/neon2sse + url = https://github.com/intel/ARM_NEON_2_x86_SSE.git diff --git a/third_party/neon2sse b/third_party/neon2sse new file mode 120000 index 0000000000000..3f52c9a1a361b --- /dev/null +++ b/third_party/neon2sse @@ -0,0 +1 @@ +Subproject commit 97a126f08ce318023be604d03f88bf0820a9464a