Skip to content

Commit ce462c9

Browse files
ayushr2gvisor-bot
authored andcommitted
gpu: Re-enable streamOrderedAllocationIPC CUDA test.
PiperOrigin-RevId: 795633650
1 parent e653176 commit ce462c9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.buildkite/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ steps:
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

test/gpu/cuda_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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),

0 commit comments

Comments
 (0)