包装器 OpenCL Wrapper for C++ 提供对上下文和队列管理、内存分配/释放和内核调用的更轻松访问。 ###特征 当超出范围时,内存缓冲区将自动释放自己。 缓冲区类型被模板化以显示它们预期包含的类型。 缓冲区可以设置为在被内核修改或手动操作时自动将内容检索到主机存储。 还自动创建事件以允许在单独的队列中自动执行所有内存同步,这允许在任何可能的情况下自动异步内存传输。 包括使用 Boost.Test 验证包装器是否正常工作的第二个项目。
2024-08-27 14:46:02 26KB
1
OPENCL编程指南 书上源码,附SVN下载地址
2024-03-03 14:36:49 1.67MB OPENCL
1
主要是提供能在RK3588开发板上,应用开发能使用OPenCL来进行GPU加速所需的所有so
2024-03-01 14:55:33 25.39MB android OpenCL RK3588
1
OpenCL(全称Open Computing Language,开放运算语言)是第一个面向异构系统通用目的并行编程的开放式、免费标准,也是一个统一的编程环境,便于软件开发人员为高性能计算服务器、桌面计算系统、手持设备编写高效轻便的代码。能解决ANSYS安装出现Intel SDK for OpenCL-CPU only runtime package问题
2024-02-24 17:21:50 59.31MB OpenCL
1
基于opencl实现的yolov3工程代码, 想做优化借鉴的可以参考,opencl 工程代码参考
2024-02-24 09:30:57 6.99MB opencl
1
安卓下使用OpenCL进行GPU编程,测试平台为Nokia N1平板,GPU为PowerVR
2023-12-14 11:34:48 1.8MB OpenCL
1
OpenCL中文教程属于异构系统编程丛书,是OpenCL的入门好资料。主要内容有GPU计算与OpenCL,OpenCL架构、编程和优化编程,MIR-FHD和MIR-Q的优化,KD-Tree创建算法并优化,稀疏矩阵-向量乘法(SpMV)。
2023-08-06 00:16:04 5.1MB OpenCL
1
学渣都能学会的,opencl中文教程(amd)+快速入门教程。良心分值,良心资料。看后爱不释手。AMD OpenCL 大学教程中文版*
2023-04-24 15:49:13 5.66MB 你肯定能看懂 opencl 中文教程
1
Heterogeneous Computing with OpenCL 2.0 teaches OpenCL and parallel programming for complex systems that may include a variety of device architectures: multi-core CPUs, GPUs, and fully-integrated Accelerated Processing Units (APUs). This fully-revised edition includes the latest enhancements in OpenCL 2.0 including: • Shared virtual memory to increase programming flexibility and reduce data transfers that consume resources • Dynamic parallelism which reduces processor load and avoids bottlenecks • Improved imaging support and integration with OpenGL Designed to work on multiple platforms, OpenCL will help you more effectively program for a heterogeneous future. Written by leaders in the parallel computing and OpenCL communities, this book explores memory spaces, optimization techniques, extensions, debugging and profiling. Multiple case studies and examples illustrate high-performance algorithms, distributing work across heterogeneous systems, embedded domain-specific languages, and will give you hands-on OpenCL experience to address a range of fundamental parallel algorithms. Updated content to cover the latest developments in OpenCL 2.0, including improvements in memory handling, parallelism, and imaging support Explanations of principles and strategies to learn parallel programming with OpenCL, from understanding the abstraction models to thoroughly testing and debugging complete applications Example code covering image analytics, web plugins, particle simulations, video editing, performance optimization, and more
2023-04-15 12:21:56 10.5MB opencl 异构计算
1
内容概要:开发Xilinx FPGA的入门手册,包含Xilinx vitis应用加速的各种内容。包括12个部分:1.vitis入门。2.vitis设计流程。3.vitis开发应用。4.应用的构建和运行。 5.应用仿真。6.性能分析调试。7.vitis命令和工具。8.vitis分析器。9.vitis IDE介绍。10.vitis嵌入式介绍。11.数据中心应用加速。12.Xilinx官方资源介绍等。 阅读建议:官方汉化版,适合Xilinx FPGA开发的入门资料,包括应用开发的全方位入门知识。
2023-04-14 14:15:30 18.94MB Alveo FPGA vitis OpenCL
1