Skip to content

Commit

Permalink
Re-enable passing sub-tests for HIP
Browse files Browse the repository at this point in the history
Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
  • Loading branch information
steffenlarsen committed Mar 8, 2024
1 parent f4fba4e commit d831508
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions sycl/test-e2e/Basic/vector/vec_binary_scalar_order_arith.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// RUN: %{build} -fpreview-breaking-changes -o %t.out
// RUN: %{run} %t.out

// This test currently fails on AMD HIP due to an unresolved memcmp function.
// XFAIL: hip_amd

// Checks scalar/vec arithmetic operator ordering.

#include "vec_binary_scalar_order.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// RUN: %{build} -fpreview-breaking-changes -o %t.out
// RUN: %{run} %t.out

// This test currently fails on AMD HIP due to an unresolved memcmp function.
// XFAIL: hip_amd

// Checks scalar/vec bitwise operator ordering.

#include "vec_binary_scalar_order.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// RUN: %{build} -fpreview-breaking-changes -o %t.out
// RUN: %{run} %t.out

// This test currently fails on AMD HIP due to an unresolved memcmp function.
// XFAIL: hip_amd

// Checks scalar/vec logical operator ordering.

#include "vec_binary_scalar_order.hpp"
Expand Down

0 comments on commit d831508

Please sign in to comment.