oneTBB
oneTBB copied to clipboard
Support Huge Pages and per-NUMA node allocations on Windows
NUMA allocations are available only for Windows 7 or later OS. VS2019 projects set _WIN32_WINNT = 0x0601 to enable this advanced functionality.
@mirounga please re-target the patch to the master, as tbb2019 no longer updated
@mirounga , unfortunately simple changing for the target branch is not enough, as the source base changed significantly after the revamp. So source conflicts has to be fixed. (IMHO the easiest way is to re-apply the patch ontop of current master)
@alexey-katranov that is your opinion about adding this functionality ?
I have changed the target branch back to tbb_2019 to view correct changes.