pietrobongini / CUDA-ImageConvolutionLinks
Implementations of 2D Image Convolution algorithm with CUDA (using global memory, shared memory and constant memory)
☆17Updated 8 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.☆138Updated 3 years ago
- ☆43Updated 8 years ago
- ICML2017 MEC: Memory-efficient Convolution for Deep Neural Network C++实现(非官方)☆17Updated 6 years ago
- matrix multiplication in CUDA☆125Updated 2 years ago
- Algorithms implemented in CUDA + resources about GPGPU☆62Updated 4 years ago
- This is a tuned sparse matrix dense vector multiplication(SpMV) library☆22Updated 9 years ago
- implementation of winograd minimal convolution algorithm on Intel Architecture☆39Updated 8 years ago
- Implementation of breadth first search on GPU with CUDA Driver API.☆54Updated 4 years ago
- Winograd-based convolution implementation in OpenCL☆28Updated 9 years ago
- ☆26Updated 9 years ago
- A framework for pipelined computing on GPU☆30Updated 6 years ago
- CSR-based SpGEMM on nVidia and AMD GPUs☆46Updated 9 years ago
- Repository holding the code base to AC-SpGEMM : "Adaptive Sparse Matrix-Matrix Multiplication on the GPU"☆31Updated 5 years ago
- Learning and practice of high performance computing (CUDA, Vulkan, OpenCL, OpenMP, TBB, SSE/AVX, NEON, MPI, coroutines, etc. )☆62Updated 10 months ago
- Scalable GPU Kernel Fission/Fusion Transformation for Memory-Bound Kernels☆14Updated 10 years ago
- ☆70Updated 11 years ago
- Collection of CUDA benchmarks, with a focus on unified vs. explicit memory management.☆20Updated 6 years ago
- Experiments evaluating preemption on the NVIDIA Pascal architecture