How can I solve 3D matrix in GPU using Parallel computing toolbox?

3 views (last 30 days)
Hi, I have a something like 100 matrices where each one has a dimension of 800 by 800 complex values. I am going to do some calculation for each matrix. Let's say, I have a function that gets an 800by800 input matrix (INMAT) and provides an output matrix of 608by684 matrix (OUTMAT). I have no problem so far but I want to use the advantages of my powerful GPU and parallel computing toolbox and run all 100 INMAT matrices and get all 100 OUTMAT at once. It would be great if you help me out and give me some hints on how can I solve this problem.
Best wishes,
Sabooni
  1 Comment
Joss Knight
Joss Knight on 17 Jul 2018
Most people can do everything they want using the functions supported by pagefun. Investigate that and see if yours is such a function.

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!