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

Factor common infrastructure between CUDA simulator and hardware target implementations #5052

Open
gmarkall opened this issue Jan 8, 2020 · 0 comments
Labels
CUDA CUDA related issue/PR Task

Comments

@gmarkall
Copy link
Member

gmarkall commented Jan 8, 2020

As the simulator evolves along with the CUDA target, there is an increase in logic / coda duplication between the two - e.g. as suggested in https://github.com/numba/numba/pull/4975/files#r364319727, and particularly around the operation of real and fake device arrays.

It would be good to factor this shared and duplicated logic into a common, or shared module, from which both the real target and the simulator are composed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CUDA CUDA related issue/PR Task
Projects
None yet
Development

No branches or pull requests

2 participants