pytorch/test/cpp
Xiaoqiang Zheng 9f86b656ba Resubmit: Adding parallel support for the LLVM backend. (#54122)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/54122

Test Plan:
* USE_TBB=1 ATEN_THREADING=TBB python setup.py develop --cmake
  * USE_TBB=1 ATEN_THREADING=NATIVE python setup.py develop --cmake
  * USE_TBB=1 ATEN_THREADING=OMP python setup.py develop --cmake
  * cd build; ninja bin/tensorexpr_bench
  * bin/test_tensorexpr --gtest_filter="*Parallel*"

Reviewed By: bertmaher

Differential Revision: D27109802

Pulled By: zheng-xq

fbshipit-source-id: db159466d0b46357bcf0fbefb36094bee312368c
2021-03-18 07:19:37 -07:00
..
api Adding learning rate schedulers to C++ API (#52268) 2021-03-10 23:09:51 -08:00
common
dist_autograd Forbid trailing whitespace (#53406) 2021-03-05 17:22:55 -08:00
jit [PyTorch Mobile] Dedup method names in bytecode serialization (#53677) 2021-03-16 15:24:47 -07:00
lite_interpreter_runtime [PyTorch][CI] Enable building test_lite_interpreter_runtime unittest in CI (macos) (#52566) 2021-03-08 13:09:25 -08:00
rpc Revert D27001339: Use type-erased union for Buffer. 2021-03-18 05:27:17 -07:00
tensorexpr Resubmit: Adding parallel support for the LLVM backend. (#54122) 2021-03-18 07:19:37 -07:00
__init__.py