Skip to content

Commit

Permalink
disable for computecpp and hipsycl
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirIpma committed Jun 28, 2023
1 parent ad634b6 commit 71b8306
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/sub_group/sub_group_semantics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ TEST_CASE("sub_group by-value semantics", "[sub_group]") {
}
}

// FIXME: re-enable when == and != operators is implemented
#if !SYCL_CTS_COMPILING_WITH_HIPSYCL && !SYCL_CTS_COMPILING_WITH_COMPUTECPP
TEST_CASE("Check sycl::sub_group equality", "[sub_group]") {
size_t code_count =
to_integral(common_by_value_semantics::current_check::size);
Expand All @@ -139,5 +141,6 @@ TEST_CASE("Check sycl::sub_group equality", "[sub_group]") {
CHECK(result[i]);
}
}

#endif // !SYCL_CTS_COMPILING_WITH_HIPSYCL &&
// !SYCL_CTS_COMPILING_WITH_COMPUTECPP
} // namespace sub_group_semantics

0 comments on commit 71b8306

Please sign in to comment.