简体   繁体   English

如何在Windows XP操作系统上使用OpenCL?

[英]How to use OpenCL on the Windows XP operating system?

I have an ATI Radeon HD 4800 display card. 我有一个ATI Radeon HD 4800显示卡。 I want to use OpenCL on it in Windows XP operating system, but the OpenCL's SDK only work correctly when I install the drivers, which are in version is 11.5. 我想在Windows XP操作系统上使用OpenCL ,但是OpenCL的SDK仅在安装驱动程序(版本为11.5)时正确运行。

If the drivers version is higher than 11.5, the OpenCL's SDK installer will give me a notice that "The display driver installed on this system does not have OpenCL support for AMD GPUs". 如果驱动程序版本高于11.5,则OpenCL的SDK安装程序会通知我“此系统上安装的显示驱动程序不支持AMD GPU的OpenCL”。 If I want to still use OpenCL on the Windows XP operating system for my GPUs with latest version drivers, what should I do? 如果我仍想在Windows XP操作系统上为带有最新版本驱动程序的GPU使用OpenCL,该怎么办?

Probably the support for HD 4800 (beta OpenCL) on the latest drivers has fallen. 最新驱动程序对HD 4800(beta OpenCL)的支持可能下降了。 The Java-jocl version does not work either for HD 4870 for latest dirvers. 对于最新的驱动程序,Java-jocl版本不适用于HD 4870。 But there isn't a problem for the HD 5800 series. 但是HD 5800系列没有问题。

Similar lack of support can be seen for Intel's HD 3000 series (no problem for HD 4000 series) for the latest drivers. 对于最新驱动程序的英特尔HD 3000系列(HD 4000系列没有问题)也可以看到类似的缺乏支持。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 (操作系统)如何在 c 中使用 __asm mfence - (Operating System) How can I use __asm mfence in c 在Windows操作系统的C语言中创建中断 - Creating an interrupt in c for windows operating system 在Windows操作系统中控制和记录打印机活动 - Controlling & Logging Printer Activities in Windows Operating System 操作系统回调如何工作 - How Operating System callbacks work 如何在 OpenCL 中使用结构体 - How to use struct in OpenCL 在Windows XP上,system()调用返回“权限被拒绝” - system() call returns “Permission Denied” on Windows XP 如何使用C编程语言编写类似于Windows操作系统中的octave文档菜单界面的CLI菜单界面 - How to code a CLI menu interface similar to octave documentation menu interface in windows operating system in C programming language 如何使用适用于Linux的g ++编译C ++程序以在Windows操作系统中工作? - how do i compile a C++program to work in the windows operating system using g++ for linux? 如何使用 C 预处理器生成大小可变(取决于操作系统)的十六进制文字? - How do I use the C Preprocessor to generate a variable-sized (operating system-dependent) hexidecimal literal? 如何在新的操作系统中实现计时? - How to implement time counting in a new operating system?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM