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

Cuda Pyccel Internal library (Host memory) #34

Open
Tracked by #25 ...
bauom opened this issue Jan 22, 2024 · 1 comment
Open
Tracked by #25 ...

Cuda Pyccel Internal library (Host memory) #34

bauom opened this issue Jan 22, 2024 · 1 comment
Labels
blocked invalid This doesn't seem right

Comments

@bauom
Copy link
Collaborator

bauom commented Jan 22, 2024

This issue aim to add a cuda Internal library that can be imported as from pyccel.internals import cuda that give access to an array method that can allocate an array in the host memory.

We would need to add a memory_location attribute to the Variable that we can specify what is the location of the variable allocation starting by only host in this issue.
This is a continuation of the works done in #39

@EmilyBourne
Copy link
Member

We would need to add a memory_location attribute to the Variable that we can specify what is the location of the variable allocation starting by only host in this issue.

This description is not accurate. A dedicated type should be created to handle this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants