oneTBB
oneTBB copied to clipboard
Setting `__TBB_DEFAULT_PARTITIONER` doesn't set partitioner in `parallel_for` with step
__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)
I opened a pull-request which is meant to fix it
How can I make "triage" (whatever it means??) CI run pass in PR that fixes this issue??
@blonded04, you can ignore this fail.