DEV Community

Cover image for Unlock AVX-512 on i5-12600
Alexander
Alexander

Posted on

Unlock AVX-512 on i5-12600

Image description

It is possible to unlock AVX-512 on B660M bios.

At first I climbed to the forum where the bios is picking, I found that someone found something, and, by its naivety, I was going to setup BIOS with the AVX2 turned on and turned off, then compare, find the right byte and change ... I, of course , I didn’t find it, but I found the one who sent me a non -public version of F4 - thanks, - a link in the comment. They fixed the problems of productivity Non -K, but did not turn off the AVX512 - probably because it was removed from the site. Nevertheless, it was updated - and AVX -512 returned already in normal form. With a stress test from the CPU-Z, the frequencies that were scared before, did not notice.

It took time to rewrite the histogram from AVX2 on AVX512, and, I understood the complaints about the difficulty- part of the instructions that were on AVX2 could not be found, and I had to rewrite it differently.

In my case, AVX512 gave an increase of 25%. It was 8.21MS, it became 6.15MS. Not much, but not a few.

Conclusion: CPU 1/2 step closer to the GPU in vectorization, you can use it, and why it was blocked is not very clear.

Image of Datadog

Master Mobile Monitoring for iOS Apps

Monitor your app’s health with real-time insights into crash-free rates, start times, and more. Optimize performance and prevent user churn by addressing critical issues like app hangs, and ANRs. Learn how to keep your iOS app running smoothly across all devices by downloading this eBook.

Get The eBook

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay