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

Upstream required changes to numba runtime #1175

Open
ZzEeKkAa opened this issue Oct 17, 2023 · 1 comment
Open

Upstream required changes to numba runtime #1175

ZzEeKkAa opened this issue Oct 17, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ZzEeKkAa
Copy link
Contributor

ZzEeKkAa commented Oct 17, 2023

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.

@ZzEeKkAa ZzEeKkAa self-assigned this Oct 17, 2023
@diptorupd diptorupd added the enhancement New feature or request label Dec 20, 2023
@diptorupd
Copy link
Contributor

I think it is a good idea and will be a good contribution to numba. We need to evaluate where and when we can fit it in our schedule.

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