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

Update dpnp 0.8 #524

Merged
merged 22 commits into from
Sep 17, 2021
Merged

Update dpnp 0.8 #524

merged 22 commits into from
Sep 17, 2021

Conversation

@PokhodenkoSA
Copy link
Contributor Author

Test fails:

numba_dppy/tests/integration/test_dpnp_interop.py::test_consuming_array_from_dpnp[level_zero:gpu:0-int32] FAILED                                                        [  8%]
numba_dppy/tests/integration/test_dpnp_interop.py::test_consuming_array_from_dpnp[level_zero:gpu:0-int64] FAILED                                                        [  8%]
numba_dppy/tests/integration/test_dpnp_interop.py::test_consuming_array_from_dpnp[level_zero:gpu:0-float32] FAILED                                                      [  8%]
numba_dppy/tests/integration/test_dpnp_interop.py::test_consuming_array_from_dpnp[level_zero:gpu:0-float64] FAILED                                                      [  8%]
numba_dppy/tests/integration/test_dpnp_interop.py::test_consuming_array_from_dpnp[opencl:cpu:0-int32] FAILED                                                            [  8%]
numba_dppy/tests/integration/test_dpnp_interop.py::test_consuming_array_from_dpnp[opencl:cpu:0-int64] FAILED                                                            [  8%]
numba_dppy/tests/integration/test_dpnp_interop.py::test_consuming_array_from_dpnp[opencl:cpu:0-float32] FAILED                                                          [  8%]
numba_dppy/tests/integration/test_dpnp_interop.py::test_consuming_array_from_dpnp[opencl:cpu:0-float64] FAILED   
...
numba_dppy/tests/njit_tests/dpnp/test_numpy_array_creation.py::test_unary_ops[opencl:gpu:0-copy-float64] PASSED                                                         [ 39%]
numba_dppy/tests/njit_tests/dpnp/test_numpy_array_creation.py::test_unary_ops[opencl:gpu:0-trace-int32] Segmentation fault (core dumped)

@PokhodenkoSA
Copy link
Contributor Author

Fails:

numba_dppy/tests/njit_tests/dpnp/test_numpy_array_ops.py::test_unary_ops[opencl:gpu:0-max-int32-10] Segmentation fault (core dumped)

@PokhodenkoSA
Copy link
Contributor Author

PokhodenkoSA commented Sep 3, 2021

Fails:

numba_dppy/tests/njit_tests/dpnp/test_numpy_array_ops.py::test_unary_ops[opencl:gpu:0-min-int32-10] Segmentation fault (core dumped)
numba_dppy/tests/njit_tests/dpnp/test_numpy_array_ops.py::test_take[opencl:gpu:0-int32-indices0] Aborted (core dumped)

@PokhodenkoSA
Copy link
Contributor Author

PokhodenkoSA commented Sep 5, 2021

@shssf @Alexander-Makaryev
I can not merge it because internal CI fails. It fails because we have dpnp 0.7.1=_35 on internal CI.
Also I can not set dependencies dpnp>=0.8* because there are no any tags after 0.7.1.
Please, set tag on your repo.

@Alexander-Makaryev
Copy link

@PokhodenkoSA
Ok, I created a tag as you asked.

@Alexander-Makaryev
Copy link

@PokhodenkoSA I think that we have misunderstanding about issues that you met.
Please, look at my comment in corresponding topic IntelPython/dpnp#723 (comment)

@PokhodenkoSA
Copy link
Contributor Author

we have misunderstanding about issues that you met

I agree. I met default behavior of dpnp. I should use DPNP_OUTPUT_DPCTL=1 and unskip tests.

@PokhodenkoSA
Copy link
Contributor Author

@shssf @Alexander-Makaryev
Please, upload dpnp 0.8 on internal channels.

@Alexander-Makaryev
Copy link

@PokhodenkoSA

@shssf @Alexander-Makaryev
Please, upload dpnp 0.8 on internal channels.

As I already said, we will upload new versions after finishing work with previous one. For now it is possible to use ready package from CI or build it from sources.

@PokhodenkoSA PokhodenkoSA merged commit e556af4 into main Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dpnp Integration with dpnp
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants