You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are reimplementing MemoryInfo structure and some other methods in dpex that are code duplicates. Current issue is that we need to allocate memory on host devices that prevents us from using NRT public api (does it?). We need to determine missing features in numba and upstream them so we can run public API.
The text was updated successfully, but these errors were encountered:
Currently we are reimplementing
MemoryInfo
structure and some other methods in dpex that are code duplicates. Current issue is that we need to allocate memory on host devices that prevents us from using NRT public api (does it?). We need to determine missing features in numba and upstream them so we can run public API.The text was updated successfully, but these errors were encountered: