Skip to content
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

pypy3 support for daal4py/sklearnex #1580

Open
lukezli opened this issue Nov 18, 2023 · 2 comments
Open

pypy3 support for daal4py/sklearnex #1580

lukezli opened this issue Nov 18, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@lukezli
Copy link

lukezli commented Nov 18, 2023

Describe the bug
Hi all, thank you very much for such a great project! I am using pypy3 to speed up some python ML processes, but I'd like to use daal4py to speed up inference and it doesn't seem supported. Is there any way to patch it or to build from scratch to be compatible with pypy? Installing via python3 -m pip works fine.

To Reproduce
pypy3 -m pip install daal4py

import daal4py

Expected behavior
Should ideally work

Output/Screenshots
image

Environment:
Ubuntu 22.04, daal==2024.0.0

@lukezli lukezli added the bug Something isn't working label Nov 18, 2023
@Alexsandruss
Copy link
Contributor

Support of pypy interpreter is not implemented currently.

@Alexsandruss Alexsandruss added enhancement New feature or request and removed bug Something isn't working labels Nov 19, 2023
@Alexsandruss Alexsandruss changed the title daal4py pypy3 support? pypy3 support for daal4py/sklearnex Nov 19, 2023
@lukezli
Copy link
Author

lukezli commented Nov 19, 2023

Thanks for your response! Do you have any suggestions on how I can interface with daal4py via pypy3? Whether it be via writing some code to interface with the c library directly or something else? I tried creating a rpc interface from pypy to regular cpython but the overhead transmitting the data was too slow unfortunately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants