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

Commit b9d50f2

Browse files
committed
revert SYCL 2020 aspects availability and remove all aspect-fp64 features from 50 test sources
1 parent 5393753 commit b9d50f2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+30
-59
lines changed

SYCL/AtomicRef/assignment_atomic64.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: aspect-fp64
21
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
32
// RUN: %HOST_RUN_PLACEHOLDER %t.out
43
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/AtomicRef/assignment_atomic64_generic.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: aspect-fp64
21
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
32
// RUN: %HOST_RUN_PLACEHOLDER %t.out
43
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/Basic/buffer/buffer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: aspect-fp64
21
// RUN: %clangxx %cxx_std_optionc++17 %s -o %t1.out %sycl_options
32
// RUN: %HOST_RUN_PLACEHOLDER %t1.out
43
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t2.out

SYCL/Basic/scalar_vec_access.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: aspect-fp64
21
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
32
// RUN: %HOST_RUN_PLACEHOLDER %t.out %HOST_CHECK_PLACEHOLDER
43
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER

SYCL/Basic/stream/stream.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: aspect-fp64
21
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
32
// FIXME Disabled on host until sporadic failure is fixed
43
// RUNx: %HOST_RUN_PLACEHOLDER %t.out %HOST_CHECK_PLACEHOLDER

SYCL/DeprecatedFeatures/ESIMD/spec_const_double.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: aspect-fp64, gpu
8+
// REQUIRES: gpu
99
// RUN: %clangxx -fsycl -D__SYCL_INTERNAL_API -I%S/.. %s -o %t.out
1010
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1111
// UNSUPPORTED: cuda || hip

SYCL/DeprecatedFeatures/SpecConsts1.2.1/specialization_constants.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: aspect-fp64
21
// RUN: %clangxx -fsycl -D__SYCL_INTERNAL_API %s -o %t.out
32
// RUN: %HOST_RUN_PLACEHOLDER %t.out
43
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/DeprecatedFeatures/SpecConsts1.2.1/specialization_constants_override.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: aspect-fp64
21
// RUN: %clangxx -fsycl -D__SYCL_INTERNAL_API %s -o %t.out
32
// RUN: %HOST_RUN_PLACEHOLDER %t.out
43
// RUN: %CPU_RUN_PLACEHOLDER %t.out

SYCL/DeviceLib/built-ins/nan.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: aspect-fp64
21
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
32
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -D HALF_IS_SUPPORTED %s -o %t_gpu.out
43
// RUN: %HOST_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/api/bin_and_cmp_ops_heavy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: aspect-fp64, gpu
8+
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
1010
// TODO: esimd_emulator fails due to unimplemented 'half' type
1111
// XFAIL: esimd_emulator

SYCL/ESIMD/api/functional/ctors/ctor_array_fp_extra.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: aspect-fp64, gpu, level_zero
8+
// REQUIRES: gpu, level_zero
99
// XREQUIRES: gpu
1010
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1111
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_converting_fp_extra.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: aspect-fp64, gpu, level_zero
8+
// REQUIRES: gpu, level_zero
99
// XREQUIRES: gpu
1010
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1111
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_copy_fp_extra.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: aspect-fp64, gpu, level_zero
8+
// REQUIRES: gpu, level_zero
99
// XREQUIRES: gpu
1010
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1111
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_default_fp_extra.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: aspect-fp64, gpu, level_zero
8+
// REQUIRES: gpu, level_zero
99
// XREQUIRES: gpu
1010
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1111
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_fill_accuracy_fp_extra.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: aspect-fp64, gpu, level_zero
8+
// REQUIRES: gpu, level_zero
99
// XREQUIRES: gpu
1010
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1111
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_fill_fp_extra.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: aspect-fp64, gpu, level_zero
8+
// REQUIRES: gpu, level_zero
99
// XREQUIRES: gpu
1010
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1111
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_load_acc_fp_extra.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: aspect-fp64, gpu, level_zero
8+
// REQUIRES: gpu, level_zero
99
// XREQUIRES: gpu
1010
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1111
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_load_usm_fp_extra.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: aspect-fp64, gpu, level_zero
8+
// REQUIRES: gpu, level_zero
99
// XREQUIRES: gpu
1010
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1111
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/ctors/ctor_move_fp_extra.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: aspect-fp64, gpu, level_zero
8+
// REQUIRES: gpu, level_zero
99
// XREQUIRES: gpu
1010
// TODO Remove the level_zero restriction once the test is supported on other
1111
// platforms

