bcaine / nn_cppLinks
A minimalistic header only C++11 Neural Network library based on Eigen::Tensor
☆20Updated 7 years ago
Alternatives and similar repositories for nn_cpp
Users that are interested in nn_cpp are comparing it to the libraries listed below
Sorting:
- kmeans clustering with multi-GPU capabilities☆119Updated 2 years ago
- RDMA Optimization on MXNet☆14Updated 7 years ago
- flexible-gemm conv of deepcore☆17Updated 5 years ago
- ☆22Updated 5 years ago
- ICML2017 MEC: Memory-efficient Convolution for Deep Neural Network C++实现(非官方)☆17Updated 6 years ago
- Inference framework for MoE layers based on TensorRT with Python binding☆41Updated 4 years ago
- study of cutlass☆22Updated 9 months ago
- Concurrent CPU-GPU Programming using Task Models☆103Updated 5 years ago
- Some CUDA design patterns and a bit of template magic for CUDA☆156Updated 2 years ago
- how to design cpu gemm on x86 with avx256, that can beat openblas.☆71Updated 6 years ago
- CUDA by practice☆129Updated 5 years ago
- THIS REPOSITORY HAS MOVED TO github.com/nvidia/cub, WHICH IS AUTOMATICALLY MIRRORED HERE.☆84Updated last year
- parallel algorithm based on cuda☆60Updated 7 years ago
- Caffe 源码注释☆15Updated 7 years ago
- C++ demo of deep neural networks (MLP, CNN)☆34Updated last year
- Yet another Polyhedra Compiler for DeepLearning☆19Updated 2 years ago
- Learning and practice of high performance computing (CUDA, Vulkan, OpenCL, OpenMP, TBB, SSE/AVX, NEON, MPI, coroutines, etc. )