diff --git a/SYCL/SubGroup/shuffle_fp64.cpp b/SYCL/SubGroup/shuffle_fp64.cpp index a0aa02b116..1a4335de02 100644 --- a/SYCL/SubGroup/shuffle_fp64.cpp +++ b/SYCL/SubGroup/shuffle_fp64.cpp @@ -3,6 +3,10 @@ // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out // +// Temporarily disabled for CUDA due to failure reported in +// https://github.com/intel/llvm/issues/8516 +// UNSUPPORTED: cuda +// //==------- shuffle_fp64.cpp - SYCL sub_group shuffle test -----*- C++ -*---==// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.