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

[SYCL][HIP] Remove XFAIL from tests affected by global offset bug #564

Merged
merged 1 commit into from
Nov 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions SYCL/Basic/buffer/buffer_full_copy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// RUN: %CPU_RUN_PLACEHOLDER %t2.out
// RUN: %GPU_RUN_PLACEHOLDER %t2.out
// RUN: %ACC_RUN_PLACEHOLDER %t2.out
//
// Incorrect results with hip
// XFAIL: hip

//==------------- buffer_full_copy.cpp - SYCL buffer basic test ------------==//
//
Expand Down
2 changes: 0 additions & 2 deletions SYCL/Basic/buffer/subbuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
//
// Test failing with hip on AMD
// XFAIL: hip_amd
//==---------- subbuffer.cpp --- sub-buffer basic test ---------------------==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Expand Down
3 changes: 0 additions & 3 deletions SYCL/KernelParams/array-kernel-param-run.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
//
// Incorrect results with hip on AMD
// XFAIL: hip_amd

#include <CL/sycl.hpp>
#include <iostream>
Expand Down
3 changes: 0 additions & 3 deletions SYCL/Reduction/reduction_range_1d_s1_dw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
//
// Incorrect results on HIP AMD
// XFAIL: hip_amd

// TODO: test disabled due to sporadic fails in level_zero:gpu RT.
// UNSUPPORTED: linux && level_zero
Expand Down
3 changes: 0 additions & 3 deletions SYCL/Reduction/reduction_range_2d_s1_dw.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
//
// Failling on HIP AMD
// XFAIL: hip_amd

// TODO: accelerator may not suport atomics required by the current
// implementation. Enable testing when implementation is fixed.
Expand Down
3 changes: 0 additions & 3 deletions SYCL/Reduction/reduction_range_lambda.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// RUN: %CPU_RUN_PLACEHOLDER %t.out
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
//
// Incorrect results on HIP AMD
// XFAIL: hip_amd

// This test performs basic checks of parallel_for(range, reduction, lambda)
// with reductions initialized with 1-dimensional accessor accessing
Expand Down
3 changes: 0 additions & 3 deletions SYCL/USM/copy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
// RUN: %ACC_RUN_PLACEHOLDER %t1.out
//
// Memory access fault on HIP AMD
// XFAIL: hip_amd

#include <CL/sycl.hpp>

Expand Down
3 changes: 0 additions & 3 deletions SYCL/USM/fill.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
// RUN: %ACC_RUN_PLACEHOLDER %t1.out
//
// Memory access fault with HIP AMD
// XFAIL: hip_amd

#include <CL/sycl.hpp>

Expand Down