Skip to content

Commit

Permalink
Revert "Upgrade mkldnn bridge to reduce overhead of bridge itself (#1… (
Browse files Browse the repository at this point in the history
pytorch#14040)

Summary:
…2164)"

This reverts commit 4b7c615.
Pull Request resolved: pytorch#14040

Differential Revision: D13089531

Pulled By: yinghai

fbshipit-source-id: 2114b36111dab6f179c02921bbc9bd382ef461bf
  • Loading branch information
Yinghai Lu authored and facebook-github-bot committed Nov 15, 2018
1 parent 90b0c4f commit 84d464f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/ideep
Submodule ideep updated 74 files
+0 −32 CMakeLists.txt
+13 −31 README.md
+1 −5 cmake/mkl.cmake
+1 −1 cmake/settings.cmake
+0 −24 cmake/total_reduce.cmake
+0 −42 include/TR_interface.h
+1 −2 include/ideep.hpp
+22 −55 include/ideep/abstract_types.hpp
+1,171 −3,563 include/ideep/computations.hpp
+0 −327 include/ideep/distribute.hpp
+5 −10 include/ideep/fast_math.hpp
+53 −19 include/ideep/lru_cache.hpp
+89 −500 include/ideep/tensor.hpp
+0 −242 include/ideep/utils.hpp
+0 −776 include/ideep/web.hpp
+1 −1 mkl-dnn
+1 −3 python/ideep4py/__init__.py
+63 −0 python/ideep4py/include/utils.h
+0 −1 python/ideep4py/py/ideep4py.i
+2 −2 python/ideep4py/py/mm/basic.h
+1 −2 python/ideep4py/py/mm/mdarray.cc
+10 −11 python/ideep4py/py/mm/mdarray.h
+9 −23 python/ideep4py/py/primitives/bn_py.h
+1 −1 python/ideep4py/py/primitives/concat_py.h
+5 −7 python/ideep4py/py/primitives/conv_py.h
+4 −4 python/ideep4py/py/primitives/eltwise_py.h
+5 −5 python/ideep4py/py/primitives/linear_py.h
+2 −4 python/ideep4py/py/primitives/lrn_py.h
+3 −3 python/ideep4py/py/primitives/pooling_py.h
+0 −6 python/ideep4py/py/total_reduce/total_reduce.i
+0 −29 python/ideep4py/py/total_reduce/total_reduce_py.cc
+0 −379 python/ideep4py/py/total_reduce/total_reduce_py.h
+4 −20 python/setup.py
+0 −1 tests/CMakeLists.txt
+1 −1 tests/bench_ideep_pooling_forward.cc
+1 −1 tests/test_ideep_allocator.cc
+0 −93 tests/test_ideep_async.cc
+0 −33 tests/test_ideep_common.hpp
+1 −1 tests/test_ideep_convolution_backward_data.cc
+1 −1 tests/test_ideep_convolution_backward_weights.cc
+8 −3 tests/test_ideep_convolution_forward.cc
+1 −1 tests/test_ideep_inner_product_backward_data.cc
+1 −1 tests/test_ideep_inner_product_backward_weights.cc
+1 −1 tests/test_ideep_inner_product_forward.cc
+3 −3 tests/test_ideep_pooling_backward.cc
+1 −1 tests/test_ideep_pooling_forward.cc
+3 −3 tests/test_ideep_relu.cc
+1 −1 tests/test_ideep_reorder.cc
+6 −9 tests/test_ideep_sum.cc
+1 −3 tests/test_tensor.cc
+0 −118 total_reduce/TR_interface.c
+0 −104 total_reduce/compute_request.c
+0 −23 total_reduce/compute_request.h
+0 −71 total_reduce/dummy/TR_dummy_interface.c
+0 −32 total_reduce/knobs.h
+0 −218 total_reduce/pal.c
+0 −42 total_reduce/pal.h
+0 −556 total_reduce/payload.c
+0 −64 total_reduce/payload.h
+0 −103 total_reduce/pending_message.c
+0 −17 total_reduce/pending_message.h
+0 −183 total_reduce/ring.c
+0 −14 total_reduce/ring.h
+0 −309 total_reduce/test/reduce_avg.cpp
+0 −254 total_reduce/test/reduce_int.c
+0 −67 total_reduce/test/test_1payload_inplace.py
+0 −71 total_reduce/test/test_1payload_inplace_callback.py
+0 −67 total_reduce/test/test_1payload_noninplace.py
+0 −90 total_reduce/test/test_npayload_inplace.py
+0 −92 total_reduce/test/test_npayload_inplace_implicit_id.py
+0 −54 total_reduce/time.c
+0 −26 total_reduce/time.h
+0 −645 total_reduce/total_reduce.c
+0 −43 total_reduce/total_reduce.h

0 comments on commit 84d464f

Please sign in to comment.