File tree Expand file tree Collapse file tree 11 files changed +3
-19
lines changed
test/on-device/group_algorithms_sycl2020 Expand file tree Collapse file tree 11 files changed +3
-19
lines changed Original file line number Diff line number Diff line change 10
10
#include < CL/__spirv/spirv_ops.hpp>
11
11
#include < CL/__spirv/spirv_types.hpp>
12
12
#include < CL/__spirv/spirv_vars.hpp>
13
- #include < CL/sycl/ONEAPI/atomic.hpp>
14
13
#include < CL/sycl/ONEAPI/functional.hpp>
15
14
#include < CL/sycl/detail/spirv.hpp>
16
15
#include < CL/sycl/detail/type_traits.hpp>
Original file line number Diff line number Diff line change 9
9
#pragma once
10
10
11
11
#include < CL/sycl/detail/type_traits.hpp>
12
+ #include < functional>
13
+ #include < limits>
14
+ #include < type_traits>
12
15
13
16
__SYCL_INLINE_NAMESPACE (cl) {
14
17
namespace sycl {
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -I . -o %t.out
2
- // TODO: re-enable HOST execution line when this test is moved to
3
- // llvm-test-suite XUN: %HOST_RUN_PLACEHOLDER %t.out
4
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
5
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -I . -o %t.out
2
- // TODO: re-enable HOST execution line when this test is moved to
3
- // llvm-test-suite XUN: %HOST_RUN_PLACEHOLDER %t.out
4
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
5
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -I . -o %t.out
2
- // TODO: re-enable HOST execution line when this test is moved to
3
- // llvm-test-suite XUN: %HOST_RUN_PLACEHOLDER %t.out
4
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
5
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
- // TODO: re-enable HOST execution line when this test is moved to
3
- // llvm-test-suite XUN: %HOST_RUN_PLACEHOLDER %t.out
4
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
5
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -I . -o %t.out
2
- // TODO: re-enable HOST execution line when this test is moved to
3
- // llvm-test-suite XUN: %HOST_RUN_PLACEHOLDER %t.out
4
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
5
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -I . -o %t.out
2
- // TODO: re-enable HOST execution line when this test is moved to
3
- // llvm-test-suite XUN: %HOST_RUN_PLACEHOLDER %t.out
4
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
5
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
- // TODO: re-enable HOST execution line when this test is moved to
3
- // llvm-test-suite XUN: %HOST_RUN_PLACEHOLDER %t.out
4
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
5
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -I . -o %t.out
2
- // TODO: re-enable HOST execution line when this test is moved to
3
- // llvm-test-suite XUN: %HOST_RUN_PLACEHOLDER %t.out
4
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
5
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 1
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
- // TODO: re-enable HOST execution line when this test is moved to
3
- // llvm-test-suite XUN: %HOST_RUN_PLACEHOLDER %t.out
4
2
// RUN: %CPU_RUN_PLACEHOLDER %t.out
5
3
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
You can’t perform that action at this time.
0 commit comments