Skip to content

Commit e4cb585

Browse files
npmillerbb-sycl
authored andcommitted
[SYCL][HIP] Fix shuffles and reductions (intel#759)
These tests are fixed by intel/llvm#5359
1 parent dc55a8c commit e4cb585

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

SYCL/SubGroup/broadcast.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-
// XFAIL: hip_amd
8-
97
//==--------- broadcast.cpp - SYCL sub_group broadcast test ----*- C++ -*---==//
108
//
119
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

SYCL/SubGroup/broadcast_fp16.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
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-
64
//==---- broadcast_fp16.cpp - SYCL sub_group broadcast test ----*- C++ -*---==//
75
//
86
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

SYCL/SubGroup/broadcast_fp64.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-
// XFAIL: hip_amd
8-
97
//==----- broadcast_fp64.cpp - SYCL sub_group broadcast test ----*- C++ -*--==//
108
//
119
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

0 commit comments

Comments
 (0)