搜索资源列表
OpenCL
- OpenCL详细说明,GPU编程,采用CUDA架构体系-OpenCL details specification, GPU programming
CLConvolution
- 分析了如何創建一個簡單的7x7濾波器的OpenCL是適用於所有的GPU。本案例研究將著眼於提高卷積卷積時的性能與小圖像內核,一般來說,基於 FFT卷積更快的30x30內核及以後 [1],但實際上它的使用不常見的大窗口大小。 .我們將首先實現卷積圖像,然後使用改進的濾波器性能通過使用__constant OpenCL的內存和緩存圖像信息在__local空間。 -Analysis of how to create a simple 7x7 filter is applied to all Ope
HelloCL
- opcncl 这是CPu与 GPu的融合技术,可以在GPU上进行编程,对大规模的数据处理很有用-opencl
GPU-Lab.tar
- Wrapper library to switch between opencl and cuda kernels.
opencl-parallel-programing
- opencl 并行编程,针对GPU进行并行编程。是一本入门级的并行编程教程。-opencl parallel programing for GPU
clUtils
- OpenCL linear algebra lib GPU computation-OpenCL linear algebra lib
ati-opencl
- 使用VS2008 + OPENCL进行异构编程的一个例子。演示了进行GPU编程的基本方法和流程。-An example to use VS2008+ OPENCL heterogeneous programming. Demonstrates the basic GPU programming methods and processes.
gpu
- 基于OPENCL并行计算接口。 To compile, the proper installation of OpenCL library is required。-Read a source file written in OpenCL, execute directly on GPU.
CPPAMP
- 多核编程,比 OPENCL 简单 可以通过类似 OPENMP 的方式,简洁的实现异构编程,使用 GPU 计算-Multicore programming than simple OPENCL
opencl-1.2.pdf.tar
- OpenCL学习资料。在GPU并行计算,多核CPU并行计算,等处理器计算领域用到,简而言之,做异构计算的。-OpenCL learning materials. In the GPU parallel computing, multi-core CPU parallel computing, and other areas of the processor used in computing, in short, do heterogeneous computing.
OpenCLTutorial-Chinese.pdf.tar
- 学习OpenCL的教程,内容丰富,搞GPU并行计算,学习OpenCL会到。-OpenCL tutorial learning, content-rich, engaging in GPU parallel computing, OpenCL will to learn.
ADDL
- OpenCL上实现的矩阵相乘。分别将生成的矩阵放在CPU及GPU上运行,计算其运行时间。用来测试GPU计算的性能。-OpenCL achieve the matrix multiplication. Respectively, the resulting matrix on the CPU and the GPU runs calculated run time. Used to test the performance of GPU computing.
FaceDetect
- 介绍了人脸检测的算法,然后分析人脸检测算法在CPU上执行的效率,最后找到在GPU上利用OpenCL并行优化基于haar层级分类器的通用方法,从比较宏观的角度介绍了优化方法,给出了基于图像金字塔和级联分类器的算法的通用优化方法-Introduced face detection algorithm, and then analyze the face detection algorithm running on the CPU efficiency, and finally found the G
SnuCL-1.3.1.tar
- 一种OpenCL语言扩展方法,能将单个GPU上编写的OpenCL程序扩展到集群环境中,使用该方法能增加OpenCL语言的可编程性。-One kind of OpenCL language extension methods on a single GPU can write OpenCL program extended to a clustered environment, the use of this method can increase the OpenCL language prog
AMD-OpenCL-
- AMD OPENCL 大学教程,详细的介绍了GPU的并行计算-AMD opencl college course
Matrix-1
- opencl 并行矩阵相乘计算,可以选择AMD与 NVIDIA的GPU进行计算,并且具有计算串行与并行的时间比-opencl parallel matrix multiplication calculations, you can choose AMD and NVIDIA gpu
NLMeansCL
- 利用GPU加速的基于OpenCL的非局部去噪算法。整个算法是用C#进行实现的。-GPU based Non Local Means Denoising which is written in OpenCL.The wrapper around the OpenCL algorithm is written in C#.
OPENCL_SRC
- OpenCL是一个为异构平台编写程序的框架,此异构平台可由CPU,GPU或其他类型的处理器组成。OpenCL由一门用于编写kernels (在OpenCL设备上运行的函数)的语言(基于C99)和一组用于定义并控制平台的API组成。OpenCL提供了基于任务分割和数据分割的并行计算机制。该代码非常适合学习OpenCL。-OpenCL is a programming framework for heterogeneous platforms, the heterogeneous platform
Level-Set-Algorithms-on-GPU
- 水平集算法的opencl加速,不错的一篇文章。这方面的资料现在真的很少,难得。-Level-Set Algorithms on GPU
Altera+OpenCL
- Altera的OpenCL主要面向信号处理类应用的客户,是用C语言开发FPGA的利器,开放计算语言(OpenCL)联盟著名的公司有FPGA巨头Altera、两大显卡GPU巨头AMD、英伟达、CPU巨头Intel、软件和服务器巨头IBM以及全世界最大的公司Apple(苹果)等等。不过AMD和英伟达是用GPU实现的OpenCL并行运算,Altera是用FPGA实现并行运算。(Altera's OpenCL is mainly a client for signal processing applic