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
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var/
*.egg-info/
.installed.cfg
*.egg
dppl_conda_pkg
dpctl_conda_pkg

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down Expand Up @@ -81,4 +81,4 @@ target/
.python-version

# generated Cython files
_dppl_bindings*
_dpctl_bindings*
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include versioneer.py
recursive-include dpctl/include *.h *.hpp
include dpctl/*.pxd
include dpctl/*DPPL*Interface.*
include dpctl/*DPCTL*Interface.*
include dpctl/tests/input_files/*
global-exclude *.cpp
91 changes: 0 additions & 91 deletions backends/include/dppl_sycl_enum_types.h

This file was deleted.

Loading