-
Notifications
You must be signed in to change notification settings - Fork 32
Rename dppl to dppy #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, update with main branch. It will fix CI.
I'll tested it with IntelPython/dpctl#201 Ran 140 tests in 28.973s dpctl 0.3.8+100.gba65df7 pypi_0 pypi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from minor changes. LGTM!
numba_dppy/__init__.py
Outdated
@@ -509,11 +509,11 @@ def main(): | |||
if dppy_present: | |||
from .device_init import * | |||
else: | |||
raise ImportError("Importing dppl failed") | |||
raise ImportError("Importing dppy failed") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
numba-dppy
instead of dppy
. Our extension package is called numba-dppy
.
@PokhodenkoSA I have merged master and made couple of changes to let numba-dppy build with dpctl/master. For CI, do we need to tag a new RC candidate for dpctl and merge it to gold/2021? |
conda-recipe/meta.yaml
Outdated
@@ -23,6 +23,7 @@ requirements: | |||
run: | |||
- python | |||
- numba >=0.51 | |||
- cffi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- cffi |
setup.py
Outdated
@@ -38,6 +38,7 @@ def get_ext_modules(): | |||
build_requires = ["cython"] | |||
install_requires = [ | |||
"numba", | |||
"cffi", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"cffi", |
# from numba_dppy.tests.dppy import * | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clean commented code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that branch is not up tp date with main branch.
Co-authored-by: etotmeni <elena.totmenina@intel.com> Co-authored-by: Diptorup Deb <diptorup.deb@intel.com>
Closes the issue #8
Files in which it was not possible to rename, due to connection with dpCtl:
Locally tested:
Ran 140 tests in 28.366s
OK (skipped=26, expected failures=1)