<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/250926</link>
    <title>MATLAB Central Newsreader - speeding up floating point operations</title>
    <description>Feed for thread: speeding up floating point operations</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Fri, 08 May 2009 22:35:02 -0400</pubDate>
      <title>speeding up floating point operations</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/250926#648519</link>
      <author>NIcholas </author>
      <description>Some C++ compilers have an option for performing floating point computations precisely vs. quickly (e.g. visual studio c++ compiler: &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/e7s85ffb(VS.80).aspx).&quot;&gt;http://msdn.microsoft.com/en-us/library/e7s85ffb(VS.80).aspx).&lt;/a&gt;  Is there a way to specify such an option in MATLAB to speedup general purpose floating point operations, such as Matrix Multiplication or element wise addition/multiplication etc.?</description>
    </item>
    <item>
      <pubDate>Fri, 08 May 2009 23:35:02 -0400</pubDate>
      <title>Re: speeding up floating point operations</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/250926#648524</link>
      <author>John D'Errico</author>
      <description>&quot;NIcholas &quot; &amp;lt;remove.this_nmg33@cornell.edu&amp;gt; wrote in message &amp;lt;gu2c2m$mup$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Some C++ compilers have an option for performing floating point computations precisely vs. quickly (e.g. visual studio c++ compiler: &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/e7s85ffb(VS.80).aspx).&quot;&gt;http://msdn.microsoft.com/en-us/library/e7s85ffb(VS.80).aspx).&lt;/a&gt;  Is there a way to specify such an option in MATLAB to speedup general purpose floating point operations, such as Matrix Multiplication or element wise addition/multiplication etc.?&lt;br&gt;
&lt;br&gt;
No.</description>
    </item>
    <item>
      <pubDate>Sat, 09 May 2009 01:00:17 -0400</pubDate>
      <title>Re: speeding up floating point operations</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/250926#648532</link>
      <author>James Tursa</author>
      <description>&quot;NIcholas &quot; &amp;lt;remove.this_nmg33@cornell.edu&amp;gt; wrote in message &amp;lt;gu2c2m$mup$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Some C++ compilers have an option for performing floating point computations precisely vs. quickly (e.g. visual studio c++ compiler: &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/e7s85ffb(VS.80).aspx).&quot;&gt;http://msdn.microsoft.com/en-us/library/e7s85ffb(VS.80).aspx).&lt;/a&gt;  Is there a way to specify such an option in MATLAB to speedup general purpose floating point operations, such as Matrix Multiplication or element wise addition/multiplication etc.?&lt;br&gt;
&lt;br&gt;
For matrix multiplication, in particular, MATLAB uses an optimized BLAS library in the background and is *very* fast. You will be very hard pressed to find anything faster.&lt;br&gt;
&lt;br&gt;
James Tursa</description>
    </item>
    <item>
      <pubDate>Sun, 10 May 2009 22:03:01 -0400</pubDate>
      <title>Re: speeding up floating point operations</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/250926#648811</link>
      <author>NIcholas </author>
      <description>&quot;James Tursa&quot; &amp;lt;aclassyguywithaknotac@hotmail.com&amp;gt; wrote in message &amp;lt;gu2kj1$ea8$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;NIcholas &quot; &amp;lt;remove.this_nmg33@cornell.edu&amp;gt; wrote in message &amp;lt;gu2c2m$mup$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; Some C++ compilers have an option for performing floating point computations precisely vs. quickly (e.g. visual studio c++ compiler: &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/e7s85ffb(VS.80).aspx).&quot;&gt;http://msdn.microsoft.com/en-us/library/e7s85ffb(VS.80).aspx).&lt;/a&gt;  Is there a way to specify such an option in MATLAB to speedup general purpose floating point operations, such as Matrix Multiplication or element wise addition/multiplication etc.?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; For matrix multiplication, in particular, MATLAB uses an optimized BLAS library in the background and is *very* fast. You will be very hard pressed to find anything faster.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; James Tursa&lt;br&gt;
