Open
Description
Hi Kearney,
I wonder if this code work with GPU Array, let's say
SparseGraphGPU=gpuArray(SparseGraph);
MatrixGraphGPU=gpuArray(MatrixGraph);
possible_path = arrayfun( @pathbetweennodes, SparseGraphGPU,1,length(MatrixGraphGPU));
And under your pathbetweennodes, can I use parfor instead of for ?
Metadata
Metadata
Assignees
Labels
No labels