Skip to content

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

Merged
merged 7 commits into from
Dec 7, 2020
Merged

Rename dppl to dppy #42

merged 7 commits into from
Dec 7, 2020

Conversation

1e-to
Copy link
Contributor

@1e-to 1e-to commented Dec 3, 2020

Closes the issue #8

Files in which it was not possible to rename, due to connection with dpCtl:

  • numba_dppy/dppy_host_fn_call_gen.py
  • numba_dppy/experimental_numpy_lowering_overload.py
  • numba_dppy/initialize.py

Locally tested:
Ran 140 tests in 28.366s
OK (skipped=26, expected failures=1)

Copy link
Contributor

@PokhodenkoSA PokhodenkoSA left a 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.

@1e-to
Copy link
Contributor Author

1e-to commented Dec 4, 2020

I'll tested it with IntelPython/dpctl#201

Ran 140 tests in 28.973s
OK (skipped=26, expected failures=1)

dpctl 0.3.8+100.gba65df7 pypi_0 pypi

Copy link
Contributor

@diptorupd diptorupd left a 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!

@@ -509,11 +509,11 @@ def main():
if dppy_present:
from .device_init import *
else:
raise ImportError("Importing dppl failed")
raise ImportError("Importing dppy failed")
Copy link
Contributor

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.

@diptorupd
Copy link
Contributor

diptorupd commented Dec 5, 2020

@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?

@@ -23,6 +23,7 @@ requirements:
run:
- python
- numba >=0.51
- cffi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- cffi

setup.py Outdated
@@ -38,6 +38,7 @@ def get_ext_modules():
build_requires = ["cython"]
install_requires = [
"numba",
"cffi",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"cffi",

Comment on lines +8 to +9
# from numba_dppy.tests.dppy import *

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean commented code.

Copy link
Contributor

@PokhodenkoSA PokhodenkoSA left a 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.

@PokhodenkoSA PokhodenkoSA merged commit ff8fe55 into IntelPython:main Dec 7, 2020
DrTodd13 pushed a commit that referenced this pull request Dec 10, 2020
Co-authored-by: etotmeni <elena.totmenina@intel.com>
Co-authored-by: Diptorup Deb <diptorup.deb@intel.com>
@1e-to 1e-to deleted the rename branch November 3, 2021 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename dppl to dppy
3 participants