Maratyszcza / pthreadpool

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

Add support for 2D Tile 1D with micro-arch and thread id #31

Closed ngzhian closed 1 year ago

ngzhian commented 1 year ago

Reused pthreadpool_2d_tile_1d_with_uarch_params since this does not required new fields in the params

Besides the usual 2D Tile with 1D micro-arch test, added a test to check that all thread ids were used.