mikeroberts3000 / GpuComputingLinks
This repository contains easy-to-read Python/CUDA implementations of fundamental GPU computing primitives.
☆36Updated 9 years ago
Alternatives and similar repositories for GpuComputing
Users that are interested in GpuComputing are comparing it to the libraries listed below
Sorting:
- A fork of Eigen 3.2 to use MAGMA (GPU & CPU) as backend in the same way it does with Intel MKL.☆48Updated 11 years ago
- Source code from NVIDIA CUDACasts☆49Updated 11 years ago
- A simple tool for porting CUDA to OpenCL (DEPRECATED)☆31Updated 6 years ago
- Convolution op for Theano based on CuFFT using scikits.cuda☆52Updated 10 years ago
- FastHOG library that has been fixed to work with CUDA 5.x on Ubuntu 12.04☆20Updated 11 years ago
- Docker images that support different OpenCl Runtime☆33Updated 8 years ago
- A small example of using boost.python, boost.numpy and the C++ Eigen matrix library together. New home at☆26Updated 6 years ago
- Fast computation of Gauss transforms in multiple dimensions; enables efficient Kernel Density Estimation (KDE) with Gaussian kernels.☆63Updated 6 years ago
- This is a cross-platform, CUDA-based C++ library for general-purpose, unconstrained nonlinear optimization on the GPU. It implements the …☆137Updated 5 years ago
- Basic start of TensorFlow with TensorBoard☆11Updated 9 years ago
- Real-Time Minimization of the Piecewise Smooth Mumford-Shah Functional☆59Updated 4 years ago
- Matrix library for CUDA in C++ and Python☆195Updated 8 years ago
- Convolutional neural networks C++ framework with CPU and GPU (CUDA) backends☆178Updated 6 years ago
- Materials for my SciPy2013 tutorial on NumPy and IPython☆33Updated 11 years ago
- Pythonic Deep Learning Framework Inspired by Torch's Neural Network package