摘要: clGetDeviceIDs 查询支持OpenCL设备列表: cl_int clGetDeviceIDs(cl_platform_id platform , cl_device_type device_type , cl_uint num_entries , cl_device_id *device 阅读全文
posted @ 2024-12-19 18:56 turbinee 阅读(100) 评论(0) 推荐(0)
摘要: 参考 OpenCL 平台 clGetPlatformIDs 获得系统平台列表: cl_int clGetPlatformIDs(cl_uint num_entries , cl_platform_id *platforms , cl_uint *num_platforms ) 在OpenCL程序中, 阅读全文
posted @ 2024-12-19 16:10 turbinee 阅读(57) 评论(0) 推荐(0)