&lt;br&gt;
In the version of MATLAB I have, r2008a, MATLAB uses INTEL MKL for matrix multiplication and it is really quick.  The computation I am doing doesn't require high precision and I was hoping it was possible to speed up the computation by doing lower precision computations, like some compilers allow (see above), within this library call.</description>
    </item>
    <item>
      <pubDate>Mon, 11 May 2009 18:42:02 -0400</pubDate>
      <title>Re: speeding up floating point operations</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/250926#648996</link>
      <author>James Tursa</author>
      <description>&quot;NIcholas &quot; &amp;lt;remove.this_nmg33@cornell.edu&amp;gt; wrote in message &amp;lt;gu7iul$cut$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;James Tursa&quot; &amp;lt;aclassyguywithaknotac@hotmail.com&amp;gt; wrote in message &amp;lt;gu2kj1$ea8$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &quot;NIcholas &quot; &amp;lt;remove.this_nmg33@cornell.edu&amp;gt; wrote in message &amp;lt;gu2c2m$mup$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Some C++ compilers have an option for performing floating point computations precisely vs. quickly (e.g. visual studio c++ compiler: &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/e7s85ffb(VS.80).aspx).&quot;&gt;http://msdn.microsoft.com/en-us/library/e7s85ffb(VS.80).aspx).&lt;/a&gt;  Is there a way to specify such an option in MATLAB to speedup general purpose floating point operations, such as Matrix Multiplication or element wise addition/multiplication etc.?&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; For matrix multiplication, in particular, MATLAB uses an optimized BLAS library in the background and is *very* fast. You will be very hard pressed to find anything faster.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; James Tursa&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; In the version of MATLAB I have, r2008a, MATLAB uses INTEL MKL for matrix multiplication and it is really quick.  The computation I am doing doesn't require high precision and I was hoping it was possible to speed up the computation by doing lower precision computations, like some compilers allow (see above), within this library call.&lt;br&gt;
&lt;br&gt;
As I understand it, the Intel MKL includes optimized BLAS routines for things such as matrix multiplication. So Intel has already gone to great lengths to make these operations as fast as possible. Are you saying you want something even faster than that?&lt;br&gt;
&lt;br&gt;
James Tursa</description>
    </item>
    <item>
      <pubDate>Mon, 11 May 2009 19:57:01 -0400</pubDate>
      <title>Re: speeding up floating point operations</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/250926#649017</link>
      <author>James Tursa</author>
      <description>&quot;James Tursa&quot; &amp;lt;aclassyguywithaknotac@hotmail.com&amp;gt; wrote in message &amp;lt;gu9rhq$plj$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;NIcholas &quot; &amp;lt;remove.this_nmg33@cornell.edu&amp;gt; wrote in message &amp;lt;gu7iul$cut$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &quot;James Tursa&quot; &amp;lt;aclassyguywithaknotac@hotmail.com&amp;gt; wrote in message &amp;lt;gu2kj1$ea8$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &quot;NIcholas &quot; &amp;lt;remove.this_nmg33@cornell.edu&amp;gt; wrote in message &amp;lt;gu2c2m$mup$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Some C++ compilers have an option for performing floating point computations precisely vs. quickly (e.g. visual studio c++ compiler: &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/e7s85ffb(VS.80).aspx).&quot;&gt;http://msdn.microsoft.com/en-us/library/e7s85ffb(VS.80).aspx).&lt;/a&gt;  Is there a way to specify such an option in MATLAB to speedup general purpose floating point operations, such as Matrix Multiplication or element wise addition/multiplication etc.?&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; For matrix multiplication, in particular, MATLAB uses an optimized BLAS library in the background and is *very* fast. You will be very hard pressed to find anything faster.&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; James Tursa&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; In the version of MATLAB I have, r2008a, MATLAB uses INTEL MKL for matrix multiplication and it is really quick.  The computation I am doing doesn't require high precision and I was hoping it was possible to speed up the computation by doing lower precision computations, like some compilers allow (see above), within this library call.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; As I understand it, the Intel MKL includes optimized BLAS routines for things such as matrix multiplication. So Intel has already gone to great lengths to make these operations as fast as possible. Are you saying you want something even faster than that?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; James Tursa&lt;br&gt;
