Relative Content

Tag Archive for c++cudathrust

Compute the minimum value in a vector using CUDA C++

I am working on a clustering application and I need to compute the cluster label for each point based on the number of neighbouring points. I am new to GPU porgramming in CUDA and I am running my application on NVIDIA’s Grace Hopper processor.
My code snippet is as follows.