pytorch/caffe2/utils/threadpool
cyy 2903cf0ad8 Re-enable some C++ warnings (#142332)
It enables some C++ warnings since the code base is fairly clean. Meanwhile, Wextra-semi is disabled on CUDA generated code since there is no way to fix them without the cooperation of CUDA team.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/142332
Approved by: https://github.com/albanD, https://github.com/eqy
2024-12-12 04:02:12 +00:00
..
pthreadpool_impl.cc Revert "Fix clang-tidy warnings in Caffe2 code (#134935)" 2024-09-13 16:42:37 +00:00
pthreadpool-cpp.cc [non ghstack] Init threadpool with user defined num_threads before default (#137051) 2024-10-02 20:02:30 +00:00
pthreadpool-cpp.h [non ghstack] Init threadpool with user defined num_threads before default (#137051) 2024-10-02 20:02:30 +00:00
pthreadpool.cc Revert "Fix clang-tidy warnings in Caffe2 code (#134935)" 2024-09-13 16:42:37 +00:00
pthreadpool.h
thread_pool_guard.cpp
thread_pool_guard.h
ThreadPool.cc [6/N] Fix Wextra-semi warning (#139605) 2024-11-04 13:43:16 +00:00
ThreadPool.h Revert "Fix clang-tidy warnings in Caffe2 code (#134935)" 2024-09-13 16:42:37 +00:00
ThreadPoolCommon.h
WorkersPool.h Re-enable some C++ warnings (#142332) 2024-12-12 04:02:12 +00:00