I
I
ivandzemianchyk2014-11-20 18:07:56
GPGPU
ivandzemianchyk, 2014-11-20 18:07:56

Is it possible to create a function that will work in parallel on blocks, where inside it is parallelized on threads?

SM2 card version.
Question to people with experience, how can I solve this problem.
There is an image -> you need to divide it into grids -> into blocks into blocks -> into threads.
That is, you need to somehow run the __global__ or __host__ functions from under another function of the same kind.
Is there a solution to such a problem?
in compiler error

"calling a __global__ function from a __global__ function is only allowed on the compute_35 or above"

what to do on compute_20?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sarelot, 2015-01-12
@Sarelot

Buy a new card. The manual clearly states that recursion is not supported.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question