google / gvisor

Application Kernel for Containers

Home Page:https://gvisor.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement AMX support

konstantin-s-bogom opened this issue · comments

Description

Enabling AMX within gVisor needs at least the following:

  • Handling user calls to arch_prctl to enable it.
  • Adjusting signal stack sizes to support the extra 8256 bytes necessary for AMX.

Currently it is fully disabled on host kernels that enable it.

Is this feature related to a specific bug?

No response

Do you have a specific solution in mind?

No response