Parallelizing the distance values using CUDA C

Hii , I have 147 coordinates locations (x, y, z values) and I have to calculate the distance of each point with every other point. I have written C code for it but I want to implement it using CUDA C so that distance calculation can be parallelized. How can I start doing this?

Thanks in advance

Hello, and welcome to the CUDA-GDB forum

This forum is dedicated to discussions related to the CUDA-GDB debugger. Questions related to CUDA programming can be asked in CUDA Programming and Performance - NVIDIA Developer Forums.

Since your question related to CUDA programming, you may want to review a CUDA programming text. NVIDIA authored an introductory book on the subject. It is available in PDF form at CUDA by Example.

Best of luck in your CUDA programming!