User Portlet User Portlet

Discussions
Hi all, a quick question. I have a working Mathematica code that runs 8 kernels using ParallelDo. Now, to speed things up I have been trying, without success, to have each of these kernels compute the values of a function (it is the same function for...
Hi all, first time posting to this forum. I have a question regarding the use of GPUs with Mathematica. I need to control the grid dimensions and blockIdx (.x .y and .z). I know how to control the number of threads in CUDAFunctionLoad. However, I can...