搜索资源列表
OpenCL48_CN
- OpenCL描述文档,中文版,译者:倪庆亮。从51cto下载的,好不容易找到的~-OpenCL descr iption document, Chinese version, translator: Ni Qingliang.
OpenCLFilter
- 實現圖像濾波與 7x7過濾器。這個想法是提出一個 OpenCL的算法,將在所有的卡兼容的基本執行 OpenCL的不帶擴展名。由於我們收到一些電子郵件,詢問有關如何實現圖像過濾器,不要使用圖片,做基本的東西 liike反相顏色,我們還公佈了簡單的圖像過濾器,用戶可以編譯過濾器在執行時間和選擇哪個設備是用於編譯的代碼-Image filtering and 7x7 filter. The idea is to propose a OpenCL algorithm, all the cards wil
OpenCL
- OpenCL详细说明,GPU编程,采用CUDA架构体系-OpenCL details specification, GPU programming
OpenCLMatrixMult
- 运用Opencl的矩阵运算。利用c#完成。-Opencl of matrix operations.
SobelFilterImage
- 图像的膨胀、腐蚀、滤波、边缘提取的实现。采用的是并行算法,在opencl平台上实现。-Image dilation, erosion, filtering, edge detection implementation. Parallel algorithm is adopted, the opencl platform to achieve.
ATI_Stream_SDK_FAQ
- ATI_Stream_SDK_FAQ。全面介绍Ati的stream库的使用方法,让您的opencl开发不再有障碍。-ATI_Stream_SDK_FAQ. Ati comprehensive descr iption of the stream bank to use for your opencl development are no longer obstacles.
CLConvolution
- 分析了如何創建一個簡單的7x7濾波器的OpenCL是適用於所有的GPU。本案例研究將著眼於提高卷積卷積時的性能與小圖像內核,一般來說,基於 FFT卷積更快的30x30內核及以後 [1],但實際上它的使用不常見的大窗口大小。 .我們將首先實現卷積圖像,然後使用改進的濾波器性能通過使用__constant OpenCL的內存和緩存圖像信息在__local空間。 -Analysis of how to create a simple 7x7 filter is applied to all Ope
SWAP
- nvidia 提供的关于矩阵交换的并行程序,平台是opencl,内有详细注解。-nvidia provided on the matrix of the parallel exchange program, the platform is opencl, with detailed notes.
VectorAddition
- nvidia 提供的关于矢量相加的并行程序,平台是opencl,内有详细注解。功能为矢量相加。 -nvidia provided on the vector sum of the parallel program, the platform is opencl, with detailed notes. Function as a vector sum.
robot_opencl_light
- opencl,会旋转的机器人,可以用左键控制,同时加入了近光和远光,可以用右键控制-opencl, will rotate the robot can be controlled with the left button, while adding nearly a light beam can be controlled with the right
opencl-parallel-programing
- opencl 并行编程,针对GPU进行并行编程。是一本入门级的并行编程教程。-opencl parallel programing for GPU
filter
- Opencl实现的几种滤波算法,包括双边,sobel,卷积-The OpenCL achieve several filter algorithm, including bilateral, Sobel convolution
src
- openCL并行计算相关的样例源码,一共有10章的源码,由浅入深地展现了opencl的编写方法-OpenCL parallel computing sample source, a total of 10 chapters of the source, Deep show opencl preparation method
DCT
- 基于OpenCL的DCT变换,有完整的C文件和kernel文件-OpenCL-based DCT transform
OpenCL
- opencl教程,入门推荐教程,中文版基础内容-opencl,Introduction to recommend tutorial,Chinese basic content
OpenCL
- OpenCL Parallel Programming Development Cookbook OpenCL 编程指南 为了充分利用本书,强烈建议您是软件开发人员或嵌入式软件开发人员,对并行软件开发感兴趣,但不知道在哪里/如何开始。理想情况下,您应该知道一些C或C ++(您可以选择C,因为它比较简单),并且舒适地使用跨平台构建系统,例如Linux环境中的CMake。(To get the most out of this book, it is highly recommended tha
OpenCL_sample
- 丰富的android平台opencl sample code,帮助初学者(for beginner,opencl sample code on android paltform)