C++ CUDA Sorting 1d integer and float vectors along with running time comparision
#Integer Vector
#Float Vector
#Compile on Linux:
CUDA/Thrust dependencies with g++-10:
sudo apt install g++-10
Compile using nvcc:
nvcc -ccbin g++-10 kernel.cu -o sort_cuda