搜索资源列表
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
cudaexam
- Cuda与MFC联合编程的实例,使用全局函数来调用cuda代码-A example of cuda and MFC
fluidsD3D9
- An example of fluid simulation using CUDA and CUFFT, with Direct3D 9 rendering.
Programming-AI-by-Example-Source-Code
- The objective of the book you hold in your hands is to provide a solid and practical foundation to game AI, giving you the confidence to approach new challenges with excitement and optimism. AI is an enormous topic, so don’t expect to come away
pycuda-wiki-examples
- python pycuda wiki-examples. Sample source code from the Tutorial Introduction in the documentation-python cuda example
cuda_by_example
- cuda by example 是一些CUDA程序的例子,很有用,适合正在学习CUDA的朋友。-cuda by example are some examples of CUDA programs, useful for studying CUDA friends.
MFC_PLUS_CUDA
- cuda + MFC 的程序实例, 可供初学者参考~-cuda+ MFC program example for beginners reference ~
hellocuda
- 该程序是简单的使用CUDA来编写程序的一个小范例。-The program is simple to use CUDA to write a small example program.
CUDA-by-Example
- 现在cuda很火,这本书有很多实例,值得一看-Now cuda is fire, there are many examples of this book, worth a visit
cuda
- 一个cuda 示例程序,包含简单的cuda用法和example-A sample program cuda, cuda usage and contains a simple example
helloCuda
- CUDA入门小实例,以及CUDA的初始化-helloCUDA, easy example
simpleCubemapTexture
- Simple Cubemap Texture Simple example that demonstrates how to use a new CUDA 4.1 feature to support cubemap Textures in CUDA C.
example
- 使用C++和CUDA编写的双边滤波器。在平滑图像的同时可以保持边界-Using bilateral filter the C++ and CUDA written. Boundary can be kept in the smooth image while
CUDA-by-example
- GPU初学者的入门书籍,英文原版的。讲述了GPU CUDA编程的基本方法等-English version of book for GPU new comer
AcceleratingQueriesUsingGPU_source
- Programming GPU in C#.NET example with CUDA
MatrixMul
- an example of matrix multipication on cuda GPU
CUDA by Example
- Parallel Programming: CUDA by Example
julia_gpu
- cuda julia仿真,cuda example 配套代码(cuda julia cuda example code)
32679--GPU高性能编程CUDA实战—示例代码
- 本资料是GPU高性能编程CUDA实战—示例代码,非常完整,非常适合学习与模仿,都相应的完成书中的算法和详细的并行代码编写过程。(This data is GPU high performance programming CUDA real - example code, very complete, very suitable for learning and imitation, the corresponding completion of the book algorithm and de
