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
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
The text was updated successfully, but these errors were encountered:
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
This issue aim to add a
cuda
Internal library that can be imported asfrom pyccel.internals import cuda
that give access to an array method that canallocate
an array in thehost
memory.We would need to add a
memory_location
attribute to theVariable
that we can specify what is the location of the variable allocation starting by onlyhost
in this issue.This is a continuation of the works done in #39
The text was updated successfully, but these errors were encountered: