Skip to content

Commit 4ba931d

Browse files
EtiennePerotgvisor-bot
authored andcommitted
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
1 parent 3f0c7cc commit 4ba931d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/gpu/cuda_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ var testCompatibility = map[string]Compatibility{
111111
"5_Domain_Specific/fluidsGLES": &OnlyOnWindows{},
112112
"5_Domain_Specific/nbody_opengles": &OnlyOnWindows{},
113113
"5_Domain_Specific/nbody_screen": &OnlyOnWindows{},
114-
"5_Domain_Specific/p2pBandwidthLatencyTest": &RequiresP2P{},
115114
"5_Domain_Specific/postProcessGL": RequiresFeatures(FeatureGL),
116115
"5_Domain_Specific/simpleD3D10": &OnlyOnWindows{},
117116
"5_Domain_Specific/simpleD3D10RenderTarget": &OnlyOnWindows{},

0 commit comments

Comments
 (0)