oneTBB icon indicating copy to clipboard operation
oneTBB copied to clipboard

Setting `__TBB_DEFAULT_PARTITIONER` doesn't set partitioner in `parallel_for` with step

Open blonded04 opened this issue 1 year ago • 1 comments

__TBB_DEFAULT_PARTITIONER is not used for parallel_for overload that utilizes step over a range, so even if I expect it to use affinity_partitioner, by setting __TBB_DEFAULT_PARTITIONER to affinity_partitioner, it still uses auto_partitioner (which is btw default value of __TBB_DEFAULT_PARTITIONER)

blonded04 avatar Mar 20 '24 21:03 blonded04

I opened a pull-request which is meant to fix it

blonded04 avatar Mar 20 '24 21:03 blonded04

How can I make "triage" (whatever it means??) CI run pass in PR that fixes this issue??

blonded04 avatar Apr 29 '24 12:04 blonded04

@blonded04, you can ignore this fail.

pavelkumbrasev avatar Apr 29 '24 13:04 pavelkumbrasev