Jump to content

What is AVX-512?

I tried to google it, but i still couldn't understand well enough.

 

I may be wrong.

Link to comment
Share on other sites

Link to post
Share on other sites

It's a way of doing math on a bunch of numbers at once. The 512 part comes from how many bits at once said instructions operate on. However, this does not mean it operates on 512-bit numbers, rather it operates on either 16 32-bit numbers or 8 64-bit numbers.

 

Basically AVX, and similar instructions like SSE, provide accelerated matrix math. This style of computing is called single instruction, many data (SIMD)

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×