Skip to content

Commit 45959f9

Browse files
1e-toetotmeni
andauthored
Rename dppl to dpctl (#201)
* Rename dppl to dpctl * Formatting fixes Co-authored-by: etotmeni <[email protected]>
1 parent 3d2dbd6 commit 45959f9

File tree

69 files changed

+2164
-2162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+2164
-2162
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var/
4141
*.egg-info/
4242
.installed.cfg
4343
*.egg
44-
dppl_conda_pkg
44+
dpctl_conda_pkg
4545

4646
# PyInstaller
4747
# Usually these files are written by a python script from a template
@@ -81,4 +81,4 @@ target/
8181
.python-version
8282

8383
# generated Cython files
84-
_dppl_bindings*
84+
_dpctl_bindings*

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include versioneer.py
22
recursive-include dpctl/include *.h *.hpp
33
include dpctl/*.pxd
4-
include dpctl/*DPPL*Interface.*
4+
include dpctl/*DPCTL*Interface.*
55
include dpctl/tests/input_files/*
66
global-exclude *.cpp

backends/include/dppl_sycl_enum_types.h

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)