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

Commit 4437c55

Browse files
author
Steffen Larsen
committed
Add test motivation note
Signed-off-by: Steffen Larsen <[email protected]>
1 parent 5ade206 commit 4437c55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

SYCL/Regression/unoptimized_stream.cpp

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

6+
// NOTE: The libclc target used by the CUDA backend used to generate atomic load
7+
// variants that were unsupported by NVPTX. Even if they were not used
8+
// directly, sycl::stream and other operations would keep the invalid
9+
// operations in when optimizations were disabled.
10+
611
#include <sycl/sycl.hpp>
712

813
int main() {

0 commit comments

Comments
 (0)