mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
CUDA test compatibility: Remove p2pBandwidthLatencyTest special case.
While this test does use the P2P capability, it also has fallback code to do regular memcopies when P2P is not available. So it does not require the P2P capability. PiperOrigin-RevId: 714344567
This commit is contained in:
committed by
gVisor bot
parent
3f0c7ccf85
commit
4ba931dd22
@@ -111,7 +111,6 @@ var testCompatibility = map[string]Compatibility{
|
||||
"5_Domain_Specific/fluidsGLES": &OnlyOnWindows{},
|
||||
"5_Domain_Specific/nbody_opengles": &OnlyOnWindows{},
|
||||
"5_Domain_Specific/nbody_screen": &OnlyOnWindows{},
|
||||
"5_Domain_Specific/p2pBandwidthLatencyTest": &RequiresP2P{},
|
||||
"5_Domain_Specific/postProcessGL": RequiresFeatures(FeatureGL),
|
||||
"5_Domain_Specific/simpleD3D10": &OnlyOnWindows{},
|
||||
"5_Domain_Specific/simpleD3D10RenderTarget": &OnlyOnWindows{},
|
||||
|
||||
Reference in New Issue
Block a user