pytorch/benchmarks/cpp/tensorexpr
Mikhail Zolotukhin 1855b14922 [TensorExpr] Delet DimArg class. (#72390)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/72390

This class didn't add much value and only caused more boilerplate code.
This change removes the class and updates all the use cases with
uses of `ExprHandle`.

A side effect of this change is different names in loop variables, which
caused massive mechanical changes in our tests.

Test Plan: Imported from OSS

Reviewed By: navahgar

Differential Revision: D34030296

Pulled By: ZolotukhinM

fbshipit-source-id: 2ba4e313506a43ab129a10d99e72b638b7d40108
(cherry picked from commit c2ec46a058)
2022-02-11 01:21:59 +00:00
..
bench_approx.cpp [bench] Fix build issues with TensorExpr cpp benchmarks (#72196) 2022-02-07 07:01:19 +00:00
bench_batchnorm.cpp [TensorExpr] Delet DimArg class. (#72390) 2022-02-11 01:21:59 +00:00
bench_compile.cpp [TensorExpr] Delet DimArg class. (#72390) 2022-02-11 01:21:59 +00:00
bench_concat.cpp [TensorExpr] Delet DimArg class. (#72390) 2022-02-11 01:21:59 +00:00
bench_fuser_overhead.cpp use irange for loops 2 (#66746) 2021-12-10 04:26:23 -08:00
bench_gemm.cpp [TensorExpr] Delet DimArg class. (#72390) 2022-02-11 01:21:59 +00:00
bench_kernels.cpp [bench] Adding a cpp benchmark to compare performance of nnc with static and symbolic shapes (#72197) 2022-02-07 07:01:19 +00:00
bench_ops.py Updates internal assert_allclose callsites in favor of assert_close (#61841) 2021-08-19 12:50:41 -07:00
bench_parallel.cpp [TensorExpr] Delet DimArg class. (#72390) 2022-02-11 01:21:59 +00:00
bench_prefix_sum.cpp [PyTorch] Add int version of vectorized PrefixSum to Benchmark (#67865) 2021-11-04 14:00:19 -07:00
bench_reduce.cpp [TensorExpr] Delet DimArg class. (#72390) 2022-02-11 01:21:59 +00:00
bench_signed_log1p.cpp [TensorExpr] Delet DimArg class. (#72390) 2022-02-11 01:21:59 +00:00
CMakeLists.txt [bench] Adding a cpp benchmark to compare performance of nnc with static and symbolic shapes (#72197) 2022-02-07 07:01:19 +00:00
main.cpp [pytorch][te] Add compilation time benchmark (#46124) 2020-10-09 23:11:37 -07:00