junjie1475 / MacOS_CoreBinder

Kernel Extension allows to pin thread on a certain cpu core on Apple Silicon machines
The Unlicense
12 stars 0 forks source link

How to work on M2 Ultra? #1

Open FdyCN opened 11 months ago

FdyCN commented 11 months ago

awsome job! but seemed not supported on m2 ?

junjie1475 commented 11 months ago

I've tested it on m2pro/m3 pro machines on MacOS14, in theory if you're using MacOS14, compile it with -DT6020 should work. If you're using MacOS13 you can try to use -DT8112 and also without defining the macro.