How to convert vector to GPU compatible array? #3752
Replies: 2 comments 7 replies
-
Hi Akash, You need to use |
Beta Was this translation helpful? Give feedback.
-
Hi Andrew, ` {
}` |
Beta Was this translation helpful? Give feedback.
-
Dear Team,
I have a problem that demands a vector to be passed inside the ParallelFor loop for GPU computations. Since I do not know the size of the vector at compile time, I cannot use Array1D/2D/3D or GpuArray. How can I solve this issue?
Beta Was this translation helpful? Give feedback.
All reactions