SYCL/ESIMD/api/functional/ctors/ctor_vector_fp_extra.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: aspect-fp64, gpu, level_zero
8+
// REQUIRES: gpu, level_zero
99
// XREQUIRES: gpu
1010
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1111
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/functions/functions_select_2d_core.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
77
//
88
//===----------------------------------------------------------------------===//
9-
// REQUIRES: aspect-fp64, gpu, level_zero
9+
// REQUIRES: gpu, level_zero
1010
// XREQUIRES: gpu
1111
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1212
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/functions/functions_select_2d_fp_extra.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
77
//
88
//===----------------------------------------------------------------------===//
9-
// REQUIRES: aspect-fp64, gpu, level_zero
9+
// REQUIRES: gpu, level_zero
1010
// XREQUIRES: gpu
1111
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1212
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/operators/operator_decrement_and_increment_accuracy_fp_extra.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
77
//
88
//===----------------------------------------------------------------------===//
9-
// REQUIRES: aspect-fp64, gpu, level_zero
9+
// REQUIRES: gpu, level_zero
1010
// XREQUIRES: gpu
1111
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1212
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/functional/operators/operator_decrement_and_increment_fp_extra.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
77
//
88
//===----------------------------------------------------------------------===//
9-
// REQUIRES: aspect-fp64, gpu, level_zero
9+
// REQUIRES: gpu, level_zero
1010
// XREQUIRES: gpu
1111
// TODO gpu and level_zero in REQUIRES due to only this platforms supported yet.
1212
// The current "REQUIRES" should be replaced with "gpu" only as mentioned in

SYCL/ESIMD/api/replicate_smoke.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: aspect-fp64, gpu
8+
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/api/saturation_smoke.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: aspect-fp64, gpu
8+
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
1010
// TODO: esimd_emulator fails due to unimplemented 'half' type
1111
// XFAIL: esimd_emulator

SYCL/ESIMD/api/simd_copy_to_from.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: aspect-fp64, gpu
8+
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/api/simd_view_select_2d_fp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: aspect-fp64, gpu
8+
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
1010
// TODO: esimd_emulator fails due to unimplemented 'single_task()' method
1111
// XFAIL: esimd_emulator

SYCL/ESIMD/api/slm_gather_scatter_rgba.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: aspect-fp64, gpu
1+
// REQUIRES: gpu
22
// UNSUPPORTED: cuda || hip
33
// RUN: %clangxx -fsycl %s -o %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/ESIMD/api/unary_ops_heavy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: aspect-fp64, gpu
8+
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
1010
// TODO: esimd_emulator fails due to unimplemented 'half' type
1111
// XFAIL: esimd_emulator

SYCL/ESIMD/ext_math.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: aspect-fp64, gpu
8+
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
1010
// TODO: esimd_emulator fails due to unimplemented 'half' type
1111
// XFAIL: esimd_emulator

SYCL/ESIMD/regression/dgetrf.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// REQUIRES: aspect-fp64, gpu
9+
// REQUIRES: gpu
1010
// UNSUPPORTED: cuda || hip
1111
// RUN: %clangxx -fsycl %s -I%S/.. -o %t.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.out 3 2 1

SYCL/ESIMD/regression/dgetrf_8x8.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: aspect-fp64, gpu
8+
// REQUIRES: gpu
99
// UNSUPPORTED: cuda || hip
1010
// RUN: %clangxx -fsycl %s -I%S/.. -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out 1

SYCL/ESIMD/regression/dgetrf_ref.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// REQUIRES: aspect-fp64, gpu
9+
// REQUIRES: gpu
1010
// UNSUPPORTED: cuda || hip
1111
// RUN: %clangxx -fsycl -DUSE_REF %s -I%S/.. -o %t.ref.out
1212
// RUN: %GPU_RUN_PLACEHOLDER %t.ref.out 3 2 1

