<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Parallel algorithms for Palo Cube Rules</title>
	<atom:link href="http://www.paloinsider.com/palo/parallel-algorithms-for-palo-cube-rules/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paloinsider.com/palo/parallel-algorithms-for-palo-cube-rules/</link>
	<description>Jedox CEO Kristian Raue about Palo Open-Source Business Intelligence</description>
	<lastBuildDate>Tue, 27 Jul 2010 09:09:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: AfeReka</title>
		<link>http://www.paloinsider.com/palo/parallel-algorithms-for-palo-cube-rules/comment-page-1/#comment-166</link>
		<dc:creator>AfeReka</dc:creator>
		<pubDate>Tue, 04 May 2010 19:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.paloinsider.com/palo/parallel-algorithms-for-palo-cube-rules/#comment-166</guid>
		<description>&lt;strong&gt;Parallel algorithms for Palo Cube Rules &#124; Palo Insider...&lt;/strong&gt;

&lt;b&gt;&lt;a href=&quot;http://www.kriptonit.ru/?g=196&amp;m=3232&quot; rel=&quot;nofollow&quot;&gt;AEG AEG F 44860&lt;/a&gt;&lt;/b&gt;...</description>
		<content:encoded><![CDATA[<p><strong>Parallel algorithms for Palo Cube Rules | Palo Insider&#8230;</strong></p>
<p><b><a href="http://www.kriptonit.ru/?g=196&amp;m=3232" rel="nofollow">AEG AEG F 44860</a></b>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kristianraue</title>
		<link>http://www.paloinsider.com/palo/parallel-algorithms-for-palo-cube-rules/comment-page-1/#comment-147</link>
		<dc:creator>kristianraue</dc:creator>
		<pubDate>Fri, 19 Mar 2010 10:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.paloinsider.com/palo/parallel-algorithms-for-palo-cube-rules/#comment-147</guid>
		<description>The software can use all CUDA-capable GPUs in the system (an SLI bridge between cards is not required, as this is only necessary for rendering graphics). In fact, using multiple GPUs has two advantages: first, it will speed up Palo aggregations on the same data even further than with one GPU, because of the larger number of processing units. Second, it allows you to work with more data due to the increased graphics memory.</description>
		<content:encoded><![CDATA[<p>The software can use all CUDA-capable GPUs in the system (an SLI bridge between cards is not required, as this is only necessary for rendering graphics). In fact, using multiple GPUs has two advantages: first, it will speed up Palo aggregations on the same data even further than with one GPU, because of the larger number of processing units. Second, it allows you to work with more data due to the increased graphics memory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zman</title>
		<link>http://www.paloinsider.com/palo/parallel-algorithms-for-palo-cube-rules/comment-page-1/#comment-146</link>
		<dc:creator>Zman</dc:creator>
		<pubDate>Wed, 17 Mar 2010 23:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.paloinsider.com/palo/parallel-algorithms-for-palo-cube-rules/#comment-146</guid>
		<description>Can it make effective use of multiple Nvidia graphics cards (2-way SLI, 4-way SLI) or is it limited to just one?</description>
		<content:encoded><![CDATA[<p>Can it make effective use of multiple Nvidia graphics cards (2-way SLI, 4-way SLI) or is it limited to just one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kristianraue</title>
		<link>http://www.paloinsider.com/palo/parallel-algorithms-for-palo-cube-rules/comment-page-1/#comment-140</link>
		<dc:creator>kristianraue</dc:creator>
		<pubDate>Tue, 09 Feb 2010 14:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.paloinsider.com/palo/parallel-algorithms-for-palo-cube-rules/#comment-140</guid>
		<description>Tom,

Here are the answers:

&quot;Does it work on a virtual Linux system via VMWare in a server environment?&quot;
  
To achieve their high perfomance, our parallel algorithms designed for GPUs have to run on actual GPU hardware. Since usually a VM does not have (exclusive) control over the hardware it runs on, it cannot guarantee that the GPU is available for a specific programm.
So, no, even if the software may &quot;work&quot; on a virtual machine, you won&#039;t get the GPU speedup.

&quot;Does is work on an office PC with a low-end graphics card with passive cooling?&quot;
  
In principle, yes. However, there are some minimum hardware requirements, depending in part on your OLAP model:
First of all, at present we only support Nvidia GPUs that are CUDA-capable (which sort of means that non-graphics algorithms run on them). They also need to have &quot;compute capability 1.3&quot;, which means they can handle double precision floating point arithmetics.
Finally, the total graphics memory on the card(s) needs to be large enough for the data to be processed. We do hold (part of) the cube data in graphics memory. Hence, the larger your cubes, the bigger your required GPU memory.
What does this mean in practice? -- We are currently doing a lot of our own development and tests on cards of the GTX-2xx series, which come with up to 2 GB graphics memory and start as low as EUR 200,-. This may not be low-end, but it&#039;s what most people nowadays have in their home computers. (You may have to beg to get it in your office desktop, though. So it&#039;s a valid question.)

&quot;Does it work on a terminal PC via web-interface, either virtual
desktop or browser-based?&quot;
  
Yes, if you were asking about client machines. Since our current parallel algorithms are only part of the SERVER software, it does not matter what front-end you use to access the server, be it web-based, via Excel spreadsheet, or otherwise.</description>
		<content:encoded><![CDATA[<p>Tom,</p>
<p>Here are the answers:</p>
<p>&#8220;Does it work on a virtual Linux system via VMWare in a server environment?&#8221;</p>
<p>To achieve their high perfomance, our parallel algorithms designed for GPUs have to run on actual GPU hardware. Since usually a VM does not have (exclusive) control over the hardware it runs on, it cannot guarantee that the GPU is available for a specific programm.<br />
So, no, even if the software may &#8220;work&#8221; on a virtual machine, you won&#8217;t get the GPU speedup.</p>
<p>&#8220;Does is work on an office PC with a low-end graphics card with passive cooling?&#8221;</p>
<p>In principle, yes. However, there are some minimum hardware requirements, depending in part on your OLAP model:<br />
First of all, at present we only support Nvidia GPUs that are CUDA-capable (which sort of means that non-graphics algorithms run on them). They also need to have &#8220;compute capability 1.3&#8243;, which means they can handle double precision floating point arithmetics.<br />
Finally, the total graphics memory on the card(s) needs to be large enough for the data to be processed. We do hold (part of) the cube data in graphics memory. Hence, the larger your cubes, the bigger your required GPU memory.<br />
What does this mean in practice? &#8212; We are currently doing a lot of our own development and tests on cards of the GTX-2xx series, which come with up to 2 GB graphics memory and start as low as EUR 200,-. This may not be low-end, but it&#8217;s what most people nowadays have in their home computers. (You may have to beg to get it in your office desktop, though. So it&#8217;s a valid question.)</p>
<p>&#8220;Does it work on a terminal PC via web-interface, either virtual<br />
desktop or browser-based?&#8221;</p>
<p>Yes, if you were asking about client machines. Since our current parallel algorithms are only part of the SERVER software, it does not matter what front-end you use to access the server, be it web-based, via Excel spreadsheet, or otherwise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.paloinsider.com/palo/parallel-algorithms-for-palo-cube-rules/comment-page-1/#comment-139</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 08 Feb 2010 09:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.paloinsider.com/palo/parallel-algorithms-for-palo-cube-rules/#comment-139</guid>
		<description>Does it work on a virtual Linux system via VMWare in a server environment?
Does is work on an office PC with a low-end graphics card with passive cooling?
Does it work on a terminal PC via web-interface, either virtual desktop or browser-based?</description>
		<content:encoded><![CDATA[<p>Does it work on a virtual Linux system via VMWare in a server environment?<br />
Does is work on an office PC with a low-end graphics card with passive cooling?<br />
Does it work on a terminal PC via web-interface, either virtual desktop or browser-based?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
