cuda-c
There are 11 repositories under cuda-c topic.
russellmatt66/imhd-CUDA
CUDA C implementation of the Lax-Wendroff scheme for solving the Ideal MHD equations in 3D
tedliosu/cuda_mergesort_ytl
My personal attempt at creating a relatively fast iterative mergesort that runs on CUDA and HIP GPUs
MatteoOrlandini/Embedded-Systems-Exam
Implementation of One Sided Jacobi SVD using CUDA on Jetson TK1 embedded GPU
GPUEngineering/GPUtils
A C++ header-only library for parallel linear algebra on GPUs (CUDA/cuBLAS under the hood)
mahmoud-joumaa/CSC447_Assignment3
Parallelizing matrix multiplication using Cuda C. Tiling is also implemented to compare results. This repository is submitted as the third assignment for the CSC447 (Parallel Programming for Multicore and Cluster Systems) course at the Lebanese American University.
mahmoud-joumaa/CSC447_FinalProject
This team project is presented as the final project for the CSC447 (Parallel Programming for Multicore and Cluster Systems) course at the Lebanese American University under the supervision of Dr. Hamdan Abdellatef.
AgemennoN/CPU-GPU_Benchmarking
CPU-GPU Benchmarking
Aynur19/CUDA-XP
Learning CUDA Programming
mDp0r/pacman4console
Reinforcement learning console based PacMan Game
eduardosantoshf/cuda-c
CLE Third Assignment - The objective of this project was to take the second general problem, which have been discussed in the lab classes and for which we have developed both a multithreaded and a multiprocess solution. The aim now was to convert it into a CUDA program to be ran in a GPU under Linux.
Ferdib-Al-Islam/gpu_parallelization
Co-occurrence matrices act as the input to many unsupervised learning algorithms, including those that learn word embedding, and modern spectral topic models. However, the computation of these inputs often takes longer time than the inference. While much thought has been given to implementing fast learning algorithms. The co-occurrence matrix computation tasks are well suited to GPU parallelization. GPUs or other specialized hardware, have never been used to explicitly compute word-to-word co-occurrence matrix.