pytorch/binaries
ArutyunovG 2fb2d080d3 caffe2_benchmark msvc build fix (#15619)
Summary:
Fixing error in caffe2_benchmark binary

```
2018-12-29T14:09:59.7867995Z   d:\a\1\s\caffe2_builders\v141\pytorch\binaries\benchmark_helper.h(90): error C2678: binary '|=': no operator found which takes a left-hand operand of type 'std::_Iosb<int>::_Openmode' (or there is no acceptable conversion) (compiling source file D:\a\1\s\caffe2_builders\v141\pytorch\binaries\benchmark_helper.cc) [D:\a\1\s\caffe2_builders\v141\pytorch\build\Release\binaries\caffe2_benchmark.vcxproj]
2018-12-29T14:09:59.7868252Z   d:\a\1\s\caffe2_builders\v141\pytorch\binaries\benchmark_helper.h(92): error C2678: binary '|=': no operator found which takes a left-hand operand of type 'std::_Iosb<int>::_Openmode' (or there is no acceptable conversion) (compiling source file D:\a\1\s\caffe2_builders\v141\pytorch\binaries\benchmark_helper.cc) [D:\a\1\s\caffe2_builders\v141\pytorch\build\Release\binaries\caffe2_benchmark.vcxproj]
```
Pull Request resolved: https://github.com/pytorch/pytorch/pull/15619

Differential Revision: D13580195

Pulled By: soumith

fbshipit-source-id: b0a4479cd5f7555801b1977aeee96b6433293da7
2019-01-05 08:29:31 -08:00
..
bench_gen make bench_gen.py work for 3d conv (#12433) 2018-10-08 12:24:43 -07:00
benchmark_args.h Extract arguments to its own file and pass arguments to ios apps (#15413) 2018-12-20 13:31:48 -08:00
benchmark_helper.cc add the int support (#15581) 2018-12-27 17:16:32 -08:00
benchmark_helper.h caffe2_benchmark msvc build fix (#15619) 2019-01-05 08:29:31 -08:00
caffe2_benchmark.cc Extract arguments to its own file and pass arguments to ios apps (#15413) 2018-12-20 13:31:48 -08:00
CMakeLists.txt Change hip filename extension to .hip (#14036) 2018-11-16 11:55:59 -08:00
convert_caffe_image_db.cc Guard all Caffe2 protobuf string serializations with CAFFE_ENFORCE (fixed reverted bug) (#12848) 2018-10-23 16:21:26 -07:00
convert_db.cc Using c10 namespace across caffe2. (#12714) 2018-10-17 12:57:19 -07:00
convert_encoded_to_raw_leveldb.cc Using c10 namespace across caffe2. (#12714) 2018-10-17 12:57:19 -07:00
convert_image_to_tensor.cc The benchmark binary support multiple batches in one run (#15443) 2018-12-21 08:45:41 -08:00
core_overhead_benchmark_gpu.cc New in StaticContext returns at::DataPtr (#12029) 2018-10-03 19:10:07 -07:00
db_throughput.cc Using c10 namespace across caffe2. (#12714) 2018-10-17 12:57:19 -07:00
inspect_gpu.cc move flags to c10 (#12144) 2018-10-04 02:09:56 -07:00
make_cifar_db.cc Using c10 namespace across caffe2. (#12714) 2018-10-17 12:57:19 -07:00
make_image_db.cc Using c10 namespace across caffe2. (#12714) 2018-10-17 12:57:19 -07:00
make_mnist_db.cc Using c10 namespace across caffe2. (#12714) 2018-10-17 12:57:19 -07:00
predictor_verifier.cc Using c10 namespace across caffe2. (#12714) 2018-10-17 12:57:19 -07:00
print_core_object_sizes_gpu.cc Replace direct include of caffe2.pb.h with an intermediary header caffe2_pb.h (#10946) 2018-08-28 11:57:08 -07:00
print_registered_core_operators.cc Using c10 namespace across caffe2. (#12714) 2018-10-17 12:57:19 -07:00
run_plan.cc Using c10 namespace across caffe2. (#12714) 2018-10-17 12:57:19 -07:00
run_plan_mpi.cc Using c10 namespace across caffe2. (#12714) 2018-10-17 12:57:19 -07:00
speed_benchmark.cc Windows shared build (#13550) 2018-11-16 12:16:28 -08:00
split_db.cc Using c10 namespace across caffe2. (#12714) 2018-10-17 12:57:19 -07:00
tsv_2_proto.cc fix the deeptext issue (#14005) 2018-11-15 12:13:45 -08:00
tutorial_blob.cc IValue can store Blob (#11414) 2018-09-26 01:12:31 -07:00
zmq_feeder.cc Using c10 namespace across caffe2. (#12714) 2018-10-17 12:57:19 -07:00