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

Commit cfea612

Browse files
author
Artem Gindinson
authored
[SYCL] Disable new printf tests on HIP AMD (#685)
Signed-off-by: Artem Gindinson <[email protected]>
1 parent 1931500 commit cfea612

File tree

6 files changed

+10
-1
lines changed

6 files changed

+10
-1
lines changed

SYCL/Printf/char.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// The test is written using conversion specifiers table from cppreference [1]
55
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
66
//
7+
// UNSUPPORTED: hip_amd
8+
//
79
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
810
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
911
// RUN: %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER

SYCL/Printf/float.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// The test is written using conversion specifiers table from cppreference [1]
55
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
66
//
7+
// UNSUPPORTED: hip_amd
8+
//
79
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
810
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
911
// RUN: %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER

SYCL/Printf/int.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// The test is written using conversion specifiers table from cppreference [1]
55
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
66
//
7+
// UNSUPPORTED: hip_amd
78
// FIXME: The 'short' type gets overflown with sporadic values on CUDA.
89
// XFAIL: cuda
910
//

SYCL/Printf/long.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
// FIXME: Once the Windows OpenCL CPU support is fixed, merge this test's
88
// contents into the common integer test.
9-
// UNSUPPORTED: windows && cpu
9+
// UNSUPPORTED: (windows && cpu) || hip_amd
1010
//
1111
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
1212
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER

SYCL/Printf/mixed-address-space.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// This test is written with an aim to check that experimental::printf versions
22
// for constant and generic address space can be used in the same module.
33
//
4+
// UNSUPPORTED: hip_amd
5+
//
46
// FIXME: Drop the test once generic AS support is considered stable and the
57
// dedicated constant AS overload of printf is removed from the library.
68
//

SYCL/Printf/percent-symbol.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// The test is written using conversion specifiers table from cppreference [1]
55
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
66
//
7+
// UNSUPPORTED: hip_amd
8+
//
79
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
810
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
911
// RUN: %ACC_RUN_PLACEHOLDER %t.out %ACC_CHECK_PLACEHOLDER

0 commit comments

Comments
 (0)