SYCL/ESIMD/spec_const/spec_const_double.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: aspect-fp64, gpu
8+
// REQUIRES: gpu
99
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
1010
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1111
// UNSUPPORTED: cuda || hip

SYCL/GroupAlgorithm/SYCL2020/sort.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: aspect-fp64
21
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -I . -o %t.out
32
// RUN: %CPU_RUN_PLACEHOLDER %t.out
43
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/InlineAsm/asm_float_add.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// UNSUPPORTED: cuda || hip_nvidia
2-
// REQUIRES: aspect-fp64, gpu,linux
2+
// REQUIRES: gpu,linux
33
// RUN: %clangxx -fsycl %s -o %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55

SYCL/InlineAsm/asm_float_imm_arg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// UNSUPPORTED: cuda || hip_nvidia
2-
// REQUIRES: aspect-fp64, gpu,linux
2+
// REQUIRES: gpu,linux
33
// RUN: %clangxx -fsycl %s -o %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55

SYCL/KernelParams/union_kernel_param.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: aspect-fp64
21
// This test checks kernel execution with union type as kernel parameters.
32

43
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out

SYCL/README.md

Lines changed: 0 additions & 2 deletions

SYCL/Regression/commandlist/gpu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: aspect-fp64, gpu, linux
1+
// REQUIRES: gpu, linux
22
// UNSUPPORTED: cuda || hip
33
// UNSUPPORTED: ze_debug-1,ze_debug4
44
//

SYCL/SpecConstants/2020/handler-api.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: aspect-fp64
21
// This test is intended to check basic operations with SYCL 2020 specialization
32
// constants using sycl::handler and sycl::kernel_handler APIs:
43
// - test that specialization constants can be accessed in kernel and they

SYCL/SpecConstants/2020/kernel-bundle-api.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: aspect-fp64
21
// This test is intended to check basic operations with SYCL 2020 specialization
32
// constants using sycl::kernel_bundle and sycl::kernel_handler APIs:
43
// - test that specialization constants can be accessed in kernel and they

SYCL/SubGroup/barrier.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: aspect-fp64
21
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
32
// RUN: %CPU_RUN_PLACEHOLDER %t.out
43
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/SubGroup/broadcast_fp64.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: aspect-fp64
21
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
32
// RUN: %CPU_RUN_PLACEHOLDER %t.out
43
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/SubGroup/generic-shuffle.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: aspect-fp64
21
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
32
// RUN: %CPU_RUN_PLACEHOLDER %t.out
43
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/SubGroup/info.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: aspect-fp64
21
// See https://github.com/intel/llvm/issues/2922 for more info
32
// UNSUPPORTED: cuda || hip
43

SYCL/SubGroup/load_store.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: aspect-fp64
21
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
32
// RUN: %CPU_RUN_PLACEHOLDER %t.out
43
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/SubGroup/shuffle_fp64.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: aspect-fp64
21
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
32
// RUN: %CPU_RUN_PLACEHOLDER %t.out
43
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/USM/copy.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: aspect-fp64
21
//==---- copy.cpp - USM copy test ------------------------------------------==//
32
//
43
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

SYCL/USM/fill.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REQUIRES: aspect-fp64
21
//==---- fill.cpp - USM fill test ------------------------------------------==//
32
//
43
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

SYCL/lit.cfg.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,6 @@
116116
if lit_config.params.get('gpu-intel-pvc', False):
117117
config.available_features.add('gpu-intel-pvc')
118118

119-
# SYCL 2020 device aspects: https://www.khronos.org/registry/SYCL/specs/sycl-2020/html/sycl-2020.html#sec:device-aspects
120-
# ASPECT
121-
if lit_config.params.get('aspect-fp64'):
122-
config.available_features.add('aspect-fp64')
123-
# SUPPORTS for non-aspect optional features
124-
if lit_config.params.get('supports-subdevice'):
125-
config.available_features.add('supports-subdevice')
126119
if lit_config.params.get('matrix', False):
127120
config.available_features.add('matrix')
128121

0 commit comments

Comments
 (0)