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
12// 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
23// 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
34// 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
12// RUN: echo "test"
23// SYCL: #include <sycl/sycl.hpp>
34// SYCL-NEXT: #include <dpct/dpct.hpp>
Original file line number Diff line number Diff line change 1+ // UNSUPPORTED: system-windows
12// RUN: mkdir -p %T/common
23// RUN: cd %T
34// RUN: cat %S/compile_commands.json > %T/compile_commands.json
Original file line number Diff line number Diff line change 1+ // UNSUPPORTED: system-windows
12// RUN: dpct --enable-codepin --out-root %T/debug_test/inc_loc_and_name_conflict %s --cuda-include-path="%cuda-path/include"
23// RUN: FileCheck %s --match-full-lines --input-file %T/debug_test/inc_loc_and_name_conflict_codepin_sycl/test.dp.cpp
34// 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
12// 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
23// RUN: FileCheck %S/codepin_autogen_util.hpp.ref --match-full-lines --input-file %T/debug_test/name_conflict_codepin_cuda/codepin_autogen_util.hpp
34// 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
12// 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
23// 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
34// 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
12// 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
23// 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
34// 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