wykvictor / cs344-cuda-udacityLinks
Windows Visual Studio Solutions for class "Introduction to Parallel Programming"
☆19Updated 6 years ago
Alternatives and similar repositories for cs344-cuda-udacity
Users that are interested in cs344-cuda-udacity are comparing it to the libraries listed below
Sorting:
- parallel algorithm based on cuda☆60Updated 7 years ago
- CS344 - Introduction To Parallel Programming course (Udacity) proposed solutions☆54Updated 8 years ago
- The CMake version of cuda_by_example☆149Updated 5 years ago
- CNN accelerated by cuda. Test on mnist and finilly get 99.76%☆185Updated 7 years ago
- OpenCL for Nets - A Deep Learning Framework based on OpenCL, written by C++. Supports popular MLP, RNN(LSTM), CNN(ResNet). Friendly debug…☆68Updated 6 years ago
- Optimized half precision gemm assembly kernels (deprecated due to ROCm)☆47Updated 8 years ago
- ☆44Updated 7 years ago
- Source code that accompanies The CUDA Handbook.☆539Updated 7 months ago
- A way to use cuda to accelerate top k algorithm☆29Updated 8 years ago
- CNNs in Halide☆23Updated 9 years ago
- ICML2017 MEC: Memory-efficient Convolution for Deep Neural Network C++实现(非官方)☆17Updated 6 years ago
- Example of how to use CUDA with CMake >= 3.8☆70Updated 3 months ago
- My solutions to Udacity's Parallel Programming course (CS 344)☆75Updated 8 years ago
- Fast CUDA Kernels for ResNet Inference.☆179Updated 6 years ago
- Pretrained VGG16 neural net in C language☆50Updated 3 years ago
- Optimizing Mobile Deep Learning on ARM GPU with TVM☆181Updated 6 years ago
- A CNN implementation with pure C++ 11☆27Updated 8 years ago
- A light-weight deep learning framework implemented in C++.