<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Grid or Thread (parallel programig)</title>
    <link>http://www.mapleprimes.com/questions/129399-Grid-Or-Thread-parallel-Programig</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Fri, 12 Jun 2026 05:45:01 GMT</lastBuildDate>
    <pubDate>Fri, 12 Jun 2026 05:45:01 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Grid or Thread (parallel programig)</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Grid or Thread (parallel programig)</title>
      <link>http://www.mapleprimes.com/questions/129399-Grid-Or-Thread-parallel-Programig</link>
    </image>
    <item>
      <title>Reference</title>
      <link>http://www.mapleprimes.com/questions/129399-Grid-Or-Thread-parallel-Programig?ref=Feed:MaplePrimes:Grid or Thread (parallel programig):Comments#answer129401</link>
      <itunes:summary>&lt;p&gt;The same was recently asked and answered here: &lt;a href="http://www.mapleprimes.com/questions/123817-Parallel-Programming"&gt;http://www.mapleprimes.com/questions/123817-Parallel-Programming&lt;/a&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;The same was recently asked and answered here: &lt;a href="http://www.mapleprimes.com/questions/123817-Parallel-Programming"&gt;http://www.mapleprimes.com/questions/123817-Parallel-Programming&lt;/a&gt;&lt;/p&gt;</description>
      <guid>129401</guid>
      <pubDate>Sat, 07 Jan 2012 01:04:22 Z</pubDate>
      <itunes:author>Markiyan Hirnyk</itunes:author>
      <author>Markiyan Hirnyk</author>
    </item>
    <item>
      <title>Optimization again</title>
      <link>http://www.mapleprimes.com/questions/129399-Grid-Or-Thread-parallel-Programig?ref=Feed:MaplePrimes:Grid or Thread (parallel programig):Comments#answer129409</link>
      <itunes:summary>&lt;p&gt;I also think that you should optimize your code.&lt;/p&gt;
&lt;p&gt;- You may think of changing your Newton-Raphson routine to Maple's internal N-R routine. I think it is in the student package.&lt;/p&gt;
&lt;p&gt;- Try to reduce the number of loops. If you multiply or add some vectors or matrices, multiply or add them directly, not in some loops. I think this is the first thing you should be thinking of seriously.&lt;/p&gt;
&lt;p&gt;- If you have a graphics card with CUDA support you can easily use this property for multiplying matrices. It reduces the operation time remarkably.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I also think that you should optimize your code.&lt;/p&gt;
&lt;p&gt;- You may think of changing your Newton-Raphson routine to Maple's internal N-R routine. I think it is in the student package.&lt;/p&gt;
&lt;p&gt;- Try to reduce the number of loops. If you multiply or add some vectors or matrices, multiply or add them directly, not in some loops. I think this is the first thing you should be thinking of seriously.&lt;/p&gt;
&lt;p&gt;- If you have a graphics card with CUDA support you can easily use this property for multiplying matrices. It reduces the operation time remarkably.&lt;/p&gt;</description>
      <guid>129409</guid>
      <pubDate>Sat, 07 Jan 2012 03:48:50 Z</pubDate>
      <itunes:author>cosmicstring</itunes:author>
      <author>cosmicstring</author>
    </item>
  </channel>
</rss>