<?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: Tools :: GPGPU.org</title>
	<atom:link href="http://gpgpu.org/tag/tools/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>Performance of SpMV in CUSPARSE, CUSP and SpeedIT</title>
		<link>http://gpgpu.org/2012/01/14/performance-of-spmv-in-cusparse-cusp-and-speedit</link>
		<comments>http://gpgpu.org/2012/01/14/performance-of-spmv-in-cusparse-cusp-and-speedit#comments</comments>
		<pubDate>Sat, 14 Jan 2012 12:43:31 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[Benchmarks]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Sparse Linear Systems]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=4384</guid>
		<description><![CDATA[The SpeedIt team recently compared and benchmarked the SpMV performance of CUSPARSE 4.0, CUSP 0.2.0 and SpeedIT 2.0 on 23 randomly chosen matrices from University Florida Matrix Collection. Comparisons were done on a Tesla C2050 in single and double precision. The full report is available at http://wp.me/p1ZihD-1.]]></description>
			<content:encoded><![CDATA[<p>The SpeedIt team recently compared and benchmarked the SpMV performance of CUSPARSE 4.0, CUSP 0.2.0 and SpeedIT 2.0 on 23 randomly chosen matrices from University Florida Matrix Collection. Comparisons were done on a Tesla C2050 in single and double precision. The full report is available at <a title="full benchmarking report" href="http://wp.me/p1ZihD-1" target="_blank">http://wp.me/p1ZihD-1</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2012/01/14/performance-of-spmv-in-cusparse-cusp-and-speedit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenCL Compiler Tools</title>
		<link>http://gpgpu.org/2011/10/19/opencl-compiler-tools</link>
		<comments>http://gpgpu.org/2011/10/19/opencl-compiler-tools#comments</comments>
		<pubDate>Wed, 19 Oct 2011 07:46:29 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OpenCL]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=4036</guid>
		<description><![CDATA[OCLTools is a powerful, yet compact, suite of Open Source tools that provide OpenCL developers with more alternatives to kernel compilation. OCLTools enables developers to eliminate costly kernel compilation time from the runtime of your application. With OCLTools developers can embed the source code of their kernels (clear text or encrypted) directly into their program [...]]]></description>
			<content:encoded><![CDATA[<p>OCLTools is a powerful, yet compact, suite of Open Source tools that provide OpenCL developers with more alternatives to kernel compilation. OCLTools enables developers to eliminate costly kernel compilation time from the runtime of your application. With OCLTools developers can embed the source code of their kernels (clear text or encrypted) directly into their program binaries, eliminating the need to distribute kernel source code in the open while still maintaining the flexibility of runtime compilation. Both source code and precompiled binaries can be embedded into OpenCL binaries, effectively eliminating the additional kernel compilation overhead from the run time of your application.</p>
<p>For more information go to <a href="http://www.clusterchimps.org" target="_blank">http://www.clusterchimps.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/10/19/opencl-compiler-tools/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aparapi &#8211; Parallel programming with Java and OpenCL</title>
		<link>http://gpgpu.org/2011/09/15/aparapi</link>
		<comments>http://gpgpu.org/2011/09/15/aparapi#comments</comments>
		<pubDate>Thu, 15 Sep 2011 06:07:39 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[OpenCL]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3966</guid>
		<description><![CDATA[AMD just released to open source a project called Aparapi that started in their JavaLabs team. Aparapi is an API for expressing data parallel workloads in Java and a runtime component capable of converting the Java bytecode of compatible workloads into OpenCL™ so that it can be executed on a variety of GPU devices.  More [...]]]></description>
			<content:encoded><![CDATA[<p>AMD just released to open source a project called Aparapi that started in their JavaLabs team. Aparapi is an API for expressing data parallel workloads in Java and a runtime component capable of converting the Java bytecode of compatible workloads into OpenCL™ so that it can be executed on a variety of GPU devices.  More information can be found in <a href=" http://blogs.amd.com/developer/2011/09/14/i-dont-always-write-gpu-code-in-java-but-when-i-do-i-like-to-use-aparapi/" target="_blank">this blog entry</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/09/15/aparapi/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thrust: A Productivity-Oriented Library for CUDA</title>
		<link>http://gpgpu.org/2011/09/12/thrust-a-productivity-oriented-library-for-cuda</link>
		<comments>http://gpgpu.org/2011/09/12/thrust-a-productivity-oriented-library-for-cuda#comments</comments>
		<pubDate>Mon, 12 Sep 2011 08:01:56 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3927</guid>
		<description><![CDATA[Abstract: This chapter demonstrates how to leverage the Thrust parallel template library to implement high-performance applications with minimal programming effort. Based on the C++ Standard Template Library (STL), Thrust brings a familiar high-level interface to the realm of GPU Computing while remaining fully interoperable with the rest of the CUDA software ecosystem. Applications written with [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>This chapter demonstrates how to leverage the Thrust parallel template library to implement high-performance applications with minimal programming effort. Based on the C++ Standard Template Library (STL), Thrust brings a familiar high-level interface to the realm of GPU Computing while remaining fully interoperable with the rest of the CUDA software ecosystem. Applications written with Thrust are concise, readable, and efficient.</p></blockquote>
<p>(Nathan Bell and Jared Hoberock: <em>&#8220;Thrust: A Productivity-Oriented Library for CUDA&#8221;</em>, GPU Computing Gems, Jade Edition, edited by Wen-mei W. Hwu, October 2011)</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/09/12/thrust-a-productivity-oriented-library-for-cuda/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GPU.NET v2.0 released</title>
		<link>http://gpgpu.org/2011/07/29/gpu-net-2-released</link>
		<comments>http://gpgpu.org/2011/07/29/gpu-net-2-released#comments</comments>
		<pubDate>Fri, 29 Jul 2011 11:52:15 +0000</pubDate>
		<dc:creator>Mark Harris</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3794</guid>
		<description><![CDATA[TidePowerd has released Version 2 of their GPU computing solution for the .NET framework, GPU.NET. Their platform allows developers to quickly and easily write GPU-accelerated applications completely in .NET-based languages. Some key benefits include: Stay in C# and treat kernel methods like any regular method “Boilerplate” GPU programming tasks such as memory transfer and GPU [...]]]></description>
			<content:encoded><![CDATA[<p>TidePowerd has released Version 2 of their GPU computing solution for the .NET framework, GPU.NET. Their platform allows developers to quickly and easily write GPU-accelerated applications completely in .NET-based languages. Some key benefits include:</p>
<ul>
<li>Stay in C# and treat kernel methods like any regular method</li>
<li>“Boilerplate” GPU programming tasks such as memory transfer and GPU scheduling are abstracted from the developer</li>
<li>Cross-platform and cross-hardware with a single binary</li>
<li>Systems seamlessly adapt to new hardware without rewriting code</li>
<li>Speed on par with native code</li>
</ul>
<p>New version 2 features:</p>
<ul>
<li>Visual Studio Error list and IntelliSense integration</li>
<li>On-device random number generation</li>
<li>Double precision support</li>
</ul>
<p>A <a href="http://www.tidepowerd.com/product/download" target="_blank">free 30-days evaluation license is available</a>, as well as in-depth <a href="http://github.com/tidepowerd/GPU.NET-Example-Projects" target="_blank">examples</a> and <a href="http://www.tidepowerd.com/documentation/tutorials" target="_blank">tutorials</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/07/29/gpu-net-2-released/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AMD Fusion Developer Summit</title>
		<link>http://gpgpu.org/2011/03/29/amd-fusion-developer-summit</link>
		<comments>http://gpgpu.org/2011/03/29/amd-fusion-developer-summit#comments</comments>
		<pubDate>Wed, 30 Mar 2011 00:51:18 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[Computer Graphics]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[Heterogeneneous Computing]]></category>
		<category><![CDATA[High-Performance Computing]]></category>
		<category><![CDATA[OpenCL]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials & Courses]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3368</guid>
		<description><![CDATA[Heterogeneous computing is moving into the mainstream, and a broader range of applications are already on the way. As the provider of world-class CPUs, GPUs, and APUs, AMD offers unique insight into these technologies and how they interoperate. We’ve been working with industry and academia partners to help advance real-world use of these technologies, and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://gpgpu.org/wp/wp-content/uploads/2011/03/afds_logo.png"><img class="alignright size-medium wp-image-3369" style="background-color: red; padding: 3px;" title="afds_logo" src="http://gpgpu.org/wp/wp-content/uploads/2011/03/afds_logo-300x77.png" alt="" width="300" height="77" /></a>Heterogeneous computing is moving into the mainstream, and a broader range of applications are already on the way. As the provider of world-class CPUs, GPUs, and APUs, AMD offers unique insight into these technologies and how they interoperate.  We’ve been working with industry and academia partners to help advance real-world use of these technologies, and to understand the opportunities that lie ahead. It’s time to share what we’ve learned so far.</p>
<p>With tutorials, hands-on labs, and sessions that span a range of topics from HPC to multimedia, you’ll have the opportunity to expand your view of what heterogeneous computing currently offers and where it is going. You’ll hear from industry innovators and academic pioneers who are exploring different ways of approaching problems, and utilizing new paradigms in computing to help identify solutions. You’ll meet AMD experts with deep knowledge of hardware architectures and the software techniques that best leverage those platforms. And you’ll connect with other software professionals who share your passion for the future of technology.</p>
<p>Learn more at <a href="http://developer.amd.com/afds" target="_blank">developer.amd.com/afds</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/03/29/amd-fusion-developer-summit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CUDA 4.0 Release Aims to Make Parallel Programming Easier</title>
		<link>http://gpgpu.org/2011/03/01/cuda-4-0-release</link>
		<comments>http://gpgpu.org/2011/03/01/cuda-4-0-release#comments</comments>
		<pubDate>Tue, 01 Mar 2011 07:55:01 +0000</pubDate>
		<dc:creator>Mark Harris</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[Press]]></category>
		<category><![CDATA[High-Performance Computing]]></category>
		<category><![CDATA[Multi-GPU]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Parallel Algorithms]]></category>
		<category><![CDATA[Parallel Computing]]></category>
		<category><![CDATA[Programming Languages]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3309</guid>
		<description><![CDATA[Today NVIDIA announced the upcoming 4.0 release of CUDA.  While most of the major CUDA releases accompanied a new GPU architecture, 4.0 is a software-only release, but that doesn&#8217;t mean there aren&#8217;t a lot of new features.  With this release, NVIDIA is aiming to lower the barrier to entry to parallel programming on GPUs, with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://gpgpu.org/wp/wp-content/uploads/2011/01/NVLogo_2D-e1298965986472.jpg"><img class="alignright size-full wp-image-3194" title="NVLogo_2D" src="http://gpgpu.org/wp/wp-content/uploads/2011/01/NVLogo_2D-e1298965986472.jpg" alt="" width="150" height="111" /></a>Today NVIDIA announced the upcoming 4.0 release of CUDA.  While most of the major CUDA releases accompanied a new GPU architecture, 4.0 is a software-only release, but that doesn&#8217;t mean there aren&#8217;t a lot of new features.  With this release, NVIDIA is aiming to lower the barrier to entry to parallel programming on GPUs, with new features including easier multi-GPU programming, a unified virtual memory address space, the powerful Thrust C++ template library, and automatic performance analysis in the Visual Profiler tool.  Full details follow in the quoted press release below.</p>
<p><span id="more-3309"></span></p>
<blockquote><p>SANTA CLARA, CA &#8212; (Marketwire) &#8212; 02/28/2011 &#8211; NVIDIA today announced the latest version of the NVIDIA® CUDA® Toolkit for developing parallel applications using NVIDIA GPUs.</p>
<p>The NVIDIA CUDA 4.0 Toolkit was designed to make parallel programming easier, and enable more developers to port their applications to GPUs. This has resulted in three main features:</p>
<ul>
<li>NVIDIA GPUDirect™ 2.0 Technology &#8211; Offers support for peer-to-peer communication among GPUs within a single server or workstation. This enables easier and faster multi-GPU programming and application performance.</li>
<li>Unified Virtual Addressing (UVA) &#8211; Provides a single merged-memory address space for the main system memory and the GPU memories, enabling quicker and easier parallel programming.</li>
<li>Thrust C++ Template Performance Primitives Libraries &#8211; Provides a collection of powerful open source C++ parallel algorithms and data structures that ease programming for C++ developers. With Thrust, routines such as parallel sorting are 5X to 100X faster than with Standard Template Library (STL) and Threading Building Blocks (TBB).</li>
</ul>
<p>&#8220;Unified virtual addressing and faster GPU-to-GPU communication makes it easier for developers to take advantage of the parallel computing capability of GPUs,&#8221; said John Stone, senior research programmer, University of Illinois, Urbana-Champaign.</p>
<p>&#8220;Having access to GPU computing through the standard template interface greatly increases productivity for a wide range of tasks, from simple cashflow generation to complex computations with Libor market models, variable annuities or CVA adjustments,&#8221; said Peter Decrem, director of Rates Products at Quantifi. &#8221;The Thrust C++ library has lowered the barrier of entry significantly by taking care of low-level functionality like memory access and allocation, allowing the financial engineer to focus on algorithm development in a GPU-enhanced environment.&#8221;</p>
<p>The CUDA 4.0 architecture release includes a number of other key features and capabilities, including:</p>
<ul>
<li>MPI Integration with CUDA Applications &#8211; Modified MPI implementations automatically move data from and to the GPU memory over Infiniband when an application does an MPI send or receive call.</li>
<li>Multi-thread Sharing of GPUs &#8211; Multiple CPU host threads can share contexts on a single GPU, making it easier to share a single GPU by multi-threaded applications.</li>
<li>Multi-GPU Sharing by Single CPU Thread &#8211; A single CPU host thread can access all GPUs in a system. Developers can easily coordinate work across multiple GPUs for tasks such as &#8220;halo&#8221; exchange in applications.</li>
<li>New NPP Image and Computer Vision Library &#8211; A rich set of image transformation operations that enable rapid development of imaging and computer vision applications.</li>
<li>New and Improved Capabilities
<ul>
<li>Auto performance analysis in the Visual Profiler</li>
<li>New features in cuda-gdb and added support for MacOS</li>
<li>Added support for C++ features like new/delete and virtual functions</li>
<li>New GPU binary disassembler</li>
</ul>
</li>
</ul>
<p>A release candidate of CUDA Toolkit 4.0 will be available free of charge beginning March 4, 2011, by enrolling in the CUDA Registered Developer Program at: <a href="http://www.nvidia.com/paralleldeveloper" target="_blank">www.nvidia.com/paralleldeveloper</a>. The CUDA Registered Developer Program provides a wealth of tools, resources, and information for parallel application developers to maximize the potential of CUDA.</p>
<p>For more information on the features and capabilities of the CUDA Toolkit and on GPGPU applications, please visit:<a href="http://www.nvidia.com/cuda" target="_blank">www.nvidia.com/cuda</a>.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/03/01/cuda-4-0-release/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OpenCLcc: Offline OpenCL Compilation</title>
		<link>http://gpgpu.org/2011/02/10/openclcc-offline-opencl-compilation</link>
		<comments>http://gpgpu.org/2011/02/10/openclcc-offline-opencl-compilation#comments</comments>
		<pubDate>Fri, 11 Feb 2011 04:03:50 +0000</pubDate>
		<dc:creator>Mark Harris</dc:creator>
				<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[OpenCL]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3252</guid>
		<description><![CDATA[A simple tool for off-line compilation of OpenCL kernel code, called &#8220;OpenCLcc&#8221;,  is now available at http://code.google.com/p/openclcc/ OpenCLcc takes a text file with the OpenCL kernel code as input and calls the OpenCL run-time to compile it, echoing errors to the console.]]></description>
			<content:encoded><![CDATA[<p>A simple tool for off-line compilation of OpenCL kernel code, called &#8220;OpenCLcc&#8221;,  is now available at</p>
<p><a href="http://code.google.com/p/openclcc/">http://code.google.com/p/openclcc/</a></p>
<p>OpenCLcc takes a text file with the OpenCL kernel code as input and calls the OpenCL run-time to compile it, echoing errors to the console.</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/02/10/openclcc-offline-opencl-compilation/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SpeedIT 1.2 released</title>
		<link>http://gpgpu.org/2011/02/01/speedit-1-2-released</link>
		<comments>http://gpgpu.org/2011/02/01/speedit-1-2-released#comments</comments>
		<pubDate>Wed, 02 Feb 2011 00:39:10 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Physics Simulation]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3195</guid>
		<description><![CDATA[SpeedIT Extreme 1.2 introduces support for complex numbers in single and double precision for all SpeedIT methods, such as fast sparse matrix vector multiplication, CG and BiCGSTAB solver.]]></description>
			<content:encoded><![CDATA[<p><a href="http://speedit.vratis.com/" target="_blank">SpeedIT Extreme 1.2</a> introduces support for complex numbers in single and double precision for all SpeedIT methods, such as fast sparse matrix vector multiplication, CG and BiCGSTAB solver.</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2011/02/01/speedit-1-2-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenFOAM SpeedIT plugin 1.1 released</title>
		<link>http://gpgpu.org/2010/11/27/openfoam-speedit-1-1-released</link>
		<comments>http://gpgpu.org/2010/11/27/openfoam-speedit-1-1-released#comments</comments>
		<pubDate>Sat, 27 Nov 2010 22:18:28 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[Multi-GPU]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Physics Simulation]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=3030</guid>
		<description><![CDATA[The OpenFOAM SpeedIT plugin version 1.1 has been released under the GPL License. The most important new features are: Multi-GPU support Tested on Fermi architecture (GTX460 and Tesla C2050) Automated submission of the domain to the GPU cards (using decomposePar from OpenFOAM) Optimized submission of computational tasks to the best GPU card in the system [...]]]></description>
			<content:encoded><![CDATA[<p>The OpenFOAM SpeedIT plugin version 1.1 has been released under the GPL License. The most important new features are:</p>
<ul>
<li>Multi-GPU support</li>
<li>Tested on Fermi architecture (GTX460 and Tesla C2050)</li>
<li>Automated submission of the domain to the GPU cards (using decomposePar from OpenFOAM)</li>
<li>Optimized submission of computational tasks to the best GPU card in the system for any number of computational threads</li>
<li>Plugin picks the most powerful GPU card for a single thread cases</li>
</ul>
<p>The OpenFOAM SpeedIT plugin is available at <a href="http://speedit.vratis.com" target="_blank">http://speedit.vratis.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2010/11/27/openfoam-speedit-1-1-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

