Hi Everyone, I have a harvester cluster with v1.1...
# harvester
p
Hi Everyone, I have a harvester cluster with v1.1.1 and on the top of that I am running a VM with ubuntu 22.04 LTS ( kernel version 6.5.0-27-generic). Now since the kernel version is > 5.17 , I was expecting Intel Advanced Matrix Extensions (AMX) to be enabled but seems it's not enabled as show below
Copy code
ubuntu@vm-instance-1:~$ uname -r
6.5.0-27-generic
ubuntu@vm-instance-1:~$ 
ubuntu@vm-instance-1:~$ cpuid -1 | grep AMX
      AMX-BF16: tile bfloat16 support          = false
      AMX-TILE: tile architecture support      = false
      AMX-INT8: tile 8-bit integer support     = false
      AMX tile support                         = false
s it because harvester is not letting me access the ubuntu with updated kernel version or because harvester itself in on an very older version of Linux kernel ? What should I do for getting the kernel with AMX support enabled Any help on this will be appreciated. Thanks a lot !!