File tree 4 files changed +0
-6
lines changed
4 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 1
- // XFAIL: cuda
2
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t1.out
3
2
// RUN: %HOST_RUN_PLACEHOLDER %t1.out
4
3
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
Original file line number Diff line number Diff line change 3
3
// RUN: %CPU_RUN_PLACEHOLDER %t.out
4
4
5
5
// REQUIRES: cpu
6
- // XFAIL: cuda
7
- // TODO: ptxas fatal : Unresolved extern function
8
- // '_Z20__spirv_ocl_lgamma_rfPi'
9
6
10
7
#include < CL/sycl.hpp>
11
8
Original file line number Diff line number Diff line change 1
- // XFAIL: cuda
2
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t1.out
3
2
// RUN: %HOST_RUN_PLACEHOLDER %t1.out
4
3
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
Original file line number Diff line number Diff line change 1
- // XFAIL: cuda
2
1
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t1.out -DTEST_SHARED
3
2
// RUN: %HOST_RUN_PLACEHOLDER %t1.out
4
3
// RUN: %CPU_RUN_PLACEHOLDER %t1.out
You can’t perform that action at this time.
0 commit comments