Welcome![Sign In][Sign Up]
Location:
Search - opencl

Search list

[OpenGL programOpenCL

Description: OpenCL详细说明,GPU编程,采用CUDA架构体系-OpenCL details specification, GPU programming
Platform: | Size: 1799168 | Author: wangweiming | Hits:

[Windows Developopencl

Description: opencl编程的头文件和相应的文件说明,是通用并行计算的标准-the header file for opencl programming,including its direction for parallel computing.
Platform: | Size: 9459712 | Author: 林瑞蓝 | Hits:

[OpenGL programOpenCL48_CN

Description: OpenCL描述文档,中文版,译者:倪庆亮。从51cto下载的,好不容易找到的~-OpenCL description document, Chinese version, translator: Ni Qingliang.
Platform: | Size: 3827712 | Author: neil | Hits:

[Graph programopencl

Description:
Platform: | Size: 21504 | Author: ni | Hits:

[OpenGL programOpenCLMatrixMult

Description: 运用Opencl的矩阵运算。利用c#完成。-Opencl of matrix operations.
Platform: | Size: 187392 | Author: gao yun | Hits:

[Linux-Unixswan-10-03-12.tar

Description: Swan is a simple tool for aiding a port from CUDA to OpenCL.
Platform: | Size: 181248 | Author: aheimlich | Hits:

[Special EffectsSobelFilterImage

Description: 图像的膨胀、腐蚀、滤波、边缘提取的实现。采用的是并行算法,在opencl平台上实现。-Image dilation, erosion, filtering, edge detection implementation. Parallel algorithm is adopted, the opencl platform to achieve.
Platform: | Size: 4096 | Author: zengzhaoming | Hits:

[Windows Developopencomputinglanguage

Description: opencl规范中文版 open computing language开放式计算语言-opencl Chinese version of open computing language specification Open Computing Language
Platform: | Size: 3827712 | Author: 小强 | Hits:

[Special EffectsOpenCLFilter

Description: 實現圖像濾波與 7x7過濾器。這個想法是提出一個 OpenCL的算法,將在所有的卡兼容的基本執行 OpenCL的不帶擴展名。由於我們收到一些電子郵件,詢問有關如何實現圖像過濾器,不要使用圖片,做基本的東西 liike反相顏色,我們還公佈了簡單的圖像過濾器,用戶可以編譯過濾器在執行時間和選擇哪個設備是用於編譯的代碼-Image filtering and 7x7 filter. The idea is to propose a OpenCL algorithm, all the cards will be compatible with the basic implementation of OpenCL and without extension. As we received some emails asking about how to implement image filters, do not use images, do basic things liike inverting the color, we also announced a simple image filter, the user can compile time and in the implementation of the filter select which device is used to compile the code
Platform: | Size: 408576 | Author: yohow | Hits:

[OpenCVCLConvolution

Description: 分析了如何創建一個簡單的7x7濾波器的OpenCL是適用於所有的GPU。本案例研究將著眼於提高卷積卷積時的性能與小圖像內核,一般來說,基於 FFT卷積更快的30x30內核及以後 [1],但實際上它的使用不常見的大窗口大小。 .我們將首先實現卷積圖像,然後使用改進的濾波器性能通過使用__constant OpenCL的內存和緩存圖像信息在__local空間。 -Analysis of how to create a simple 7x7 filter is applied to all OpenCL GPU. This case study will focus on improving the performance of the time convolution convolution kernel with a small image, in general, based on FFT convolution kernel and the subsequent 30x30 faster [1], but in fact it is not common to use a large window size. . We will first implement the convolution image, and then use the filter performance improved through the use of memory and cache __constant OpenCL image information in the __local space.
Platform: | Size: 1275904 | Author: yohow | Hits:

[MPIopencl_univ_kit_1.0

Description: OpenCL 课件及源码 需要AMDAPPSDK-Introduction to Parallel Computing about Opencl
Platform: | Size: 9008128 | Author: | Hits:

[Otheropencl

Description: opencl.dll cho ai thieu
Platform: | Size: 30720 | Author: kide | Hits:

[MPIOpenCL Programming by Example

Description: OPENCL编程指南,对学习并行计算和相关编程有帮助(OPENCL programming guide, learning parallel computing and related programming helpful)
Platform: | Size: 3914752 | Author: kylekuang | Hits:

[MPIOpenCL

Description: OpenCL的一个简单的例子程序,供初学者学习使用。(a simple example for OpenCL.)
Platform: | Size: 334848 | Author: Asuras | Hits:

[OpenGL programOpenCL

Description: OpenCL Parallel Programming Development Cookbook OpenCL 编程指南 为了充分利用本书,强烈建议您是软件开发人员或嵌入式软件开发人员,对并行软件开发感兴趣,但不知道在哪里/如何开始。理想情况下,您应该知道一些C或C ++(您可以选择C,因为它比较简单),并且舒适地使用跨平台构建系统,例如Linux环境中的CMake。(To get the most out of this book, it is highly recommended that you are a software developer or an embedded software developer, and is interested in parallel software development but don't really know where/how to start. Ideally, you should know some C or C++ (you can pick C up since its relatively simple) and comfortable using a cross-platform build system, for example, CMake in Linux environments.)
Platform: | Size: 2297856 | Author: Srang | Hits:

[MPIOPENCL异构计算

Description: opencl并行编程的原理和策略,提出一系列基础编程技术(heterogeneous computing)
Platform: | Size: 22059008 | Author: 迷之二豆 | Hits:

[MPIopencl资料

Description: opencl 资料,包含OpenCL异构并行计算 原理、机制与优化实践随书源码.txt,OPENCL异构计算.pdf,OpenCL中文教程.pdf(OpenCL data, including the principle of OpenCL heterogeneous parallel computing, mechanism and Optimization Practice with the book source code.Txt, OPENCL heterogeneous computing.Pdf, OpenCL Chinese tutorials.Pdf)
Platform: | Size: 24500224 | Author: tataroo | Hits:

[OtherOPENCL异构并行计算

Description: OpenCL异构并行计算 原理、机制与优化实践(OpenCL heterogeneous parallel computing principle, mechanism and Optimization Practice)
Platform: | Size: 52003840 | Author: tztztz | Hits:

[MPIOpenCL异构并行编程实战-src

Description: opencl代码,具有参考意义,可以看看。。。对我帮助大(OpenCL code, with reference significance)
Platform: | Size: 2613248 | Author: 得到123321 | Hits:

[MPIOpencl

Description: Opencl在vs2015上的一个简单例子(Opencl,a simple example in vs2015)
Platform: | Size: 1285120 | Author: cool自在 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net