搜索资源列表
simpleGL
- cuda的一个简单应用实例。他与opengl的一个简单的结合。-a simple example for cuda
scan
- 本实例展示了并行前缀求和(也称作“scan”)的一种高效的 CUDA 实施途径。针对一个给定的数列,scan 可以计算出一个新的数列,其中每一个元素均为在输入列中该元素前面的所有元素的总和。 -This example shows the parallel prefix sum (also known as " scan" ) of an efficient CUDA implementation of the approach. For a given series, scan
RayTrace
- 光线跟踪算法的一个实例,演示光源照亮小球不同角度-Ray-tracing algorithm an example to demonstrate the light source to illuminate the ball a different angle
cudaexam
- Cuda与MFC联合编程的实例,使用全局函数来调用cuda代码-A example of cuda and MFC
julia
- 一个基础的CUDA例子,绘画出julia集合。-One based on CUDA example, draw julia set.
CUDA-example
- 包括矩阵相乘,转置,快速傅里叶变换,多GPU编程等23个实例-Including matrix multiplication, transposition, fast Fourier transform, multi-GPU programming in 23 instances
transpose
- cuda平台开发的矩阵变换并行操作(Matrix transpose),属于cuda sdk中的内容-Small Matrix transpose with Cuda (Example for a 16x16 matrix)
cuda
- 采用cuda求解大规模线性方程组,简单迭代法实现,是学习cuda编程的很好例子-Cuda used linear equations to solve large-scale, simple iterative method to achieve is a good example of learning cuda programming
cudabyexample
- CUDAby 恶心example 适用于新手的CUDA入门书籍,很全-CUDAby nausea CUDA example entry for the novice book, it is all
CUDA-by-Example.-An-Introduction-to-General-Purpo
- CUDA by Example, written by two senior members of the CUDA software platform team, shows programmers how to employ this new technology, including a concise introduction to the CUDA platform and architecture, as well as a quick-start guide to CUDA C.
CUDA-by-Example
- 现在cuda很火,这本书有很多实例,值得一看-Now cuda is fire, there are many examples of this book, worth a visit
Source-Cod-CUDA-by-example
- 源码-CUDA by example 非常好的CUDA入门书籍-Source Code-CUDA by example
cuda
- 一个cuda 示例程序,包含简单的cuda用法和example-A sample program cuda, cuda usage and contains a simple example
cuda-example
- cuda examples 对于学习GPU应用的人有用,例子讲的很详细具体-cuda examples very simple but illustrate in a very a clear way,hope you enjoy it
CUDA by Example
- 学习cuda教程,里面都是实例,通过例子来学习cuda,结合并行计算理论和优化(CUDA by Example,learning cuda)
CUDA by Example
- Parallel Programming: CUDA by Example
CUDA范例精解通用GPU编程
- CUDA范例精解通用GPU编程 (JASON SANDERS; EDWARD KANDROT著)(CUDA BY EXAMPLE An Introduction to Genral-Purpose GPU Programming)
GPU高性能编程CUDA实战
- GPU高性能编程CUDA实战(Jason Sanders;Edward Kandrot著)聂雪军等译(CUDA By Example an Introduction to General-Purpose GPU Programming)
julia_gpu
- cuda julia仿真,cuda example 配套代码(cuda julia cuda example code)
CUDA by Example (2010)
- 经典的cuda编程书籍,是并行计算开发的必读之作(classic cuda book for learning paralell programming)