pytorch/benchmarks/cpp/tensorexpr
Bert Maher c42dd8b257 Revert "Use at::cpu in bench_approx (#56563)" (#56816)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/56816

This doesn't actually work.  For some reason the linker can't find
at::cpu::logit_out, and it's not worth digging into why not.

Test Plan: Imported from OSS

Reviewed By: ZolotukhinM

Differential Revision: D27977406

Pulled By: bertmaher

fbshipit-source-id: d0235a393f25243e2c8a011e9baf267daf483ae4
2021-04-26 23:51:49 -07:00
..
bench_approx.cpp Revert "Use at::cpu in bench_approx (#56563)" (#56816) 2021-04-26 23:51:49 -07:00
bench_batchnorm.cpp [nnc] Benchmark inference batchnorm (#52251) 2021-02-16 10:57:38 -08:00
bench_compile.cpp [TensorExpr] Rename Tensor::call to Tensor::load to be consistent with Buf and Placeholder. (#55826) 2021-04-13 12:08:53 -07:00
bench_concat.cpp [TensorExpr] Remove mask field from Load and Store classes. (#55825) 2021-04-13 12:08:51 -07:00
bench_fuser_overhead.cpp AutoNonVariableTypeMode->InferenceMode in OSS. (#56421) 2021-04-19 18:07:41 -07:00
bench_gemm.cpp [te][benchmark] Add more optimized versions of gemm (#48159) 2020-11-18 12:21:08 -08:00
bench_ops.py [jit][tensorexpr] Added aten::batch_norm into fuser when in inference mode (#54204) 2021-03-23 04:41:52 -07:00
bench_parallel.cpp Resubmit: Adding parallel support for the LLVM backend. (#54122) 2021-03-18 07:19:37 -07:00
bench_reduce.cpp [TensorExpr] Redesign Rfactor loopnest transformation. (#55324) 2021-04-13 12:08:48 -07:00
CMakeLists.txt Resubmit: Adding parallel support for the LLVM backend. (#54122) 2021-03-18 07:19:37 -07:00
main.cpp [pytorch][te] Add compilation time benchmark (#46124) 2020-10-09 23:11:37 -07:00