Skip to content

Commit

Permalink
CUDA test compatibility: Remove p2pBandwidthLatencyTest special case.
Browse files Browse the repository at this point in the history
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: 714255304
  • Loading branch information
EtiennePerot authored and gvisor-bot committed Jan 11, 2025
1 parent 3f0c7cc commit 184da24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/gpu/cuda_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{},
Expand Down

0 comments on commit 184da24

Please sign in to comment.