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

Commit 193b6fe

Browse files
[SYCL] Enable sub_group_size_prop on HIP (#1337)
The sub_group_size_prop test was unintentionally disabled for HIP. This commit enables the test for HIP. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent e03f8ac commit 193b6fe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

SYCL/Basic/sub_group_size_prop.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
// RUN: %CPU_RUN_PLACEHOLDER %t.out
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5-
//
6-
// Failing negative test with HIP
7-
// XFAIL: hip
85

96
#include <sycl/sycl.hpp>
107

0 commit comments

Comments
 (0)