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

[SYCL][CUDA] enable unoptimized_stream.cpp for CUDA backend #1024

Merged
merged 1 commit into from
May 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions SYCL/Regression/unoptimized_stream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out

// UNSUPPORTED: cuda
// Disable test due to flaky failure on CUDA(issue #387)

// NOTE: The libclc target used by the CUDA backend used to generate atomic load
// variants that were unsupported by NVPTX. Even if they were not used
// directly, sycl::stream and other operations would keep the invalid
// operations in when optimizations were disabled.

#include <sycl/sycl.hpp>

int main() {
Expand Down