apoch / epoch-language

Home of the Epoch Programming Language Project
Other
72 stars 3 forks source link

Array lengths cannot be retrieved in all CUDA functions #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If a CUDA code block invokes an external function, that function's GPU 
compiled version has no access to the __foo_array_sizes metadata (which is 
only passed to the main kernel and not propagated to child calls).

Find a way to pass this data efficiently to function calls, perhaps with 
"global" device-side variables, or by simply passing pointers to the 
appropriate metadata to child function calls.

Original issue reported on code.google.com by don.ap...@gmail.com on 4 Mar 2010 at 2:10

GoogleCodeExporter commented 9 years ago
All CUDA-related logic is in the process of being reimplemented, so this issue 
is no longer relevant.

Original comment by don.ap...@gmail.com on 29 Dec 2010 at 7:17