Maratyszcza / pthreadpool

Portable (POSIX/Windows/Emscripten) thread pool for C/C++
BSD 2-Clause "Simplified" License
350 stars 133 forks source link

Help pytorch migrate to the "new" API #9

Closed mattip closed 4 years ago

mattip commented 4 years ago

pthreadpool_function_1d_tiled_t and friends are deprecated. These are producing many warnings when building pytorch: they are used in quantized/cpu/cnnpack. It would be nice if someone well versed in pthreadpool could provide some guidance or even a PR to update them.

Maratyszcza commented 4 years ago

This is out of scope of this project. You should open this issue in PyTorch.