This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +10
-1
lines changed Expand file tree Collapse file tree 6 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 4
4
// The test is written using conversion specifiers table from cppreference [1]
5
5
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
6
6
//
7
+ // UNSUPPORTED: hip_amd
8
+ //
7
9
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
8
10
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
9
11
// RUN: %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER
Original file line number Diff line number Diff line change 4
4
// The test is written using conversion specifiers table from cppreference [1]
5
5
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
6
6
//
7
+ // UNSUPPORTED: hip_amd
8
+ //
7
9
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
8
10
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
9
11
// RUN: %GPU_RUN_PLACEHOLDER %t.out %GPU_CHECK_PLACEHOLDER
Original file line number Diff line number Diff line change 4
4
// The test is written using conversion specifiers table from cppreference [1]
5
5
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
6
6
//
7
+ // UNSUPPORTED: hip_amd
7
8
// FIXME: The 'short' type gets overflown with sporadic values on CUDA.
8
9
// XFAIL: cuda
9
10
//
Original file line number Diff line number Diff line change 6
6
//
7
7
// FIXME: Once the Windows OpenCL CPU support is fixed, merge this test's
8
8
// contents into the common integer test.
9
- // UNSUPPORTED: windows && cpu
9
+ // UNSUPPORTED: ( windows && cpu) || hip_amd
10
10
//
11
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
12
12
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
Original file line number Diff line number Diff line change 1
1
// This test is written with an aim to check that experimental::printf versions
2
2
// for constant and generic address space can be used in the same module.
3
3
//
4
+ // UNSUPPORTED: hip_amd
5
+ //
4
6
// FIXME: Drop the test once generic AS support is considered stable and the
5
7
// dedicated constant AS overload of printf is removed from the library.
6
8
//
Original file line number Diff line number Diff line change 4
4
// The test is written using conversion specifiers table from cppreference [1]
5
5
// [1]: https://en.cppreference.com/w/cpp/io/c/fprintf
6
6
//
7
+ // UNSUPPORTED: hip_amd
8
+ //
7
9
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
8
10
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER
9
11
// RUN: %ACC_RUN_PLACEHOLDER %t.out %ACC_CHECK_PLACEHOLDER
You can’t perform that action at this time.
0 commit comments