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

Commit 47cf2dc

Browse files
committed
comment added / reviewer feedback
Signed-off-by: Chris Perkins <[email protected]>
1 parent d0b04dc commit 47cf2dc

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

SYCL/GroupAlgorithm/SYCL2020/exclusive_scan.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+
// disabling hip because some of the binary_ops tested are not supported
7+
// getting undefined symbols for a handful of __spirv__ * functions.
68
// XFAIL: hip
79

810
#include "support.h"

SYCL/GroupAlgorithm/SYCL2020/inclusive_scan.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+
// disabling hip because some of the binary_ops tested are not supported
7+
// getting undefined symbols for a handful of __spirv__ * functions.
68
// XFAIL: hip
79

810
#include "support.h"

SYCL/GroupAlgorithm/SYCL2020/reduce.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+
// disabling hip because some of the binary_ops tested are not supported
7+
// getting undefined symbols for a handful of __spirv__ * functions.
68
// XFAIL: hip
79

810
#include "support.h"

SYCL/GroupAlgorithm/exclusive_scan.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+
// disabling hip because some of the binary_ops tested are not supported
8+
// getting undefined symbols for a handful of __spirv__ * functions.
79
// XFAIL: hip
810

911
#include "support.h"

SYCL/GroupAlgorithm/inclusive_scan.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+
// disabling hip because some of the binary_ops tested are not supported
8+
// getting undefined symbols for a handful of __spirv__ * functions.
79
// XFAIL: hip
810

911
#include "support.h"

0 commit comments

Comments
 (0)