POPPUR爱换

 找回密码
 注册

QQ登录

只需一步,快速开始

手机号码,快捷登录

搜索
查看: 4195|回复: 13
打印 上一主题 下一主题

AMD Stream SDK 2.1 发布 大家试试看 GPC 的 image 测试 新增 115 网盘下载

[复制链接]
跳转到指定楼层
1#
发表于 2010-5-3 12:47 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
http://developer.amd.com/Downloa ... 1-vista-win7-32.exe

http://developer.amd.com/Downloa ... 1-vista-win7-64.exe

需要注册开发者才能下载。

What’s New in v2.1

    * Support for openSUSE™ 11.2 and Red Hat® Enterprise Linux® 5.4.
    * Support for OpenCL™ / OpenGL® interoperability.
          o Please see chapter 9, section 12 of the OpenCL™ 1.0 specification for more information about this extension.
    * Support for OpenCL™ byte addressable stores3,4.
          o Please see chapter 9, section 9 of the OpenCL™ 1.0 specification for more information about this extension.
    * Support for OpenCL™ images3.
          o Please see the OpenCL™ 1.0 specification for more information about this feature.
    * Extension: Support for double-precision floating point basic arithmetic in OpenCL™ C kernels.
          o Please see this knowledge base article for more information about this extension.
    * Extension: Support for AMD media operations in OpenCL™.
          o Please see chapter A, section 8 of the ATI Stream SDK OpenCL™ Programming Guide for more information about this extension.
    * Extension: Support for device fission in OpenCL™ 4.
          o Please see the "Extension Specifications" section of the Khronos® OpenCL™ API Registry for more information about this extension.
    * Extension: Support for device attribute queries in OpenCL™.
          o Please see chapter A, section 8 of the ATI Stream SDK OpenCL™ Programming Guide for more information about this extension.
    * Preview Feature: Support forbinary OpenCL™ kernels.
          o Please see this knowledge base article for more information about this extension.
    * Additional OpenCL™ samples:
          o HistogramAtomics
          o MatrixMulDouble (under cpp_cl)
          o MatrixMulImage
          o SimpleGL
          o SimpleImage
          o SobelFilterImage (under cpp_cl)
          o URNGNoiseGL
    * Stream KernelAnalyzer 1.5 installer now bundled with the ATI Stream SDK v2.1.
    * Various OpenCL™ compiler and runtime fixes and enhancements (see developer release notes for more details).
    * Support for new hardware:
          o ATI Radeon™ HD 5830 GPU
          o ATI Radeon™ HD 5450 GPU
          o ATI FirePro™ V8800 GPU
          o ATI FirePro™ V7800 GPU
          o ATI FirePro™ V5800 GPU
          o ATI FirePro™ V4800 GPU
          o ATI FirePro™ V3800 GPU
          o ATI Mobility Radeon™ HD 5800 Series GPUs
          o ATI Mobility Radeon™ HD 5700 Series GPUs
          o ATI Mobility Radeon™ HD 5600 Series GPUs
          o ATI Mobility Radeon™ HD 5400 Series GPUs
          o ATI FirePro M7820™ GPU
          o ATI FirePro M5800™ GPU
2#
发表于 2010-5-3 13:01 | 只看该作者
等看测试
回复 支持 反对

使用道具 举报

3#
发表于 2010-5-3 13:37 | 只看该作者
等着看看。有5系列显卡的人快去测试。
回复 支持 反对

使用道具 举报

4#
发表于 2010-5-3 13:40 | 只看该作者
SDK2.01(左)和2.1运行Image processingsi似乎都有问题,5850, Cat10.4 pure driver, Win7 x86 U。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

5#
 楼主| 发表于 2010-5-3 14:00 | 只看该作者
-11 应该是 Image format not supported 的意思。
回复 支持 反对

使用道具 举报

6#
 楼主| 发表于 2010-5-3 14:03 | 只看该作者
http://u.115.com/file/f914a3658e

大家可以到这里下载 win vista/win7 64-bit stream sdk 。
回复 支持 反对

使用道具 举报

7#
发表于 2010-5-3 20:43 | 只看该作者
GPCBenchmark运行环境要求提到: AMD OpenCL平台目前(催化剂10.3 + Stream SDK 2.01)尚未添加对Image访问(通过纹理访问数据)的支持,。。。
自测10.4+2.01出现image access not supported,而10.4+2.1则出现-11错误提示(E大所言应该是Image format not supported)。
回复 支持 反对

使用道具 举报

8#
发表于 2010-5-5 22:17 | 只看该作者
我是GPCBenchmarkOCL的开发者之一。
安装Stream SDK 2.1之后无法运行图像处理测试,原因不在image。而是SDK 2.1新出现的一个读取constant memory的bug(强烈鄙视AMD!!!),这个bug在2.01中是不存在的。
现在正在紧急修改代码,很快会发布1.1版本的Benchmark程序。。。
回复 支持 反对

使用道具 举报

9#
发表于 2010-5-5 22:22 | 只看该作者
2.01会出现image access not supported。见4楼图(图左)。
回复 支持 反对

使用道具 举报

10#
发表于 2010-5-5 22:25 | 只看该作者
2.01会出现image access not supported。见4楼图(图左)。
gz_easy 发表于 2010-5-5 22:22



        2.01的确不支持Image纹理访问。。。
据试验,必须采用SDK2.1+催化剂10.4的组合才能成功运行带纹理访问的OpenCL程序,并且即使是这样,纹理访问仍然不支持双线性插值。。。(再次鄙视AMD的挤牙膏策略!)
回复 支持 反对

使用道具 举报

11#
 楼主| 发表于 2010-5-5 22:53 | 只看该作者
2.1 支持 linear filter,但是有一些古怪的限制或者潜在执行不正确的现象。
回复 支持 反对

使用道具 举报

12#
发表于 2010-5-5 22:56 | 只看该作者
2.1 支持 linear filter,但是有一些古怪的限制或者潜在执行不正确的现象。
Edison 发表于 2010-5-5 22:53


用Linear Filter编译和运行时是不会出错的,可就是结果不正确,变成是nearest filter的结果。。。
回复 支持 反对

使用道具 举报

13#
发表于 2010-5-5 23:06 | 只看该作者
你们做的不错嘛 希望AMD也能努力跟进
回复 支持 反对

使用道具 举报

14#
发表于 2010-5-6 10:27 | 只看该作者
LS牛人很多的。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

广告投放或合作|网站地图|处罚通告|

GMT+8, 2025-9-13 00:02

Powered by Discuz! X3.4

© 2001-2017 POPPUR.

快速回复 返回顶部 返回列表