google / gvisor

Application Kernel for Containers
https://gvisor.dev
Apache License 2.0
15.81k stars 1.3k forks source link

Enable GPU ioctl sniffer in all GPU tests #10885

Closed EtiennePerot closed 2 weeks ago

EtiennePerot commented 1 month ago

Description

The ioctl sniffer has a "compatibility enforcement mode" which verifies that a given GPU workload does not call an ioctl that is unknown to nvproxy. We should use this feature on all GPU regression tests.

Is this feature related to a specific bug?

No response

Do you have a specific solution in mind?

No response

EtiennePerot commented 1 month ago

/cc @AC-Dap :)

EtiennePerot commented 2 weeks ago

Done!