Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 356ccdc

Browse files
authored
enable unoptimized_stream.cpp for CUDA backend (#1024)
1 parent 8fb5c35 commit 356ccdc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

SYCL/Regression/unoptimized_stream.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55

6-
// UNSUPPORTED: cuda
7-
// Disable test due to flaky failure on CUDA(issue #387)
8-
9-
// NOTE: The libclc target used by the CUDA backend used to generate atomic load
10-
// variants that were unsupported by NVPTX. Even if they were not used
11-
// directly, sycl::stream and other operations would keep the invalid
12-
// operations in when optimizations were disabled.
13-
146
#include <sycl/sycl.hpp>
157

168
int main() {

0 commit comments

Comments
 (0)