pytorch/caffe2
Richard Barnes c2255c36ec Fix binary search in bisect_percentile_op (#73146)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/73146

Binary search can overflow; this fixes it.

Test Plan: Sandcastle

Reviewed By: meyering

Differential Revision: D34365186

fbshipit-source-id: f92a810b49ef5ce345d0b019b584fe3c1f5ae017
(cherry picked from commit 9c2133ec6f)
2022-02-21 22:30:32 +00:00
..
contrib use irange for loops 2 (#66746) 2021-12-10 04:26:23 -08:00
core [warnings][Caffe2] Suppress warnings in non-c10 headers (#71370) 2022-01-17 10:09:31 -08:00
cuda_rtc use irange for loops 2 (#66746) 2021-12-10 04:26:23 -08:00
db [NOOP][clangformat][codemod] Enable CLANGFORMAT for caffe2/caffe2/* (#67624) 2021-11-02 22:14:04 -07:00
distributed [NOOP][clangformat][codemod] Enable CLANGFORMAT for caffe2/caffe2/* (#67624) 2021-11-02 22:14:04 -07:00
experiments use irange for loops 2 (#66746) 2021-12-10 04:26:23 -08:00
ideep [c2] Remove unused private fields (#69709) 2021-12-14 11:31:08 -08:00
image Drop unused variables and add some const (#71106) 2022-01-11 12:38:59 -08:00
mobile use irange for loops 6 (#66742) 2021-12-07 16:07:50 -08:00
mpi [NOOP][clangformat][codemod] Enable CLANGFORMAT for caffe2/caffe2/* (#67624) 2021-11-02 22:14:04 -07:00
observers [NOOP][clangformat][codemod] Enable CLANGFORMAT for caffe2/caffe2/* (#67624) 2021-11-02 22:14:04 -07:00
onnx [NOOP][clangformat][codemod] Enable CLANGFORMAT for caffe2/caffe2/* (#67624) 2021-11-02 22:14:04 -07:00
operators Fix binary search in bisect_percentile_op (#73146) 2022-02-21 22:30:32 +00:00
opt [DistributedInference] Relax the assertion for uniqueness of blob name across external inputs and outputs (#72492) 2022-02-09 21:50:47 +00:00
perfkernels use irange for loops (#70248) 2022-01-06 23:14:29 -08:00
predictor use irange for loops (#70248) 2022-01-06 23:14:29 -08:00
proto [NOOP][clangformat][codemod] Enable CLANGFORMAT for caffe2/caffe2/* (#67624) 2021-11-02 22:14:04 -07:00
python [codemod][type-comments] Convert type comments in workspace_test.py (#73086) 2022-02-18 22:36:25 +00:00
quantization [caffe2/server quant] use new depthwise conv fbgemm interface (#71166) 2022-01-12 15:29:07 -08:00
queue use irange for loops (#70248) 2022-01-06 23:14:29 -08:00
serialize [Easy] Update the bytecode version comment (#73097) 2022-02-19 02:34:59 +00:00
sgd Fix unused variable warnings (#72410) 2022-02-07 18:25:29 +00:00
share [NOOP][clangformat][codemod] Enable CLANGFORMAT for caffe2/caffe2/* (#67624) 2021-11-02 22:14:04 -07:00
test [NOOP][clangformat][codemod] Enable CLANGFORMAT for caffe2/caffe2/* (#67624) 2021-11-02 22:14:04 -07:00
transforms use irange for loops (#69533) 2021-12-07 16:53:27 -08:00
utils Drop unused variables and add some const (#71106) 2022-01-11 12:38:59 -08:00
video use irange for loops (#69533) 2021-12-07 16:53:27 -08:00
__init__.py remediation of S205607 2020-07-17 17:19:47 -07:00
.clang-format
c2_aten_srcs.bzl Move grad_mode.h/cpp to c10. (#56204) 2021-04-16 11:50:08 -07:00
CMakeLists.txt CMake: Limit python include directories to only python libraries (#69085) 2022-02-07 21:18:32 +00:00
README.md Grammar patch 1 (.md) (#41599) 2020-07-20 10:19:08 -07:00
release-notes.md Forbid trailing whitespace (#53406) 2021-03-05 17:22:55 -08:00
requirements.txt Remove references to typing module from setup.py (#47677) 2020-11-12 10:04:38 -08:00
unexported_symbols.lds Hide all symbols in llvm namespace (#63272) 2021-08-15 11:29:43 -07:00
VERSION_NUMBER
version_script.lds Hide all symbols in llvm namespace (#63272) 2021-08-15 11:29:43 -07:00

Caffe2

Jenkins Build Status

Caffe2 is a lightweight, modular, and scalable deep learning framework. Building on the original Caffe, Caffe2 is designed with expression, speed, and modularity in mind.

Questions and Feedback

Please use GitHub issues (https://github.com/pytorch/pytorch/issues) to ask questions, report bugs, and request new features.

Further Resources on Caffe2.ai