From: mashilamani s. <kan...@gm...> - 2020-07-06 18:16:44
|
Hi, I am new to opencl. I am trying to port huge amount of C code to run on GPU with minimum modification to original C code. In that direction, I am trying to call ordinary C functions from my kernel functions. I want to know if that is possible with opencl 1.2 which you have implemented. Assume that I am taking care that each kernel has its own address space, its own stack etc which dont clash with other kernels. I have NVIDIA GTX1060 6GB. Thanks much, mani PS> I have tried in openmp and failed. In openmp, it is impossible to call ordinary functions from a function which is executing on "target" device. |