I can run a asyncronoustask under GPU Thread??
I like run one process that it is very very heavy. I was intent with normal asyncronoustask but not is viable because it a lot of time to response.
Thanks!!
I can run a asyncronoustask under GPU Thread??
I like run one process that it is very very heavy. I was intent with normal asyncronoustask but not is viable because it a lot of time to response.
Thanks!!
I can run a asyncronoustask under GPU Thread?
No. At most, via Renderscript Compute, you have a chance of processing being done on the GPU, but that is up to the device, not you. The GPU is only good for certain sorts of work, which is why you cannot use it via normal programming mechanisms.