Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

7 changes: 0 additions & 7 deletions clang/test/dpct/python_migration/case_005/expected_ipex.py

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions clang/test/dpct/python_migration/case_005/input.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,6 @@
In: CUDAExtension
Out: DPCPPExtension

- Rule: rule_include_dirs
Kind: PythonRule
Priority: Fallback
MatchMode: Partial
PythonSyntax: include_dirs
In: DPCPPExtension(${args})
Out: DPCPPExtension(${args}, include_dirs=cpp_extension.include_paths(),)

- Rule: rule_cpp_extension_load_no_extra_cflags
Kind: PythonRule
Priority: Fallback
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@
In: CUDAExtension
Out: CppExtension

- Rule: rule_include_dirs
Kind: PythonRule
Priority: Fallback
MatchMode: Partial
PythonSyntax: include_dirs
In: CppExtension(${args})
Out: CppExtension(${args}, include_dirs=cpp_extension.include_paths('xpu'),)

- Rule: rule_cpp_extension_load_no_extra_cflags
Kind: PythonRule
Priority: Fallback
Expand Down