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

Commit 3d47daa

Browse files
author
Artem Gindinson
authored
[SYCL] Disable failing tests within free_function_quieries (#677)
Signed-off-by: Artem Gindinson <artem.gindinson@intel.com>
1 parent a5520f7 commit 3d47daa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

SYCL/Basic/free_function_queries/free_function_queries.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// FIXME: Investigate OS-agnostic failures
2+
// REQUIRES: TEMPORARY_DISABLED
13
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
24
// RUN: %ACC_RUN_PLACEHOLDER %t.out
35
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/Basic/free_function_queries/free_function_queries_sub_group.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// FIXME: Investigate OS-agnostic failures
2+
// REQUIRES: TEMPORARY_DISABLED
13
// UNSUPPORTED: cuda || hip
24
// CUDA and HIP compilation and runtime do not yet support sub-groups.
35
//

0 commit comments

Comments
 (0)