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

Commit a75abe0

Browse files
authored
[SYCL][HIP] Remove XFAIL from tests affected by global offset bug (#564)
These tests have been fixed as part of: intel/llvm#4905
1 parent 271ce84 commit a75abe0

File tree

8 files changed

+0
-23
lines changed

8 files changed

+0
-23
lines changed

SYCL/Basic/buffer/buffer_full_copy.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// RUN: %CPU_RUN_PLACEHOLDER %t2.out
66
// RUN: %GPU_RUN_PLACEHOLDER %t2.out
77
// RUN: %ACC_RUN_PLACEHOLDER %t2.out
8-
//
9-
// Incorrect results with hip
10-
// XFAIL: hip
118

129
//==------------- buffer_full_copy.cpp - SYCL buffer basic test ------------==//
1310
//

SYCL/Basic/buffer/subbuffer.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66
//
7-
// Test failing with hip on AMD
8-
// XFAIL: hip_amd
97
//==---------- subbuffer.cpp --- sub-buffer basic test ---------------------==//
108
//
119
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

SYCL/KernelParams/array-kernel-param-run.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// RUN: %CPU_RUN_PLACEHOLDER %t.out
66
// RUN: %GPU_RUN_PLACEHOLDER %t.out
77
// RUN: %ACC_RUN_PLACEHOLDER %t.out
8-
//
9-
// Incorrect results with hip on AMD
10-
// XFAIL: hip_amd
118

129
#include <CL/sycl.hpp>
1310
#include <iostream>

SYCL/Reduction/reduction_range_1d_s1_dw.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-
// Incorrect results on HIP AMD
7-
// XFAIL: hip_amd
85

96
// TODO: test disabled due to sporadic fails in level_zero:gpu RT.
107
// UNSUPPORTED: linux && level_zero

SYCL/Reduction/reduction_range_2d_s1_dw.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
22
// RUN: %CPU_RUN_PLACEHOLDER %t.out
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
4-
//
5-
// Failling on HIP AMD
6-
// XFAIL: hip_amd
74

85
// TODO: accelerator may not suport atomics required by the current
96
// implementation. Enable testing when implementation is fixed.

SYCL/Reduction/reduction_range_lambda.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-
// Incorrect results on HIP AMD
7-
// XFAIL: hip_amd
85

96
// This test performs basic checks of parallel_for(range, reduction, lambda)
107
// with reductions initialized with 1-dimensional accessor accessing

SYCL/USM/copy.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
1313
// RUN: %ACC_RUN_PLACEHOLDER %t1.out
14-
//
15-
// Memory access fault on HIP AMD
16-
// XFAIL: hip_amd
1714

1815
#include <CL/sycl.hpp>
1916

SYCL/USM/fill.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t1.out
1313
// RUN: %ACC_RUN_PLACEHOLDER %t1.out
14-
//
15-
// Memory access fault with HIP AMD
16-
// XFAIL: hip_amd
1714

1815
#include <CL/sycl.hpp>
1916

0 commit comments

Comments
 (0)