&lt;br&gt;
P.S.  If you really don't care much about precision, consider using single precision. I just did a quick test of a simple A * B matrix multiply where A and B are both large double matrices. Converting both operands to single, calling SGEMM from the MATLAB supplied BLAS library, and then converting the result back to double does give you a significant time savings over the A * B operation at the MATLAB prompt. So the benefit of doing the multiply in single far outweighs the overhead of the conversions, at least for large matrices. The key is using an optimized BLAS library for the SGEMM call.&lt;br&gt;
&lt;br&gt;
James Tursa</description>
    </item>
    <item>
      <pubDate>Mon, 11 May 2009 20:41:01 -0400</pubDate>
      <title>Re: speeding up floating point operations</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/250926#649027</link>
      <author>NIcholas </author>
      <description>&quot;James Tursa&quot; &amp;lt;aclassyguywithaknotac@hotmail.com&amp;gt; wrote in message &amp;lt;gu9vud$nek$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;James Tursa&quot; &amp;lt;aclassyguywithaknotac@hotmail.com&amp;gt; wrote in message &amp;lt;gu9rhq$plj$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &quot;NIcholas &quot; &amp;lt;remove.this_nmg33@cornell.edu&amp;gt; wrote in message &amp;lt;gu7iul$cut$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &quot;James Tursa&quot; &amp;lt;aclassyguywithaknotac@hotmail.com&amp;gt; wrote in message &amp;lt;gu2kj1$ea8$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &quot;NIcholas &quot; &amp;lt;remove.this_nmg33@cornell.edu&amp;gt; wrote in message &amp;lt;gu2c2m$mup$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &amp;gt; Some C++ compilers have an option for performing floating point computations precisely vs. quickly (e.g. visual studio c++ compiler: &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/e7s85ffb(VS.80).aspx).&quot;&gt;http://msdn.microsoft.com/en-us/library/e7s85ffb(VS.80).aspx).&lt;/a&gt;  Is there a way to specify such an option in MATLAB to speedup general purpose floating point operations, such as Matrix Multiplication or element wise addition/multiplication etc.?&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; For matrix multiplication, in particular, MATLAB uses an optimized BLAS library in the background and is *very* fast. You will be very hard pressed to find anything faster.&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; James Tursa&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; In the version of MATLAB I have, r2008a, MATLAB uses INTEL MKL for matrix multiplication and it is really quick.  The computation I am doing doesn't require high precision and I was hoping it was possible to speed up the computation by doing lower precision computations, like some compilers allow (see above), within this library call.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; As I understand it, the Intel MKL includes optimized BLAS routines for things such as matrix multiplication. So Intel has already gone to great lengths to make these operations as fast as possible. Are you saying you want something even faster than that?&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; James Tursa&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; P.S.  If you really don't care much about precision, consider using single precision. I just did a quick test of a simple A * B matrix multiply where A and B are both large double matrices. Converting both operands to single, calling SGEMM from the MATLAB supplied BLAS library, and then converting the result back to double does give you a significant time savings over the A * B operation at the MATLAB prompt. So the benefit of doing the multiply in single far outweighs the overhead of the conversions, at least for large matrices. The key is using an optimized BLAS library for the SGEMM call.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; James Tursa&lt;br&gt;
