What is the most efficient for speed algorithm to solve the following problem?
Given 6 arrays, D1,D2,D3,D4,D5 and D6 each containing 6 numbers like:
D1[0
With only 36 values to compare, the most efficient approach would be to not use CUDA at all.
Just use a CPU loop.
If you change your inputs, I'll change my answer.