项目作者: 3ZadeSSG
项目描述 :
Parallel programs using CUDA C++ for Nvidia GPUs supporting cuda.
高级语言: Cuda
项目地址: git://github.com/3ZadeSSG/GPU-Programming-CUDA-C.git
GPU-Programming-CUDA-C
Parallel programs using CUDA C++ for Nvidia GPUs supporting cuda.
This repo contains following programs that are written using CUDA C++ to run on GPU in parallel
- Finding row and column sum of a matrix, finding column minimum and row maximum of matrix
- Single point crossover
- Evaluation of a given mathematical function
- Calculation of cosine distance, Manhattan distance and Euclidian Distance between two n-dimensional points considered as vectors
- Bubble Sort
- Merge Sort
- Finding the transpose, sum, difference, scalar and vector multiplications of matrix of parallel and randomly initialized with the number between -1.00 to +1.00