&lt;br&gt;
I am currently using single precision matrix mult and my data (input and output) is in single and it is almost 2x as quick as double.  Is the MATLAB '*' operator on singles calling the optimized BLAS SGEMM that you are referring to?  Also, I have a dual core processor and have enabled multithreading (about 1.7x speedup for matrices i'm working with).&lt;br&gt;
&lt;br&gt;
I just found that some MKL operations allow control of precision - &lt;br&gt;
&lt;a href=&quot;http://www.intel.com/software/products/mkl/data/vml/vmldata.htm&quot;&gt;http://www.intel.com/software/products/mkl/data/vml/vmldata.htm&lt;/a&gt; - but I'm not sure if this is just for vector operations (like sqrt, acos, etc.) or if there is a way to set low precision for operations like matrix multiply.  I am asking if there was a similar flag to be set in MATLAB or if it is possible to set such a flag for ops like mat mult.&lt;br&gt;
&lt;br&gt;
The reason I am asking is I have a very intensive compuation where essentially all the time is spent doing a matrix mult but the result only needs a few decimal digits of accuracy.  So any small speedup in this operation would speed up my entire computation.&lt;br&gt;
&lt;br&gt;
Thanks again,&lt;br&gt;
Nick</description>
    </item>
    <item>
      <pubDate>Mon, 11 May 2009 22:44:02 -0400</pubDate>
      <title>Re: speeding up floating point operations</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/250926#649041</link>
      <author>James Tursa</author>
      <description>&quot;NIcholas &quot; &amp;lt;remove.this_nmg33@cornell.edu&amp;gt; wrote in message &amp;lt;gua2gt$j1q$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I am currently using single precision matrix mult and my data (input and output) is in single and it is almost 2x as quick as double.  Is the MATLAB '*' operator on singles calling the optimized BLAS SGEMM that you are referring to?&lt;br&gt;
&lt;br&gt;
Yes. The MATLAB intrinsic * operator for single class variables is calling the BLAS SGEMM routine in the background to do the work (using whatever library you have connected to MATLAB, e.g. your Intel MKL). So you are already getting the max speedup here. To check this I wrote a mex routine that called SGEMM directly and got the same timing results as the MATLAB intrinsic *.&lt;br&gt;
&lt;br&gt;
MATLAB recently changed vendors for their BLAS / LAPACK libraries. I did a test case and found that a large matrix multiply that took 6.5 seconds in R2007a was only taking 2.6 seconds in R2008b. So results for these operations are very critically dependent on the particular BLAS / LAPACK library you are using.&lt;br&gt;
&lt;br&gt;
&amp;gt;  Also, I have a dual core processor and have enabled multithreading (about 1.7x speedup for matrices i'm working with).&lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;br&gt;
I am not sure if the MKL version you are using takes advantage of this. You might read the doc to see.&lt;br&gt;
&lt;br&gt;
&amp;gt; I just found that some MKL operations allow control of precision - &lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.intel.com/software/products/mkl/data/vml/vmldata.htm&quot;&gt;http://www.intel.com/software/products/mkl/data/vml/vmldata.htm&lt;/a&gt; - but I'm not sure if this is just for vector operations (like sqrt, acos, etc.) or if there is a way to set low precision for operations like matrix multiply.  I am asking if there was a similar flag to be set in MATLAB or if it is possible to set such a flag for ops like mat mult.&lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;br&gt;
I doubt it. For functions like sqrt or acos that iterate, I guess I could see there being a user-settable flag that stops the iteration process before max precision has been achieved, but for something as basic as multiplication I just can't imagine there being an equivalent.&lt;br&gt;
&lt;br&gt;
&amp;gt; The reason I am asking is I have a very intensive compuation where essentially all the time is spent doing a matrix mult but the result only needs a few decimal digits of accuracy.  So any small speedup in this operation would speed up my entire computation.&lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;br&gt;
I think you are stuck, unless you can reformulate your problem. Wish I could help you more.&lt;br&gt;
&lt;br&gt;
James Tursa</description>
    </item>
    <item>
      <pubDate>Tue, 12 May 2009 11:24:02 -0400</pubDate>
      <title>Re: speeding up floating point operations</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/250926#649147</link>
      <author>Sebastien Paris</author>
      <description>Have a look to :&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://wwwuser.gwdg.de/~mleuten/MATLABToolbox/index.html&quot;&gt;http://wwwuser.gwdg.de/~mleuten/MATLABToolbox/index.html&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Regards,&lt;br&gt;
&lt;br&gt;
Sebastien&lt;br&gt;
&lt;br&gt;
&quot;James Tursa&quot; &amp;lt;aclassyguywithaknotac@hotmail.com&amp;gt; wrote in message &amp;lt;gua9ni$e9h$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;NIcholas &quot; &amp;lt;remove.this_nmg33@cornell.edu&amp;gt; wrote in message &amp;lt;gua2gt$j1q$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; I am currently using single precision matrix mult and my data (input and output) is in single and it is almost 2x as quick as double.  Is the MATLAB '*' operator on singles calling the optimized BLAS SGEMM that you are referring to?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Yes. The MATLAB intrinsic * operator for single class variables is calling the BLAS SGEMM routine in the background to do the work (using whatever library you have connected to MATLAB, e.g. your Intel MKL). So you are already getting the max speedup here. To check this I wrote a mex routine that called SGEMM directly and got the same timing results as the MATLAB intrinsic *.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; MATLAB recently changed vendors for their BLAS / LAPACK libraries. I did a test case and found that a large matrix multiply that took 6.5 seconds in R2007a was only taking 2.6 seconds in R2008b. So results for these operations are very critically dependent on the particular BLAS / LAPACK library you are using.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt;  Also, I have a dual core processor and have enabled multithreading (about 1.7x speedup for matrices i'm working with).&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I am not sure if the MKL version you are using takes advantage of this. You might read the doc to see.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; I just found that some MKL operations allow control of precision - &lt;br&gt;
&amp;gt; &amp;gt; &lt;a href=&quot;http://www.intel.com/software/products/mkl/data/vml/vmldata.htm&quot;&gt;http://www.intel.com/software/products/mkl/data/vml/vmldata.htm&lt;/a&gt; - but I'm not sure if this is just for vector operations (like sqrt, acos, etc.) or if there is a way to set low precision for operations like matrix multiply.  I am asking if there was a similar flag to be set in MATLAB or if it is possible to set such a flag for ops like mat mult.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I doubt it. For functions like sqrt or acos that iterate, I guess I could see there being a user-settable flag that stops the iteration process before max precision has been achieved, but for something as basic as multiplication I just can't imagine there being an equivalent.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; The reason I am asking is I have a very intensive compuation where essentially all the time is spent doing a matrix mult but the result only needs a few decimal digits of accuracy.  So any small speedup in this operation would speed up my entire computation.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I think you are stuck, unless you can reformulate your problem. Wish I could help you more.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; James Tursa</description>
    </item>
  </channel>
</rss>

