Skip to content

Merging 0.14.6dev3 #1347

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 6 commits into from
Aug 15, 2023
Merged

Merging 0.14.6dev3 #1347

merged 6 commits into from
Aug 15, 2023

Conversation

oleksandr-pavlyk
Copy link
Contributor

@oleksandr-pavlyk oleksandr-pavlyk commented Aug 15, 2023

Fix of numba-dpex build break.

…cations

Since USM-host allocation, unlike USM-device and USM-shared allocations,
is not associated with any particular device, only with the host, it is
unreasonable to expect that sycl::get_pointer_device(ptr, ctx) will return
the same device that is stored in the sycl_queue associated with the
dpctl.tensor.usm_ndarray.

The tests are adjusted to bypass that check for USM-host allocations.
Define CYTHON_EXTERN_C as empty for C compilers.
Fixed tests from_dlpack and _from_dlpack_strided for USM-host allocations
@oleksandr-pavlyk oleksandr-pavlyk merged commit a53a7c1 into gold/2021 Aug 15, 2023
@github-actions
Copy link

Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞

@github-actions
Copy link

@oleksandr-pavlyk oleksandr-pavlyk changed the title Merging 0.14.6dev2.post0 Merging 0.14.6dev3 Aug 15, 2023
@github-actions
Copy link

Array API standard conformance tests for dpctl=0.14.6dev3=py310h7bf5fec_32 ran successfully.
Passed: 913
Failed: 87
Skipped: 119

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

Successfully merging this pull request may close these issues.

1 participant