pytorch/caffe2
Digant Desai d3a3604581 [pthreadpool] Don't recreate threadpool if the counts are same (#90478)
Summary: Don't do anything if the incoming count and current threadpool size are same

Test Plan: CI

Reviewed By: salilsdesai

Differential Revision: D41628132

Pull Request resolved: https://github.com/pytorch/pytorch/pull/90478
Approved by: https://github.com/salilsdesai
2022-12-10 03:17:08 +00:00
..
contrib Fix typos in .md and .rst files (#88962) 2022-11-17 03:37:02 +00:00
core Fix C2 Ambiguous namespace (#89534) 2022-12-07 23:36:41 +00:00
cuda_rtc Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032) 2022-07-26 01:20:44 +00:00
db
distributed Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032) 2022-07-26 01:20:44 +00:00
experiments Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032) 2022-07-26 01:20:44 +00:00
ideep Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032) 2022-07-26 01:20:44 +00:00
image Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032) 2022-07-26 01:20:44 +00:00
mobile Fix typos under caffe2 directory (#87840) 2022-10-28 04:53:36 +00:00
mpi
observers
onnx
operators Fix typo in segment_reduction_op_gpu.cu (#89647) 2022-11-25 19:26:18 +00:00
opt Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032) 2022-07-26 01:20:44 +00:00
perfkernels add bf16 in fp32 out fast path for embedingbag in caffe2 perfkernel (#89198) 2022-11-30 13:06:13 +00:00
predictor print available modules in predictor error message (#78101) 2022-05-24 18:47:06 +00:00
proto Make param 'option' const& to prevent unnecessary copy at call-site (#84747) 2022-09-17 02:11:29 +00:00
python Fix non-existing parameters in docstrings (#90505) 2022-12-09 21:43:09 +00:00
quantization Fix typos under caffe2 directory (#87840) 2022-10-28 04:53:36 +00:00
queue Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032) 2022-07-26 01:20:44 +00:00
serialize Fix PyTorchStreamWriter exception handling (#88128) 2022-10-31 23:38:03 +00:00
sgd [fx+scripting] Adding num_iter_1 and num_iter_2 params LearningRate op (#83691) 2022-08-25 06:23:32 +00:00
share
test Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032) 2022-07-26 01:20:44 +00:00
transforms
utils [pthreadpool] Don't recreate threadpool if the counts are same (#90478) 2022-12-10 03:17:08 +00:00
video [codemod][llvm15] LLVM-15 fixes for caffe2/caffe2/video/video_decoder.cc (#89937) 2022-12-01 03:46:22 +00:00
__init__.py
.clang-format
BUILD_MODE.bzl Add all bzl files per D36874458 2022-06-06 09:40:19 -07:00
CMakeLists.txt Clean up dependancy for flatbuffer_loader (#86041) 2022-12-08 03:48:04 +00:00
README.md Update README.md (#85534) 2022-11-17 01:06:15 +00:00
release-notes.md Fix typos under caffe2 directory (#87840) 2022-10-28 04:53:36 +00:00
requirements.txt
unexported_symbols.lds
VERSION_NUMBER
version_script.lds

Caffe2

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