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

Commit a7917bf

Browse files
[SYCL][CUDA] Disable subgroup shuffle_fp64 test for CUDA (#1626)
The CUDA backend is failing the shuffle_fp64 after recent additions. This has been reported in intel/llvm#8516 and this commit disables the test for CUDA while it is fixed. Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
1 parent 4176789 commit a7917bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

SYCL/SubGroup/shuffle_fp64.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
// RUN: %GPU_RUN_PLACEHOLDER %t.out
44
// RUN: %ACC_RUN_PLACEHOLDER %t.out
55
//
6+
// Temporarily disabled for CUDA due to failure reported in
7+
// https://github.com/intel/llvm/issues/8516
8+
// UNSUPPORTED: cuda
9+
//
610
//==------- shuffle_fp64.cpp - SYCL sub_group shuffle test -----*- C++ -*---==//
711
//
812
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

0 commit comments

Comments
 (0)