<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GPGPU &#187; Tag: ATI Stream :: GPGPU.org</title>
	<atom:link href="http://gpgpu.org/tag/ati-stream/feed" rel="self" type="application/rss+xml" />
	<link>http://gpgpu.org</link>
	<description>General-Purpose Computation on Graphics Hardware</description>
	<lastBuildDate>Mon, 06 Feb 2012 04:59:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A Fast GEMM Implementation on a Cypress GPU</title>
		<link>http://gpgpu.org/2010/10/12/fast-gemm-cypress</link>
		<comments>http://gpgpu.org/2010/10/12/fast-gemm-cypress#comments</comments>
		<pubDate>Tue, 12 Oct 2010 23:28:49 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[ATI Stream]]></category>
		<category><![CDATA[High-Performance Computing]]></category>
		<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[Papers]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=2847</guid>
		<description><![CDATA[Abstract: We present benchmark results of optimized dense matrix multiplication kernels for a Cypress GPU. We write general matrix multiply (GEMM) kernels for single (SP), double (DP) and double-double (DDP) precision. Our SGEMM and DGEMM kernels show 73% and 87% of the theoretical performance of the GPU, respectively. Currently, our SGEMM and DGEMM kernels are [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>We present benchmark results of optimized dense matrix multiplication kernels for a Cypress GPU. We write general matrix multiply (GEMM) kernels for single (SP), double (DP) and double-double (DDP) precision. Our SGEMM and DGEMM kernels show 73% and 87% of the theoretical performance of the GPU, respectively. Currently, our SGEMM and DGEMM kernels are fastest with one GPU chip to our knowledge. Furthermore, the performance of our matrix multiply kernel in DDP is 31 Gflop/s. This performance in DDP is more than 200 times faster than the performance in DDP on single core of a recent CPU (with mpack version 0.6.5). We describe our GEMM kernels with main focus on the SGEMM implementation since all GEMM kernels share common programming and optimization techniques. While a conventional wisdom of GPU programming recommends us to heavily use shared memory on GPUs, we show that texture cache is very effective on the Cypress architecture.</p></blockquote>
<p>(N. Nakasato:<em> &#8220;A Fast GEMM Implementation on a Cypress GPU&#8221;</em>, 1st International Workshop on Performance Modeling, Benchmarking and Simulation of High Performance Computing Systems (PMBS 10) November 2010. A sample program is available at <a href="http://github.com/dadeba/dgemm_cypress" target="_blank">http://github.com/dadeba/dgemm_cypress</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2010/10/12/fast-gemm-cypress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ATI Stream SDK v2.2 w/ OpenCL 1.1 Support released</title>
		<link>http://gpgpu.org/2010/08/22/ati-stream-sdk-v2-2</link>
		<comments>http://gpgpu.org/2010/08/22/ati-stream-sdk-v2-2#comments</comments>
		<pubDate>Mon, 23 Aug 2010 01:26:46 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[ATI Stream]]></category>
		<category><![CDATA[OpenCL]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=2685</guid>
		<description><![CDATA[Version 2.2 of the ATI Stream SDK has been released. Features include: Support for OpenCL™ 1.1 specification. Support for Ubuntu® 10.04 and Red Hat® Enterprise Linux® 5.5. Support for X86 CPUs with SSE2.x or later (Adds to existing support for X86 CPUs with SSE3.x or later). Support for Microsoft® Visual Studio® 2010 Professional Edition and [...]]]></description>
			<content:encoded><![CDATA[<p>Version 2.2 of the ATI Stream SDK has been released. Features include:</p>
<ul>
<li>Support for OpenCL™ 1.1 specification.</li>
<li>Support for Ubuntu® 10.04 and Red Hat® Enterprise Linux® 5.5.</li>
<li>Support for X86 CPUs with SSE2.x or later (Adds to existing support for X86 CPUs with SSE3.x or later).</li>
<li>Support for Microsoft® Visual Studio® 2010 Professional Edition and Minimalist GNU for Windows (MinGW) [GCC 4.4].</li>
<li>Support for GNU Compiler Collection (GCC) 4.1 or later on Linux® systems (Adds to existing support for GCC 4.3 or later).</li>
<li>Support for single-channel OpenCL™ image format.</li>
<li>Support for OpenCL™ / DirectX® 10 interoperability.</li>
<li>Support for additional double-precision floating point routines in OpenCL™ C kernels.</li>
<li>Support for generating and loading binary OpenCL™ kernels.</li>
<li>Support for native OpenCL™ kernels.</li>
<li>Preview Feature: Support for accessing additional physical memory on the GPU from OpenCL™ applications.</li>
<li>Preview Feature: Support for printf() in OpenCL™ C kernels.</li>
<li>Extension: Support for additional event states when registering event callbacks in OpenCL™ 1.1.</li>
<li>Additional OpenCL™ samples.</li>
<li> Package Update: ATI Stream Profiler 1.4.</li>
<li>Various OpenCL™ compiler and runtime fixes and enhancements.</li>
<li>Expanded OpenCL™ performance optimization guidelines in the ATI Stream SDK OpenCL™ Programming Guide.</li>
</ul>
<p>The SDK and all documentation can be downloaded from <a href="http://developer.amd.com/stream" target="_blank">http://developer.amd.com/stream</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2010/08/22/ati-stream-sdk-v2-2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introductory OpenCL Tutorial</title>
		<link>http://gpgpu.org/2010/07/08/introductory-opencl-tutorial</link>
		<comments>http://gpgpu.org/2010/07/08/introductory-opencl-tutorial#comments</comments>
		<pubDate>Thu, 08 Jul 2010 23:32:34 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[ATI Stream]]></category>
		<category><![CDATA[OpenCL]]></category>
		<category><![CDATA[Tutorials & Courses]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=2565</guid>
		<description><![CDATA[This tutorial by Benedict R. Gaster from AMD provides a detailed introduction to OpenCL. Covered topics include: Using platform and device layers to build robust OpenCL™ applications Program compilation and kernel objects Managing buffers Kernel execution Kernel programming &#8211; basics Kernel programming &#8211; synchronization Matrix multiply &#8211; a case study Kernel programming &#8211; built-ins]]></description>
			<content:encoded><![CDATA[<p>This <a href="http://developer.amd.com/gpu/ATIStreamSDK/pages/TutorialOpenCL.aspx" target="_blank">tutorial</a> by Benedict R. Gaster from <a href="http://www.amd.com" target="_blank">AMD</a> provides a detailed introduction to OpenCL. Covered topics include:</p>
<ul>
<li>Using platform and device layers to build robust OpenCL™ applications</li>
<li>Program compilation and kernel objects</li>
<li>Managing buffers</li>
<li>Kernel execution</li>
<li>Kernel programming &#8211; basics</li>
<li>Kernel programming &#8211; synchronization</li>
<li>Matrix multiply &#8211; a case study</li>
<li>Kernel programming &#8211; built-ins</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2010/07/08/introductory-opencl-tutorial/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introductory Tutorial to OpenCL™ for HPC at SAAHPC’10</title>
		<link>http://gpgpu.org/2010/05/30/opencl-saahpc10-tutorial</link>
		<comments>http://gpgpu.org/2010/05/30/opencl-saahpc10-tutorial#comments</comments>
		<pubDate>Sun, 30 May 2010 21:42:37 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[ATI Stream]]></category>
		<category><![CDATA[OpenCL]]></category>
		<category><![CDATA[Tutorials & Courses]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=2343</guid>
		<description><![CDATA[AMD is offering an introductory tutorial to OpenCL™ that will be held alongside the 2010 Symposium on Application Accelerators in High Performance Computing (SAAHPC&#8217;10). The tutorial is a “programmer’s introduction” which covers the ideas behind OpenCL™ and their translation to source code. Syllabus: ATI Stream Computing Hardware Overview Software Ecosystem Overview Heterogeneous Computing and the [...]]]></description>
			<content:encoded><![CDATA[<p>AMD is offering an introductory tutorial to OpenCL™ that will be held alongside the 2010 Symposium on Application Accelerators in High Performance Computing (SAAHPC&#8217;10).  The tutorial is a  “programmer’s introduction” which covers the ideas behind OpenCL™ and their translation to source code.<span id="more-2343"></span></p>
<p>Syllabus:</p>
<ul>
<li> ATI Stream Computing
<ul>
<li>Hardware Overview</li>
<li>Software Ecosystem Overview</li>
</ul>
</li>
<li>Heterogeneous Computing and the Origins of OpenCL™</li>
<li>OpenCL™ Overview
<ul>
<li>Platform Model</li>
<li>Execution Model</li>
<li>Memory Model</li>
<li>Programming Model</li>
</ul>
</li>
<li>Exploring the Spec with Code: Embarrassingly Parallel
<ul>
<li>Vector Addition: The Basic Platform Layer</li>
<li>Sorting: Kernel Programming Language</li>
</ul>
</li>
<li>Exploring the Spec with Code: Interacting Work-Items
<ul>
<li>Optimizing Sort: Work-Groups and the Memory Model</li>
</ul>
</li>
<li>A Survey of the Rest of OpenCL™
<ul>
<li>Runtime Layer, Event Model, C++ Wrapper API</li>
</ul>
</li>
<li>Simulating the Ocean</li>
</ul>
<p>More information can be found <a href="http://developer.amd.com/community/events/pages/SAAHPC-10.aspx" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2010/05/30/opencl-saahpc10-tutorial/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Compiling Python to a hybrid execution environment</title>
		<link>http://gpgpu.org/2010/04/12/compiling-python-to-a-hybrid-execution-environment</link>
		<comments>http://gpgpu.org/2010/04/12/compiling-python-to-a-hybrid-execution-environment#comments</comments>
		<pubDate>Mon, 12 Apr 2010 21:41:57 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[AMD CAL]]></category>
		<category><![CDATA[ATI Stream]]></category>
		<category><![CDATA[Compilers]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=2245</guid>
		<description><![CDATA[Abstract: A new compilation framework enables the execution of numerical-intensive applications, written in Python, on a hybrid execution environment formed by a CPU and a GPU. This compiler automatically computes the set of memory locations that need to be transferred to the GPU, and produces the correct mapping between the CPU and the GPU address [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>A new compilation framework enables the execution of numerical-intensive applications, written in Python, on a hybrid execution environment formed by a CPU and a GPU. This compiler automatically computes the set of memory locations that need to be transferred to the GPU, and produces the correct mapping between the CPU and the GPU address spaces. Thus, the programming model implements a virtual shared address space. This framework is implemented as a combination of unPython, an ahead-of-time compiler from Python/NumPy to the C++ programming language, and jit4GPU, a just-in-time compiler to the AMD CAL interface using CAL pixel shaders. Jit4GPU includes an optimizer that performs several loop transformations and reduces the number of texture instructions.  Experimental evaluation was done on a Radeon 4850 and demonstrates that for some benchmarks the generated GPU code is 50 times faster than generated OpenMP code. The GPU performance also compares favorably with optimized CPU BLAS code for single-precision computations in most cases. Code transformations performed by Jit4GPU on GPU code were also shown to produce considerable speedup compared to unoptimized GPU code.</p></blockquote>
<p>(Rahul Garg and José Nelson Amaral:<em> &#8220;Compiling Python to a Hybrid Execution Environment&#8221;</em>. Third Workshop on General-Purpose Computation on Graphics Processing Units, held in conjunction with ASPLOS XV, Pittsburgh, PA, March, 2010. <a href="http://dx.doi.org/10.1145/1735688.1735695" target="_blank">[DOI]</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2010/04/12/compiling-python-to-a-hybrid-execution-environment/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accelerating MATLAB Image Processing Toolbox Functions on GPUs</title>
		<link>http://gpgpu.org/2010/03/23/matlab-image-processing-toolbox</link>
		<comments>http://gpgpu.org/2010/03/23/matlab-image-processing-toolbox#comments</comments>
		<pubDate>Tue, 23 Mar 2010 11:10:02 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[ATI Stream]]></category>
		<category><![CDATA[Image Processing]]></category>
		<category><![CDATA[MATLAB]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[OpenCL]]></category>
		<category><![CDATA[Papers]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=2212</guid>
		<description><![CDATA[Abstract: We present our effort in developing an open-source GPU (graphics processing units) code library for the MATLAB Image Processing Toolbox (IPT). We ported a dozen of representative functions from IPT and based on their inherent characteristics, we grouped these functions into four categories: data independent, data sharing, algorithm dependent and data dependent. For each [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>We present our effort in developing an open-source GPU (graphics processing units) code library for the MATLAB Image Processing Toolbox (IPT). We ported a dozen of representative functions from IPT and based on their inherent characteristics, we grouped these functions into four categories: data independent, data sharing, algorithm dependent and data dependent. For each category, we present a detailed case study, which reveals interesting insights on how to efficiently optimize the code for GPUs and highlight performance-critical hardware features, some of which have not been well explored in existing literature. Our results show drastic speedups for the functions in the data-independent or data-sharing category by leveraging hardware support judiciously; and moderate speedups for those in the algorithm-dependent category by careful algorithm selection and parallelization. For the functions in the last category, fine-grain synchronization and data-dependency requirements are the main obstacles to an efficient implementation on GPUs.</p></blockquote>
<p>(J. Kong, et. al., <em><a href="https://sites.google.com/site/iptatiproject/Home/documentation" target="_blank">&#8220;Accelerating MATLAB Image Processing Toolbox Functions on GPUs&#8221;</a></em>, Proceedings of the Third Workshop on General-Purpose Computation on Graphics Processing Units (GPGPU-3), Pittsburgh, PA. Apr. 2010. Source code is <a href="https://sites.google.com/site/iptatiproject/Home" target="_blank">available here</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2010/03/23/matlab-image-processing-toolbox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pseudo-random number generators for Monte Carlo simulations on Graphics Processing Units</title>
		<link>http://gpgpu.org/2010/03/14/demchik-prng</link>
		<comments>http://gpgpu.org/2010/03/14/demchik-prng#comments</comments>
		<pubDate>Mon, 15 Mar 2010 01:06:51 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[ATI Stream]]></category>
		<category><![CDATA[Monte Carlo Simulation]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Random Number Generation]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=2194</guid>
		<description><![CDATA[Abstract: Basic uniform pseudo-random number generators are implemented on ATI Graphics Processing Units (GPU). The performance results of the realized generators (multiplicative linear congruential (GGL), XOR-shift (XOR128), RANECU, RANMAR, RANLUX and Mersenne Twister (MT19937)) on CPU and GPU are discussed. The obtained speed-up factor is hundreds of times in comparison with CPU. RANLUX generator is [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>Basic uniform pseudo-random number generators are implemented on ATI Graphics Processing Units (GPU). The performance results of the realized generators (multiplicative linear congruential (GGL), XOR-shift (XOR128), RANECU, RANMAR, RANLUX and Mersenne Twister (MT19937)) on CPU and GPU are discussed. The obtained speed-up factor is hundreds of times in comparison with CPU. RANLUX generator is found to be the most appropriate for using on GPU in Monte Carlo simulations. The brief review of the pseudo-random number generators used in modern software packages for Monte Carlo simulations in high-energy physics is present.</p></blockquote>
<p>(Vadim Demchik, <em>&#8220;Pseudo-random number generators for Monte Carlo simulations on Graphics Processing Units&#8221;</em>, Mar. 2010, <a href="http://arxiv.org/abs/1003.1898" target="_blank">arXiv:1003.1898 [hep-lat]</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2010/03/14/demchik-prng/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ATI Stream SDK 2.0 Production Release</title>
		<link>http://gpgpu.org/2010/01/26/ati-stream-sdk-2-0</link>
		<comments>http://gpgpu.org/2010/01/26/ati-stream-sdk-2-0#comments</comments>
		<pubDate>Wed, 27 Jan 2010 01:50:40 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[ATI Stream]]></category>
		<category><![CDATA[OpenCL]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=2095</guid>
		<description><![CDATA[From the release notes: ATI Stream SDK 2.0 is the first production SDK for both AMD GPUs and x86 CPUs. This release supports a wide range of ATI graphics processors, including the new ATI Radeon HD 5970, and provides support for OpenCL ICD (Installable Client Driver), atomic functions for 32-bit integers, a Microsoft Visual Studio [...]]]></description>
			<content:encoded><![CDATA[<p>From the release notes:</p>
<blockquote><p><a href="http://www.amd.com/stream" target="_blank">ATI Stream SDK 2.0</a> is the first production SDK for both AMD GPUs and x86 CPUs. This release supports a wide range of ATI graphics processors, including the new ATI Radeon HD 5970, and provides support for OpenCL ICD (Installable Client Driver), atomic functions for 32-bit integers, a Microsoft Visual Studio 2008-integrated ATI Stream Profiler performance analysis tool, and other robust features. Preview support for upcoming features include OpenCL and Microsoft DirectX 10 interoperability, and double-precision floating point basic arithmetic in OpenCL C kernels.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2010/01/26/ati-stream-sdk-2-0/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AMD STREAM SDK v2.0 beta Supports OpenCL on CPUs and GPUs</title>
		<link>http://gpgpu.org/2009/10/19/amd-stream-sdk-v2-0-beta</link>
		<comments>http://gpgpu.org/2009/10/19/amd-stream-sdk-v2-0-beta#comments</comments>
		<pubDate>Tue, 20 Oct 2009 02:40:17 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[ATI Stream]]></category>
		<category><![CDATA[OpenCL]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=1932</guid>
		<description><![CDATA[AMD&#8217;s STREAM SDK v2.0 beta4 is the first release of the STREAM SDK with OpenCL support on CPUs and GPUs. The OpenCL implementation is certified OpenCL 1.0 conformant by the Khronos group. Supported platforms are Windows XP, Vista and Windows 7, and a number of Linux distributions, all in 32 and 64-bit. The implementation supports [...]]]></description>
			<content:encoded><![CDATA[<p>AMD&#8217;s STREAM SDK v2.0 beta4 is the first release of the STREAM SDK with OpenCL support on CPUs and GPUs. The OpenCL implementation is certified OpenCL 1.0 conformant by the Khronos group. Supported platforms are Windows XP, Vista and Windows 7, and a number of Linux distributions, all in 32 and 64-bit. The implementation supports AMD and Intel multicore CPUs, as well as the two latest GPU generations from AMD.</p>
<p>The STREAM SDK as well as documentation and further information is available on <a href="http://developer.amd.com/GPU/ATISTREAMSDKBETAPROGRAM/Pages/default.aspx" target="_blank">AMD&#8217;s developer website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2009/10/19/amd-stream-sdk-v2-0-beta/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ATI Radeon™ HD 5800 Series Announced By AMD</title>
		<link>http://gpgpu.org/2009/10/01/ati-radeon-hd-5800-series-announced</link>
		<comments>http://gpgpu.org/2009/10/01/ati-radeon-hd-5800-series-announced#comments</comments>
		<pubDate>Fri, 02 Oct 2009 00:22:43 +0000</pubDate>
		<dc:creator>Mark Harris</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[ATI Stream]]></category>
		<category><![CDATA[DirectCompute]]></category>
		<category><![CDATA[GPUs]]></category>
		<category><![CDATA[OpenCL]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=1919</guid>
		<description><![CDATA[AMD announced its latest ATI Radeon™ series of graphics cards on September 23rd.  The new GPUs boast up to 2.72 GFLOP/s of single-precision floating point throughput, along with DirectX® 11 graphics (including DirectCompute) and OpenCL 1.0 support. From the press release: AMD (NYSE: AMD) today launched the most powerful processor ever created1, found in its next-generation graphics cards, [...]]]></description>
			<content:encoded><![CDATA[<p>AMD announced its latest ATI Radeon™ series of graphics cards on September 23rd.  The new GPUs boast up to 2.72 GFLOP/s of single-precision floating point throughput, along with DirectX® 11 graphics (including DirectCompute) and OpenCL 1.0 support.</p>
<p>From the <a href="http://www.amd.com/us/press-releases/Pages/amd-press-release-2009sep22.aspx" target="_blank">press release</a>:</p>
<blockquote>
<p style="margin-bottom: 11px;"><a style="color: #47620f; text-decoration: underline;" href="http://www.amd.com/">AMD</a> (NYSE: AMD) today launched the most powerful processor ever created<sup>1</sup>, found in its next-generation graphics cards, the <a style="color: #009966; text-decoration: underline;" href="http://links.amd.com/HD5800ProductPage">ATI Radeon™ HD 5800 series </a>graphics cards, and the world’s first and only to fully support Microsoft DirectX® 11<sup>2</sup>, the new gaming and compute standard shipping shortly with <a style="color: #009966; text-decoration: underline;" href="http://links.amd.com/HD5800Dessau">Microsoft Windows® 7</a>operating system. Boasting up to 2.72 TeraFLOPS of compute power, the ATI Radeon™ HD 5800 series effectively doubles the value consumers can expect of their graphics purchases, delivering twice the performance-per-dollar of previous generations of graphics products.<sup>3</sup> AMD will initially release two cards: the ATI Radeon HD 5870 and the ATI Radeon HD 5850, each with 1GB GDDR5 memory. With the ATI Radeon™ HD 5800 series of graphics cards, PC users can expand their computing experience with <a style="color: #009966; text-decoration: underline;" href="http://links.amd.com/HD5800Underground">ATI Eyefinity multi-display technology</a>, accelerate their computing experience with <a style="color: #009966; text-decoration: underline;" href="http://links.amd.com/HD5800Dessau">ATI Stream technology</a>, and dominate the competition with superior gaming performance and full support of Microsoft DirectX® 11, making it a “must-have” consumer purchase just in time for <a style="color: #009966; text-decoration: underline;" href="http://links.amd.com/HD5800Dessau">Microsoft Windows® 7 </a>operating system.</p>
<p style="margin-bottom: 11px;"><span id="more-1919"></span></p>
<p style="margin-bottom: 11px;"><strong>Accelerate with ATI Stream technology</strong></p>
<p style="margin-bottom: 11px;">With the ATI Radeon HD 5800 series of graphics card, PC users can <a style="color: #009966; text-decoration: underline;" href="http://links.amd.com/HD5800Dessau">unleash Windows 7</a> and realize the potential of a better computing experience to help do more with their PC:</p>
<ul style="list-style-type: square; list-style-position: initial; list-style-image: initial;">
<li><em>Harness the home supercomputer:</em> One ATI Radeon HD 5870 graphics card would have been one of the top 15 supercomputers in the world just six years ago – today that same processing power can be found in your home PC, working with high-performance CPUs to deliver a superior experience.<sup> </sup></li>
<li><em>Windows® 7 done right:</em> Windows 7 is the first compute-capable operating system and the ATI Radeon HD 5800 series of graphics cards with ATI Stream technology accelerate it like nothing else, being the first and only card to support <a style="color: #009966; text-decoration: none;" href="http://links.amd.com/HD5800Dessau">DirectCompute 11</a>.</li>
<li><em>Create and do more, faster than ever before with ATI Stream technology:</em> Enjoy new features, functionality and improved performance in top media, entertainment and productivity applications made possible by ATI Stream technology.</li>
<li><em>Most expansive support of industry standards:</em> The ATI Radeon HD 5800 of graphics cards fully support both DirectX 11 and OpenCL, ensuring broad application support now and the future.</li>
</ul>
<p><a href="http://www.amd.com/us/press-releases/Pages/amd-press-release-2009sep22.aspx" target="_blank">Read the complete press release</a>.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2009/10/01/ati-radeon-hd-5800-series-announced/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

