搜索资源列表
VectorAdd
- 一个简单的基于CUDA的示例代码,使用SIMD的方法实现向量加法;运行在nVidia的G80系列显卡的GPGPU上;需要nVidia CUDA SDK,169以上版本的驱动。对于学习CUDA很有帮助。
dct8x8.rar
- cuda开发环境下的矩阵运算,cuda sdk中的内容,矩阵运算充分显示了并行编程的优势,对于学习cuda编程有着很好的借鉴作用,matrix operations in parallel with cuda platform
CUDA_VS2010
- GPU并行计算,cuda编程在VS2010平台上的配置。系统要求:windows 7,cuda 4.0(toolkit、SDK),VS2010.-GPU parallel computing, cuda programming in VS2010 platform configuration. System Requirements: windows 7, cuda 4.0 (toolkit, SDK), VS2010.
asyncAPI
- CUDA开发计算,异步计算接口。可以在主机与现存之间异步执行。来自NVIDIA SDK-CUDA development of computing, asynchronous computing interface. Can be asynchronous between the host and the existing implementation. From the NVIDIA SDK
cksc2.0
- nvidia CUDA 2.0 SDK 中文版本,翻译率大概为95%-nvidia CUDA 2.0 SDK Chinese version, the translation rate of about 95
transpose
- cuda平台开发的矩阵变换并行操作(Matrix transpose),属于cuda sdk中的内容-Small Matrix transpose with Cuda (Example for a 16x16 matrix)
cudacluster-source-1.0
- 利用NIVIDIA公司的GPU编程SDK CUDA进行聚类分析-Using CUDA for hierachy clustering taking advantages of Pararell programming
cuda2.3_vs2005
- 详细介绍了CUDA Driver,toolkit,SDK的安装步骤和方法,并且包括Visual studio 2005的配置内容 -this document introduce how to install CUDA Driver、toolkit、SDK and how to configure Visual studio 2005 in details
CUDA_Toolkit_Reference_Manual
- CUDA SDK for NVidia GPU Cards
Convolucao_2D
- Image convolution with CUDA. You need a Nvidia Cuda enabled video card and the Cuda toolkit and SDK
rotateTest
- CUDA程序,利用CUDA SDK中实例改写,可对图片进行并行计算,得到旋转后图像。-CUDA programs, it can be carried out parallel to the image obtained after rotating the image.
CUDA_SDK_VolumeRender
- CUDA SDK VolumeRender解析-CUDA SDK VolumeRender
vs2008Pcuda
- cuda vs2008 tookit/SDK v4.0配置,为学习cuda的同学提供更易懂的配置。个人总结。-cuda vs2008 tookit/SDK v4.0
CUDAdlltest
- VC++,VS2010平台上的三个CUDA dll测试程序(一个是库文件程序,另外两个是VS2010平台和VisualC++6.0平台下的测试程序,可以方便地作为CUDA dll应用程序开发的框架,为了能正确运行这些程序,请确保已经安装了NVIDIA GPU Computing SDK 4.0 及以上,并且电脑上要有NVIDIA的GPU显卡),程序均有详细的注释。文章可参考http://blog.csdn.net/menglongbor/article/details/7526493-VC++,
fluidsGL
- CUDA Sdk的一个例子 利用快速傅里叶变换实现了Jos Stam “stable Fluids”论文-CUDA example code that implements the frequency space version of Jos Stam s paper Stable Fluids in 2D
reduction for cuda
- 实现了cuda sdk描述的reduction 的方法。
matrixMul
- cuda矩阵分块乘法,加速比较大,改自cuda SDK-cuda matrix multiply
imageDenoising
- 英伟达公司的CUDA实例代码,用CUDA实现了KNN和NLM的图片降噪算法,包含了整个对应的工程文件。-Sample: Image denoising Minimum spec: SM 1.0 This sample demonstrates two adaptive image denoising techniques: KNN and NLM, based on computation of both geometric and color distance between
cuda
- 文档是从http://cudazone.nvidia.cn/forum/forum.php?mod=viewthread&tid=6266&extra=page=1下载来的,是“yyfn风辰”翻译的文档,原文档是装好cuda sdk后名字为“CUDA_C_Programming_Guide.pdf”的文档-Document is downloaded to from http://cudazone.nvidia.cn/forum/forum.php?mod=viewthread&tid=6266
Video_Codec
- 基于CUDA的视频编解码库,支持H264、MJPEG、H265等(cuda decode/encode sdk)