cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

andrewchao
Journeyman III

Some difficulties on implementing non-matrix algorithm with parallel computing

Recently i was working on some statistical issues from my mentor and wanna try a algorithm, which yields the times of the appearance of each value in a sample set, on GPU.

However, it seems hard to realize the implementation 'cause where brook+ does well is mat-to-mat calculation. When it's not that case, in my situation especially, concerning with random access to different elements in an array(used to store the times for which different values appear in the set), i don't know what to do with it. But i believe this is still in the field of paralleling processing.

Calling for help

0 Likes
0 Replies