rcmaehl / NotCPUCores

Work, Play, Stream - Without the Stutter. Download using Releases button below
Other
748 stars 44 forks source link

Additional Processor Specific Optimizations #27

Open rcmaehl opened 6 years ago

rcmaehl commented 6 years ago

Depending on processor architectures certain core assignments will perform better than others, this is especially notable with AMD based processors. Look into and convert "Last AMD CXX" and "Last AMD" to Processor optimized settings.

rcmaehl commented 5 years ago

Moved to 1.8 due to Ryzen 3000 series CCX changes.

rcmaehl commented 4 years ago

TODO: Add optimizations for Lakefield L16G7 / L13G4

necros2k7 commented 4 years ago

Can any useful optimizations be done for multi CPU systems?

rcmaehl commented 4 years ago

Can any useful optimizations be done for E5 2690 dual CPUs?

As in you have more than one CPU on your motherboard? Potentially, if a process is scheduled across the GPU there's more overhead than if it was just on a single CPU. I can look into adding optimizations for multi socket systems.