Q1: Is it possible to get pointer to device memory from cuda.lvlib:Copy 1D Array to CUDA Memory (SGL).vi? I would like to pass this pointer to my DLL.
Q2: DLL should return pointer to device memory where results are stored. Is it possible to use cuda.lvlib:Copy CUDA Memory to 1D Array (SGL).vi to copy resaults back to host?
Thanks.