This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +35
-0
lines changed Expand file tree Collapse file tree 7 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
5
6
+ // RUN: %clangxx -fsycl -fsycl-device-lib-jit-link %s -o %t.out
7
+ // RUN: %HOST_RUN_PLACEHOLDER %t.out
8
+ // RUN: %CPU_RUN_PLACEHOLDER %t.out
9
+ // RUN: %ACC_RUN_PLACEHOLDER %t.out
10
+
6
11
#include " math_utils.hpp"
7
12
#include < CL/sycl.hpp>
8
13
#include < cmath>
Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
5
6
+ // RUN: %clangxx -fsycl -fno-builtin -fsycl-device-lib-jit-link %s -o %t.out
7
+ // RUN: %HOST_RUN_PLACEHOLDER %t.out
8
+ // RUN: %CPU_RUN_PLACEHOLDER %t.out
9
+ // RUN: %ACC_RUN_PLACEHOLDER %t.out
10
+
6
11
#include " math_utils.hpp"
7
12
#include < CL/sycl.hpp>
8
13
#include < cmath>
Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
5
6
+ // RUN: %clangxx -fsycl -fsycl-device-lib-jit-link %s -o %t.out
7
+ // RUN: %HOST_RUN_PLACEHOLDER %t.out
8
+ // RUN: %CPU_RUN_PLACEHOLDER %t.out
9
+ // RUN: %ACC_RUN_PLACEHOLDER %t.out
10
+
6
11
#include " math_utils.hpp"
7
12
#include < CL/sycl.hpp>
8
13
#include < cstdint>
Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
5
6
+ // RUN: %clangxx -fsycl -fsycl-device-lib-jit-link %s -o %t.out
7
+ // RUN: %HOST_RUN_PLACEHOLDER %t.out
8
+ // RUN: %CPU_RUN_PLACEHOLDER %t.out
9
+ // RUN: %ACC_RUN_PLACEHOLDER %t.out
10
+
6
11
#include " math_utils.hpp"
7
12
#include < CL/sycl.hpp>
8
13
#include < cstdint>
Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
5
6
+ // RUN: %clangxx -fsycl -fsycl-device-lib-jit-link %s -o %t.out
7
+ // RUN: %HOST_RUN_PLACEHOLDER %t.out
8
+ // RUN: %CPU_RUN_PLACEHOLDER %t.out
9
+ // RUN: %ACC_RUN_PLACEHOLDER %t.out
10
+
6
11
#include < CL/sycl.hpp>
7
12
#include < array>
8
13
#include < cassert>
Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
5
6
+ // RUN: %clangxx -fsycl -fsycl-device-lib-jit-link %s -o %t.out
7
+ // RUN: %HOST_RUN_PLACEHOLDER %t.out
8
+ // RUN: %CPU_RUN_PLACEHOLDER %t.out
9
+ // RUN: %ACC_RUN_PLACEHOLDER %t.out
10
+
6
11
#include < CL/sycl.hpp>
7
12
#include < array>
8
13
#include < cassert>
Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
// RUN: %ACC_RUN_PLACEHOLDER %t.out
5
5
6
+ // RUN: %clangxx -fsycl -fno-builtin -fsycl-device-lib-jit-link %s -o %t.out
7
+ // RUN: %HOST_RUN_PLACEHOLDER %t.out
8
+ // RUN: %CPU_RUN_PLACEHOLDER %t.out
9
+ // RUN: %ACC_RUN_PLACEHOLDER %t.out
10
+
6
11
#include < CL/sycl.hpp>
7
12
#include < cassert>
8
13
#include < cstdint>
You can’t perform that action at this time.
0 commit comments