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

Commit 4ee83af

Browse files
authored
[SYCL] Mark broadcast tests XFAIL for HIP. (#740)
Broadcast has recently been implemented for HIP backend in intel/llvm#5202 and XFAIL for AMD HIP was removed in #656. However on CI machines these tests are still failing, so we need to mark them XFAIL again
1 parent 7aa80b3 commit 4ee83af

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

SYCL/SubGroup/broadcast.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

7+
// XFAIL: hip_amd
8+
79
//==--------- broadcast.cpp - SYCL sub_group broadcast test ----*- C++ -*---==//
810
//
911
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

SYCL/SubGroup/broadcast_fp16.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
22
// RUN: %GPU_RUN_PLACEHOLDER %t.out
33

4+
// XFAIL: hip_amd
5+
46
//==---- broadcast_fp16.cpp - SYCL sub_group broadcast test ----*- C++ -*---==//
57
//
68
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

SYCL/SubGroup/broadcast_fp64.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55
// RUN: %ACC_RUN_PLACEHOLDER %t.out
66

7+
// XFAIL: hip_amd
8+
79
//==----- broadcast_fp64.cpp - SYCL sub_group broadcast test ----*- C++ -*--==//
810
//
911
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

0 commit comments

Comments
 (0)