Hello,
I am attempting to optimize software for Apple silicon (M1) and OS X makes it particularly challenging by prohibiting core pinning/disabling/fixing the frequency/etc. Without the ability to set thread affinity, OS X ends up using a round robin mechanism which complicates performance...