pytorch/caffe2/utils
Elliott Clark ad58045af9 Remove LOG(INFO) from math_cpu.cc (#27001)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/27001

This unconditional log line spams the logs enough that it's a drag on cpu and will eventually fill up logs.

Test Plan: Allow unit test and automated testing to give feedback.

Reviewed By: jspark1105

Differential Revision: D17638140

fbshipit-source-id: 4e8a44bda31327ba7e797f7579a9e3bf866eef7e
2019-09-27 16:37:49 -07:00
..
hip
math Support torch::tensor and at::tensor with bool and BFloat16 dtypes. 2019-08-09 12:36:35 -07:00
threadpool rename caffe2::mobile_threadpool to caffe2::mobile_pthreadpool 2019-09-24 22:27:35 -07:00
bench_utils.cc
bench_utils.h Lightweight at-most-once logging for API usage (#20745) 2019-05-23 23:17:59 -07:00
cast.h
cast_test.cc
cblas.h
CMakeLists.txt get rid of protobuf dependencies (#25650) 2019-09-06 08:48:20 -07:00
conversions.h caffe2 | Windows compat fixes 2019-04-23 14:30:19 -07:00
cpu_neon.h
cpuid.cc
cpuid.h
cpuid_test.cc
eigen_utils.h
fatal_signal_asan_no_sig_test.cc
filler.h Delete Tensor::swap(), replace with pointer swap (#12730) 2019-01-25 08:25:07 -08:00
fixed_divisor.h Document hip-clang and its __HIP__ macro (#16771) 2019-02-05 15:13:52 -08:00
fixed_divisor_test.cc Enable ROCm multi-gpu with Gloo 2019-05-07 09:55:47 -07:00
GpuBitonicSort.cuh
GpuDefs.cuh
GpuScanUtils.cuh Separate affine_channel from math and optimize it (#16135) 2019-01-18 22:40:16 -08:00
map_utils.h
math-detail.h
math.h Move math::Axpy function to elementwise lib (#18316) 2019-03-26 12:19:19 -07:00
math_cpu.cc Remove LOG(INFO) from math_cpu.cc (#27001) 2019-09-27 16:37:49 -07:00
math_gpu.cu switch to rocThrust for thrust/cub APIs (#25620) 2019-09-03 22:16:30 -07:00
math_gpu_test.cc Update math::Transpose to support tensor with size > 2G (#17670) 2019-03-20 18:22:21 -07:00
math_test.cc Update math::Transpose to support tensor with size > 2G (#17670) 2019-03-20 18:22:21 -07:00
murmur_hash3.cc
murmur_hash3.h
proto_convert.cc
proto_convert.h
proto_utils.cc Add support for getting TensorProto argument (#18364) 2019-04-02 20:58:28 -07:00
proto_utils.h Fix the return value of ParseFromString (#19262) 2019-04-15 12:39:29 -07:00
proto_utils_test.cc caffe2 - Util to cleanup external inputs and outputs from a NetDef (#18194) 2019-03-22 11:23:03 -07:00
proto_wrap.cc
proto_wrap.h
signal_handler.cc Remove unused var (ws_) and use vars in undefined case for compile (#20667) 2019-05-20 13:52:57 -07:00
signal_handler.h
simple_queue.h Fix issues under caffe round 1 2019-01-23 19:04:59 -08:00
simple_queue_test.cc
smart_tensor_printer.cc
smart_tensor_printer.h
smart_tensor_printer_test.cc
string_utils.cc BlackBoxPredictor OSS part 5: glow transforms 2019-07-23 16:39:23 -07:00
string_utils.h move GetDimFromOrderString to caffe2/core/types.h (#25671) 2019-09-05 04:32:04 -07:00
zmq_helper.h