搜索资源列表
2D CUDA-based bilinear interpolation
- This MEX performs 2d bilinear interpolation using an NVIDIA graphics chipset. To compile and run this software, one needs the NVIDIA CUDA Toolkit (http://www.nvidia.com/object/cuda_get.html) and, of course, an NVIDIA graphics card of reasonably moder
advection-solver
- A CUDA code for advection equation solver
cuda_matrix
- 自编的cuda矩阵例子,主要是矩阵运算,适合初学者-cuda matrix code for new learner
pso
- cuda加速粒子群算法的代码,非常不错哦-particle swarm algorithm to accelerate the cuda code
sph-gpu
- 一个SPH的程序,C++实现,带CUDA计算。-A SPH source code implemented with C++, using CUDA techonology.
src
- 有限体积法,适用于可压和不可压流,CUDA加速计算。-a finite volume code for fluctuating hydrodynamics implemented in CUDA. It has several schemes for compressible and incompressible fluids with particles in suspension.
cblas
- opencl编写的blas,和Cuda的cublas类似。-This repository houses the code for the OpenCL™ BLAS portion of clMath. The complete set of BLAS level 1, 2 & 3 routines is implemented.
caffe-windows
- caffe在windows下的版本,可直接在windows环境下结合cuda搭建并行的卷积神经网络框架-caffe windows source code
cuda-convnet-master
- 基于GPU的 ,深度学习,Python代码-Based on GPU, deep learning, Python Code
ccode
- its cuda written code for number of uses in basic binding of GGPU
cuda_monte_carlo
- 这是论文 On the Utility of Graphics Cards to Perform Massively Parallel Simulation of Advanced Monte Carlo Methods 的配套代码,对于了解GPU cuda并行编程有用.-This is the thesis " On the Utility of Graphics Cards to Perform Massively Parallel Simulation of Advanced Mo
CUDA-code
- 本代码是CUDA C/C++编程入门者学习的,其中包括对GPU设备参数的获取代码,原子操作,流等代码。初学者掌握并行计算不错的入门程序-The code is CUDA C/C++ beginners to learn programming, including the GPU to get the code of the device parameters, atomic operation, flow, etc. code. Parallel Computing for beginners
kNN-CUDA-master
- k nearest neighbour code implemented on cuda