File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 8989 agents :
9090 queue : gpu
9191 - label : " :batfish: CUDA 12.8 tests"
92- if : build.env("STAGED_BINARIES") == null && ( build.env("SKIP_GPU_TESTS") == null || build.message =~ /nvidia|nvproxy|gpu/i )
9392 # This is its own test rather than being part of the GPU tests,
9493 # because it takes around 30 minutes to run.
9594 parallelism : 16
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ var testCompatibility = map[string]cuda.Compatibility{
5151 },
5252 ),
5353 "2_Concepts_and_Techniques/EGLSync_CUDAEvent_Interop" : & cuda.OnlyOnWindows {},
54- "2_Concepts_and_Techniques/streamOrderedAllocationIPC" : & cuda.BrokenInGVisor {},
5554 "2_Concepts_and_Techniques/streamOrderedAllocationP2P" : & cuda.RequiresP2P {},
5655 "3_CUDA_Features/bf16TensorCoreGemm" : cuda .RequiresFeatures (cuda .FeatureTensorCores ),
5756 "3_CUDA_Features/cdpAdvancedQuicksort" : cuda .RequiresFeatures (cuda .FeatureDynamicParallelism ),
You can’t perform that action at this time.
0 commit comments