Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

dparray integration #83

Open
wants to merge 25 commits into
base: pydppl
Choose a base branch
from
Open

dparray integration #83

wants to merge 25 commits into from

Conversation

DrTodd13
Copy link

@DrTodd13 DrTodd13 commented Nov 4, 2020

No description provided.

todd.a.anderson and others added 25 commits August 18, 2020 16:31
…ers and lowerers for those functions and types are working with Numba. from_ndarray and as_ndarray are also working.
… need for applications to call the hacked registration function any more.
…fill this in with correct values. How to synch the dict between dparray and dpnp. I guess that problem goes away when they merge. Adding a test for dparray.empty() in Numba. Asserting that each dparray has an __array_interace__ attribute.
…ow work. Numba can layer objects in its MemInfo dtor_info field. If present, that is a Python object that is the parent of the given MemInfo. From that, you can see if that is a ndarray and if so look at its MemInfo stored in base and see if that has an external allocator and if so it is also USM.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant