pietrobongini / CUDA-ImageConvolutionLinks
Implementations of 2D Image Convolution algorithm with CUDA (using global memory, shared memory and constant memory)
☆17Updated 7 years ago
Alternatives and similar repositories for CUDA-ImageConvolution
Users that are interested in CUDA-ImageConvolution are comparing it to the libraries listed below
Sorting:
- Learn OpenCL step by step.☆135Updated 2 years ago
- ☆44Updated 7 years ago
- CUDA for MNIST training/inference☆40Updated last year
- Learning and practice of high performance computing (CUDA, Vulkan, OpenCL, OpenMP, TBB, SSE/AVX, NEON, MPI, coroutines, etc. )☆60Updated 2 months ago
- ☆26Updated 8 years ago
- implementation of winograd minimal convolution algorithm on Intel Architecture☆39Updated 7 years ago
- ICML2017 MEC: Memory-efficient Convolution for Deep Neural Network C++实现(非官方)☆17Updated 6 years ago
- Collection of CUDA benchmarks, with a focus on unified vs. explicit memory management.☆20Updated 5 years ago
- CSR-based SpGEMM on nVidia and AMD GPUs☆46Updated 9 years ago
- This is a tuned sparse matrix dense vector multiplication(SpMV) library☆21Updated 9 years ago
- THIS REPOSITORY HAS MOVED TO github.com/nvidia/cub, WHICH IS AUTOMATICALLY MIRRORED HERE.☆84Updated last year
- Efficient SpGEMM on GPU using CUDA and CSR☆54Updated last year
- Windows Visual Studio Solutions for class "Introduction to Parallel Programming"☆19Updated 6 years ago
- Example of how to use CUDA with CMake >= 3.8☆70Updated 2 years ago
- MAFIA: Multiple Application Framework for GPU architectures