<?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;  :: GPGPU.org</title>
	<atom:link href="http://gpgpu.org/feed" rel="self" type="application/rss+xml" />
	<link>http://gpgpu.org</link>
	<description>General-Purpose Computation on Graphics Hardware</description>
	<lastBuildDate>Fri, 11 May 2012 07:31:03 +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>CUSHAW: a CUDA compatible short read aligner to large genomes based on the Burrows-Wheeler transform</title>
		<link>http://gpgpu.org/2012/05/11/cushaw</link>
		<comments>http://gpgpu.org/2012/05/11/cushaw#comments</comments>
		<pubDate>Fri, 11 May 2012 07:25:34 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Bioinformatics]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Sequence Alignment]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=4689</guid>
		<description><![CDATA[Abstract: Motivation: New high-throughput sequencing technologies have promoted the production of short reads with dramatically low unit cost. The explosive growth of short read datasets poses a challenge to the mapping of short reads to reference genomes, such as the human genome, in terms of alignment quality and execution speed. Results: We present CUSHAW, a [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>Motivation: New high-throughput sequencing technologies have promoted the production of short reads with dramatically low unit cost. The explosive growth of short read datasets poses a challenge to the mapping of short reads to reference genomes, such as the human genome, in terms of alignment quality and execution speed.</p>
<p>Results: We present CUSHAW, a parallelized short read aligner based on the compute unified device architecture (CUDA) parallel programming model. We exploit CUDA-compatible graphics hardware as accelerators to achieve fast speed. Our algorithm employs a quality-aware bounded search approach based on the Burrows- Wheeler transform (BWT) and the Ferragina Manzini (FM)-index to reduce the search space and achieve high alignment quality. Performance evaluation, using simulated as well as real short read datasets, reveals that our algorithm running on one or two graphics processing units (GPUs) achieves significant speedups in terms of execution time, while yielding comparable or even better alignment quality for paired-end alignments compared to three popular BWT-based aligners: Bowtie, BWA and SOAP2. CUSHAW also delivers competitive performance in terms of SNP calling for an E.coli test dataset.</p>
<p>Availability: <a title="source code link" href="http://cushaw.sourceforge.net" target="_blank">http://cushaw.sourceforge.net</a>.</p></blockquote>
<p>(Y. Liu, B. Schmidt, D. Maskell: <em>&#8220;CUSHAW: a CUDA compatible short read aligner to large genomes based on the Burrows-Wheeler transform&#8221;</em>, Bioinformatics, 2012. [<a title="link to publication" href="http://dx.doiorg/10.1093/bioinformatics/bts276" target="_blank">DOI</a>])</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2012/05/11/cushaw/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acceleware CUDA™ Training &#8211; Life Science Focus</title>
		<link>http://gpgpu.org/2012/05/02/acceleware-cuda-training-life-science-focus</link>
		<comments>http://gpgpu.org/2012/05/02/acceleware-cuda-training-life-science-focus#comments</comments>
		<pubDate>Wed, 02 May 2012 06:50:37 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Life Sciences]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Tutorials & Courses]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=4679</guid>
		<description><![CDATA[Partnering with NVIDIA and Microsoft, this four day CUDA training course is designed for Researchers and Programmers in the life science industries who are looking to develop comprehensive skills in writing and optimizing applications that fully leverage the many-core processing capabilities of the GPU. It is held in Boston, MA, on June 4-7, 2012. This [...]]]></description>
			<content:encoded><![CDATA[<p>Partnering with NVIDIA and Microsoft, this four day CUDA training course is designed for Researchers and Programmers in the life science industries who are looking to develop comprehensive skills in writing and optimizing applications that fully leverage the many-core processing capabilities of the GPU. It is held in Boston, MA, on June 4-7, 2012. This course will have a life science theme. Commonly used algorithms such as Monte Carlo methods, FFT and filtering will be used and profiled in examples. The case study on day 4 focuses on the efficient implementation of a molecular dynamics simulation. More information: <a title="Link to course information" href="http://www.acceleware.com/jun4boston" target="_blank">http://www.acceleware.com/jun4boston</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2012/05/02/acceleware-cuda-training-life-science-focus/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facing the Multicore Challenge III</title>
		<link>http://gpgpu.org/2012/04/27/facing-the-multicore-challenge-iii</link>
		<comments>http://gpgpu.org/2012/04/27/facing-the-multicore-challenge-iii#comments</comments>
		<pubDate>Fri, 27 Apr 2012 08:07:58 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Call for Papers]]></category>
		<category><![CDATA[Conferences]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=4673</guid>
		<description><![CDATA[Submissions are cordially invited for MCC-III, to be held in Stuttgart, Germany, September 19-21. This conference is the 3rd in a series, starting in 2010 in Heidelberg at the Heidelberg Academy of Sciences (HAW) and 2011 at the Karlsruhe Institute of Technology (KIT) and the Engineering Mathematics and Computing Lab (EMCL). It aims to combine [...]]]></description>
			<content:encoded><![CDATA[<p>Submissions are cordially invited for MCC-III, to be held in Stuttgart, Germany, September 19-21. This conference is the 3rd in a series, starting in 2010 in Heidelberg at the Heidelberg Academy of Sciences (HAW) and 2011 at the Karlsruhe Institute of Technology (KIT) and the Engineering Mathematics and Computing Lab (EMCL). It aims to combine new aspects of multi-/manycore microprocessor technologies, parallel applications, numerical simulation, software development and tools. Contributions are welcome from all participating disciplines. Particular emphasis is placed on the support and advancement of young scientists, in addition to high-quality invited keynote talks and tutorials. More information including the full call for papers, topics of interest and submission instructions: <a title="multicore challenge website" href="http://www.multicore-challenge.org" target="_blank">http://www.multicore-challenge.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2012/04/27/facing-the-multicore-challenge-iii/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenCL SDK for new Intel Core Processors</title>
		<link>http://gpgpu.org/2012/04/27/opencl-sdk-for-new-intel-core-processors</link>
		<comments>http://gpgpu.org/2012/04/27/opencl-sdk-for-new-intel-core-processors#comments</comments>
		<pubDate>Fri, 27 Apr 2012 08:00:26 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[Heterogeneneous Computing]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[OpenCL]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=4664</guid>
		<description><![CDATA[The Intel® SDK for OpenCL Applications now supports the OpenCL 1.1 full-profile on 3rd generation Intel® Core™ processors with Intel® HD Graphics 4000/2500. For the first time, OpenCL developers using Intel® architecture can utilize compute resources across both Intel® Processor and Intel HD Graphics. More information: http://software.intel.com/en-us/articles/vcsource-tools-opencl-sdk]]></description>
			<content:encoded><![CDATA[<p>The Intel® SDK for OpenCL Applications now supports the OpenCL 1.1 full-profile on 3rd generation Intel® Core™ processors with Intel® HD Graphics 4000/2500. For the first time, OpenCL developers using Intel® architecture can utilize compute resources across both Intel® Processor and Intel HD Graphics. More information: <a title="OpenCL SDK @ Intel.com" href="http://software.intel.com/en-us/articles/vcsource-tools-opencl-sdk" target="_blank">http://software.intel.com/en-us/articles/vcsource-tools-opencl-sdk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2012/04/27/opencl-sdk-for-new-intel-core-processors/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Libra Platform version released</title>
		<link>http://gpgpu.org/2012/04/21/new-libra-version</link>
		<comments>http://gpgpu.org/2012/04/21/new-libra-version#comments</comments>
		<pubDate>Sat, 21 Apr 2012 09:05:14 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Heterogeneneous Computing]]></category>
		<category><![CDATA[MATLAB]]></category>
		<category><![CDATA[Programming Environments]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=4649</guid>
		<description><![CDATA[Libra Platform is a GPGPU-Heterogeneous Compute API and runtime environment available on Windows, Mac and Linux. Libra Compute API offers performance portability and direct compute access via standard programming environments C/C++, Java, C# and Matlab to execute math operations on top of current and future compute architectures, including the latest GPUs, x86/x64 CPUs and with [...]]]></description>
			<content:encoded><![CDATA[<p>Libra Platform is a GPGPU-Heterogeneous Compute API and runtime environment available on Windows, Mac and Linux. Libra Compute API offers performance portability and direct compute access via standard programming environments C/C++, Java, C# and Matlab to execute math operations on top of current and future compute architectures, including the latest GPUs, x86/x64 CPUs and with broad support for compute devices compatible with low level specific APIs &#8211; OpenCL, CUDA, OpenGL and standard x86/x64 compute APIs.</p>
<p>Read more in the <a title="full announcements at gpusystems.com" href="http://www.gpusystems.com/doc/NewsReleaseGPGPU.pdf" target="_blank">full announcement</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2012/04/21/new-libra-version/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>2 Day CUDA Workshop, May 5-6 2012, Berlin, Germany</title>
		<link>http://gpgpu.org/2012/04/21/cuda-berlin-may-workshop</link>
		<comments>http://gpgpu.org/2012/04/21/cuda-berlin-may-workshop#comments</comments>
		<pubDate>Sat, 21 Apr 2012 08:59:29 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Courses]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=4647</guid>
		<description><![CDATA[A 2 day CUDA workshop is taking place in Berlin, Germany on May 5 and 6 2012. Course details, outline and prices are available at http://cuda.eventbrite.com.]]></description>
			<content:encoded><![CDATA[<p>A 2 day CUDA workshop is taking place in Berlin, Germany on May 5 and 6 2012. Course details, outline and prices are available at <a title="course website" href="http://cuda.eventbrite.com/" target="_blank">http://cuda.eventbrite.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2012/04/21/cuda-berlin-may-workshop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New rCUDA version beta testing</title>
		<link>http://gpgpu.org/2012/04/18/rcuda</link>
		<comments>http://gpgpu.org/2012/04/18/rcuda#comments</comments>
		<pubDate>Wed, 18 Apr 2012 06:05:22 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Developer Resources]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Multi-GPU]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Programming Environments]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=4640</guid>
		<description><![CDATA[The rCUDA Team is proud to announce a new version of the rCUDA framework which will include many new functionalities as well as boosted performance. This new version, cooked for over a year, will incorporate pipelined transfers, full multi-thread and multi-node capabilities, CUDA 4.1 support, global scheduler integration, support for CUDA C extensions, and native [...]]]></description>
			<content:encoded><![CDATA[<p>The rCUDA Team is proud to announce a new version of the rCUDA framework which will include many new functionalities as well as boosted performance. This new version, cooked for over a year, will incorporate pipelined transfers, full multi-thread and multi-node capabilities, CUDA 4.1 support, global scheduler integration, support for CUDA C extensions, and native InfiniBand support. A closed beta teting program has been started. See the complete text at <a href="http://www.rcuda.net/index.php/news/19-new-revolutionary-version-of-rcuda-to-be-launched.html" target="_blank">http://www.rcuda.net/index.php/news/19-new-revolutionary-version-of-rcuda-to-be-launched.html</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2012/04/18/rcuda/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scalable GPU graph traversal</title>
		<link>http://gpgpu.org/2012/04/17/scalable-gpu-graph-traversal</link>
		<comments>http://gpgpu.org/2012/04/17/scalable-gpu-graph-traversal#comments</comments>
		<pubDate>Tue, 17 Apr 2012 16:19:41 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Graph Algorithms]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Parallel Algorithms]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=4634</guid>
		<description><![CDATA[Abstract: Breadth-first search (BFS) is a core primitive for graph traversal and a basis for many higher-level graph analysis algorithms. It is also representative of a class of parallel computations whose memory accesses and work distribution are both irregular and data-dependent. Recent work has demonstrated the plausibility of GPU sparse graph traversal, but has tended [...]]]></description>
			<content:encoded><![CDATA[<p>Abstract:</p>
<blockquote><p>Breadth-first search (BFS) is a core primitive for graph traversal and a basis for many higher-level graph analysis algorithms. It is also representative of a class of parallel computations whose memory accesses and work distribution are both irregular and data-dependent. Recent work has demonstrated the plausibility of GPU sparse graph traversal, but has tended to focus on asymptotically inefficient algorithms that perform poorly on graphs with non-trivial diameter.</p>
<p>We present a BFS parallelization focused on fine-grained task management constructed from efficient prefix sum that achieves an asymptotically optimal O(|V|+|E|) work complexity. Our implementation delivers excellent performance on diverse graphs, achieving traversal rates in excess of 3.3 billion and 8.3 billion traversed edges per second using single and quad-GPU configurations, respectively. This level of performance is several times faster than state-of-the-art implementations both CPU and GPU platforms.</p></blockquote>
<p>(Duane Merrill, Michael Garland and  Andrew Grimshaw: <em>&#8220;Scalable GPU graph traversal&#8221;</em>, Proceedings of the 17th ACM SIGPLAN symposium on Principles and Practice of Parallel Programming (PPoPP&#8217;12), pp.117-128, Feburary 2012. [<a title="DOI link to the paper" href="http://dx.doi.org/10.1145/2145816.2145832" target="_blank">DOI</a>])</p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2012/04/17/scalable-gpu-graph-traversal/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acceleware 4 Day CUDA™ Course, Calgary</title>
		<link>http://gpgpu.org/2012/04/17/acceleware-4-day-cuda-course-calgary</link>
		<comments>http://gpgpu.org/2012/04/17/acceleware-4-day-cuda-course-calgary#comments</comments>
		<pubDate>Tue, 17 Apr 2012 16:14:44 +0000</pubDate>
		<dc:creator>dom</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[NVIDIA CUDA]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Tutorials & Courses]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=4624</guid>
		<description><![CDATA[Partnering with NVIDIA, this four day course (May 8-11, 2012) is designed for Programmers who are looking to develop comprehensive skills in writing and optimizing applications that fully leverage the multi-core processing capabilities of the GPU. Delivered by Acceleware Developers, who provide real world experience and examples, the training comprises of classroom lectures and hands-on [...]]]></description>
			<content:encoded><![CDATA[<p>Partnering with NVIDIA, this four day course (May 8-11, 2012) is designed for Programmers who are looking to develop comprehensive skills in writing and optimizing applications that fully leverage the multi-core processing capabilities of the GPU.</p>
<p>Delivered by Acceleware Developers, who provide real world experience and examples, the training comprises of classroom lectures and hands-on tutorials. Each student will be supplied with a laptop equipped with NVIDIA GPUs for the duration of the course. Small class sizes maximize learning and ensure a personal educational experience.</p>
<p>More information: <a title="acceleware announcement" href="http://www.acceleware.com/may8calgary" target="_blank">http://www.acceleware.com/may8calgary</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2012/04/17/acceleware-4-day-cuda-course-calgary/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CFP: Deadline Extension &#8211; UKPEW 2012 &#8211; The 28th UK Performance Engineering Workshop</title>
		<link>http://gpgpu.org/2012/04/10/cfp-deadline-extension-ukpew</link>
		<comments>http://gpgpu.org/2012/04/10/cfp-deadline-extension-ukpew#comments</comments>
		<pubDate>Tue, 10 Apr 2012 06:11:49 +0000</pubDate>
		<dc:creator>Mark Harris</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://gpgpu.org/?p=4614</guid>
		<description><![CDATA[UKPEW is the leading UK forum for the presentation of all aspects of performance modeling and analysis of computer and telecommunication systems. Original papers are invited on all relevant topics but papers on or related to the subjects listed below are particularly welcome. The paper submission deadline has just been extended to April 20, 2012. [...]]]></description>
			<content:encoded><![CDATA[<p>UKPEW is the leading UK forum for the presentation of all aspects of performance modeling and analysis of computer and telecommunication systems. Original papers are invited on all relevant topics but papers on or related to the subjects listed below are particularly welcome.</p>
<p>The paper submission deadline has just been extended to April 20, 2012. The conference takes place June 2 and 3, 2012, in Edinburgh, UK. More Information: <a title="UKPEW website" href="http://www.ukpew.org" target="_blank">http://www.ukpew.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gpgpu.org/2012/04/10/cfp-deadline-extension-ukpew/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

