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

Commit 3dea162

Browse files
authored
Recover expected result on HIP back-end. (#720)
1 parent 97c22be commit 3dea162

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

SYCL/DeprecatedFeatures/basic-program.cpp

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

6+
// XFAIL: hip
7+
68
//==--- basic-program.cpp - Basic test of program and kernel APIs ----------==//
79
//
810
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

SYCL/DeprecatedFeatures/kernel-and-program.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
8+
79
//==--- kernel-and-program.cpp - SYCL kernel/program test ------------------==//
810
//
911
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

0 commit comments

Comments
 (0)