From 8935df8046a4c86dc8e2304f7bde6f8c42b26494 Mon Sep 17 00:00:00 2001 From: Tadej Ciglaric Date: Fri, 14 Jan 2022 10:49:28 +0100 Subject: [PATCH] [SYCL] Mark broadcast tests XFAIL for HIP. --- SYCL/SubGroup/broadcast.cpp | 2 ++ SYCL/SubGroup/broadcast_fp16.cpp | 2 ++ SYCL/SubGroup/broadcast_fp64.cpp | 2 ++ 3 files changed, 6 insertions(+) diff --git a/SYCL/SubGroup/broadcast.cpp b/SYCL/SubGroup/broadcast.cpp index 9231a44dcc..3f2be2c414 100644 --- a/SYCL/SubGroup/broadcast.cpp +++ b/SYCL/SubGroup/broadcast.cpp @@ -4,6 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out +// XFAIL: hip_amd + //==--------- broadcast.cpp - SYCL sub_group broadcast test ----*- C++ -*---==// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. diff --git a/SYCL/SubGroup/broadcast_fp16.cpp b/SYCL/SubGroup/broadcast_fp16.cpp index 1feb0d7ed1..c155e29436 100644 --- a/SYCL/SubGroup/broadcast_fp16.cpp +++ b/SYCL/SubGroup/broadcast_fp16.cpp @@ -1,6 +1,8 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out +// XFAIL: hip_amd + //==---- broadcast_fp16.cpp - SYCL sub_group broadcast test ----*- C++ -*---==// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. diff --git a/SYCL/SubGroup/broadcast_fp64.cpp b/SYCL/SubGroup/broadcast_fp64.cpp index 3e10074c00..b3d8477e55 100644 --- a/SYCL/SubGroup/broadcast_fp64.cpp +++ b/SYCL/SubGroup/broadcast_fp64.cpp @@ -4,6 +4,8 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out +// XFAIL: hip_amd + //==----- broadcast_fp64.cpp - SYCL sub_group broadcast test ----*- C++ -*--==// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.