Forum Discussion

Gilad_Aperio's avatar
Gilad_Aperio
Copper Contributor
May 09, 2023

What AKS node types support AVX2?

Title.

 

I have an AKS cluster deployed, and one of the scripts within a running pod fails because of what seems like an unsupported instruction set (AVX2).

 

I looked into documentation and used the az cli, but couldn't find detail of what each image or series support.

 

could run multiple nodes and check manually, though there must be a better way. Right?

3 Replies

  • azharamir13's avatar
    azharamir13
    Brass Contributor
    any Azure Kubernetes Service (AKS) node type that uses an Intel processor from the Xeon E5 v4 or Xeon Scalable (Skylake) family or later supports AVX2 (Advanced Vector Extensions 2) instructions. AVX2 is a set of instructions for performing vector operations on Intel processors, and it can be used to accelerate certain workloads such as machine learning and scientific computing.
  • Gilad_Aperio's avatar
    Gilad_Aperio
    Copper Contributor
    As it turns out, these ones, and also their V5s, do the trick.
    https://learn.microsoft.com/en-us/azure/virtual-machines/ddv4-ddsv4-series

    Learned from here:
    https://learn.microsoft.com/en-us/azure/virtual-machines/sizes-general

Resources