pyccel / pyccel-cuda

Cuda extension to pyccel
MIT License
1 stars 0 forks source link

Cuda Pyccel Internal library (Host memory) #34

Open bauom opened 8 months ago

bauom commented 8 months ago

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 https://github.com/pyccel/pyccel-cuda/issues/39

EmilyBourne commented 3 months ago

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