mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
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
|
||
|---|---|---|
| .. | ||
| bench_approx.cpp | ||
| bench_batchnorm.cpp | ||
| bench_compile.cpp | ||
| bench_concat.cpp | ||
| bench_fuser_overhead.cpp | ||
| bench_gemm.cpp | ||
| bench_kernels.cpp | ||
| bench_ops.py | ||
| bench_parallel.cpp | ||
| bench_prefix_sum.cpp | ||
| bench_reduce.cpp | ||
| bench_signed_log1p.cpp | ||
| CMakeLists.txt | ||
| main.cpp | ||