How overloaded functions are implemented on gpu? I.e. how can I set number of threads and thread blocks when I call. GpuArray?
Show older comments
I learned about using *.cu files and compile them to get *.ptx files, but I'm concernead about built-in gpu supported functions. If I used gpuArray to transfer a variable to Gpu, will any further operations. (s.a multiplication) performed on that variable be done on Gpu? In that case how can I know/set number of thread blocks and threads in each kernel?
Accepted Answer
More Answers (0)
Categories
Find more on GPU Computing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!