# 01_hello_opencl **Repository Path**: open-gl_3/01_hello_opencl ## Basic Information - **Project Name**: 01_hello_opencl - **Description**: OpenCL 第一个例子,查询 GPU 硬件设备支持的 OpenCL 特性。 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-07 - **Last Updated**: 2024-09-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README # * 查询OpenCL的 capacity:[windows OpenCL 环境配置](https://www.cnblogs.com/lingr7/p/16255638.html) * [ubuntu20.04 + intel集成显卡搭建OpenCL运行环境](https://blog.51cto.com/u_16132911/7982923) * [OpenCLInfo.cpp](https://github.com/bgaster/opencl-book-samples/blob/master/src/Chapter_3/OpenCLInfo/OpenCLInfo.cpp) ## 资源 ## * [OpenCL Programming Guide 1.2 Examples](https://github.com/bgaster/opencl-book-samples/tree/master)