File tree Expand file tree Collapse file tree 7 files changed +7
-0
lines changed
clang/test/dpct/debug_test
inc_loc_and_name_conflict
namesapce_alias_all_public_dump
struct_kernel_call_in_same_namespace Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change
1
+ // UNSUPPORTED: system-windows
1
2
// RUN: dpct --format-range=none --enable-codepin -out-root %T/debug_test/all_public_dump %s --cuda-include-path="%cuda-path/include" -- -std=c++17 -x cuda --cuda-host-only
2
3
// RUN: FileCheck %S/codepin_autogen_util.hpp.ref --match-full-lines --input-file %T/debug_test/all_public_dump_codepin_sycl/codepin_autogen_util.hpp
3
4
// RUN: FileCheck %S/codepin_autogen_util.hpp.cuda.ref --match-full-lines --input-file %T/debug_test/all_public_dump_codepin_cuda/codepin_autogen_util.hpp
Original file line number Diff line number Diff line change
1
+ // UNSUPPORTED: system-windows
1
2
// RUN: echo "test"
2
3
// SYCL: #include <sycl/sycl.hpp>
3
4
// SYCL-NEXT: #include <dpct/dpct.hpp>
Original file line number Diff line number Diff line change
1
+ // UNSUPPORTED: system-windows
1
2
// RUN: mkdir -p %T/common
2
3
// RUN: cd %T
3
4
// RUN: cat %S/compile_commands.json > %T/compile_commands.json
Original file line number Diff line number Diff line change
1
+ // UNSUPPORTED: system-windows
1
2
// RUN: dpct --enable-codepin --out-root %T/debug_test/inc_loc_and_name_conflict %s --cuda-include-path="%cuda-path/include"
2
3
// RUN: FileCheck %s --match-full-lines --input-file %T/debug_test/inc_loc_and_name_conflict_codepin_sycl/test.dp.cpp
3
4
// RUN: %if build_lit %{icpx -c -fsycl %T/debug_test/inc_loc_and_name_conflict_codepin_sycl/test.dp.cpp -o %T/debug_test/inc_loc_and_name_conflict_codepin_sycl/test.dp.o %}
Original file line number Diff line number Diff line change
1
+ // UNSUPPORTED: system-windows
1
2
// RUN: dpct --format-range=none --enable-codepin -out-root %T/debug_test/name_conflict %s %S/test2.cu --cuda-include-path="%cuda-path/include" -- -std=c++17 -x cuda --cuda-host-only
2
3
// RUN: FileCheck %S/codepin_autogen_util.hpp.ref --match-full-lines --input-file %T/debug_test/name_conflict_codepin_cuda/codepin_autogen_util.hpp
3
4
// RUN: %if build_lit %{icpx -c -fsycl %T/debug_test/name_conflict_codepin_sycl/test.dp.cpp -o %T/debug_test/name_conflict_codepin_sycl/test.dp.o %}
Original file line number Diff line number Diff line change
1
+ // UNSUPPORTED: system-windows
1
2
// RUN: dpct --format-range=none --enable-codepin -out-root %T/debug_test/namesapce_alias_all_public_dump %s --cuda-include-path="%cuda-path/include" -- -std=c++17 -x cuda --cuda-host-only
2
3
// RUN: FileCheck %S/codepin_autogen_util.hpp.ref --match-full-lines --input-file %T/debug_test/namesapce_alias_all_public_dump_codepin_sycl/codepin_autogen_util.hpp
3
4
// RUN: FileCheck %S/codepin_autogen_util.hpp.cuda.ref --match-full-lines --input-file %T/debug_test/namesapce_alias_all_public_dump_codepin_cuda/codepin_autogen_util.hpp
Original file line number Diff line number Diff line change
1
+ // UNSUPPORTED: system-windows
1
2
// RUN: dpct --format-range=none --enable-codepin -out-root %T/debug_test/struct_kernel_call_in_same_namespace %s --cuda-include-path="%cuda-path/include" -- -std=c++17 -x cuda --cuda-host-only
2
3
// RUN: FileCheck %S/codepin_autogen_util.hpp.ref --match-full-lines --input-file %T/debug_test/struct_kernel_call_in_same_namespace_codepin_sycl/codepin_autogen_util.hpp
3
4
// RUN: FileCheck %S/codepin_autogen_util.hpp.cuda.ref --match-full-lines --input-file %T/debug_test/struct_kernel_call_in_same_namespace_codepin_cuda/codepin_autogen_util.hpp
You can’t perform that action at this time.
0 commit comments