<?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 for Parallelcoding.com</title>
	<atom:link href="http://www.parallelcoding.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.parallelcoding.com</link>
	<description>Intelligent, Efficient, Parallel, and Sustainable Code</description>
	<lastBuildDate>Wed, 22 Feb 2012 14:21:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Comment on Genetic Algorithms on GPU using CUDA by janisozaur</title>
		<link>http://www.parallelcoding.com/2011/04/13/genetic-algorithms-on-gpu-using-cuda/comment-page-1/#comment-18898</link>
		<dc:creator>janisozaur</dc:creator>
		<pubDate>Wed, 22 Feb 2012 14:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.parallelcoding.com/?p=716#comment-18898</guid>
		<description>the link is not working, is there a chance of fixing this?</description>
		<content:encoded><![CDATA[<p>the link is not working, is there a chance of fixing this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cuSVM in Visual Studio 2010 with CUDA 4.0 by lily</title>
		<link>http://www.parallelcoding.com/2012/02/09/cusvm-in-visual-studio-2010-with-cuda-4-0/comment-page-1/#comment-18780</link>
		<dc:creator>lily</dc:creator>
		<pubDate>Sat, 18 Feb 2012 16:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.parallelcoding.com/?p=853#comment-18780</guid>
		<description>It&#039;s ok.  :smile: . Currently the programmer is not member of their team. I will try to solve the problem.

I apologise for bothering you. If I found the solution, I will report the result here for others that may have a similar problem.</description>
		<content:encoded><![CDATA[<p>It's ok.  <img src='http://www.parallelcoding.com/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' />  . Currently the programmer is not member of their team. I will try to solve the problem.</p>
<p>I apologise for bothering you. If I found the solution, I will report the result here for others that may have a similar problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Particle Swarm Optimization on the GPU using CUDA by Robert Green</title>
		<link>http://www.parallelcoding.com/2011/03/21/particle-swarm-optimization-on-the-gpu/comment-page-1/#comment-18778</link>
		<dc:creator>Robert Green</dc:creator>
		<pubDate>Sat, 18 Feb 2012 13:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.parallelcoding.com/?p=647#comment-18778</guid>
		<description>It seems to me that there is only a small chunk of pseudo-code in that paper. If you share your code, I&#039;d be happy to help.</description>
		<content:encoded><![CDATA[<p>It seems to me that there is only a small chunk of pseudo-code in that paper. If you share your code, I'd be happy to help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cuSVM in Visual Studio 2010 with CUDA 4.0 by Robert Green</title>
		<link>http://www.parallelcoding.com/2012/02/09/cusvm-in-visual-studio-2010-with-cuda-4-0/comment-page-1/#comment-18777</link>
		<dc:creator>Robert Green</dc:creator>
		<pubDate>Sat, 18 Feb 2012 13:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.parallelcoding.com/?p=853#comment-18777</guid>
		<description>Lily,

I&#039;m sorry you&#039;ve been unable to get this to work. I would contact the creator of cuSVM as well.</description>
		<content:encoded><![CDATA[<p>Lily,</p>
<p>I'm sorry you've been unable to get this to work. I would contact the creator of cuSVM as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cuSVM in Visual Studio 2010 with CUDA 4.0 by lily</title>
		<link>http://www.parallelcoding.com/2012/02/09/cusvm-in-visual-studio-2010-with-cuda-4-0/comment-page-1/#comment-18769</link>
		<dc:creator>lily</dc:creator>
		<pubDate>Sat, 18 Feb 2012 10:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.parallelcoding.com/?p=853#comment-18769</guid>
		<description>After such a long stressing effort I failed to use cuSVM in 64-bit MATLAB.</description>
		<content:encoded><![CDATA[<p>After such a long stressing effort I failed to use cuSVM in 64-bit MATLAB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cuSVM in Visual Studio 2010 with CUDA 4.0 by lily</title>
		<link>http://www.parallelcoding.com/2012/02/09/cusvm-in-visual-studio-2010-with-cuda-4-0/comment-page-1/#comment-18768</link>
		<dc:creator>lily</dc:creator>
		<pubDate>Sat, 18 Feb 2012 09:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.parallelcoding.com/?p=853#comment-18768</guid>
		<description>I think that output arguments of the mexFunction is allocated properly, for example for plhs[0] we have:

plhs[0]=mxCreateNumericMatrix(numSVs, 1,mxSINGLE_CLASS, mxREAL);

float *SvAlphas=(float*)mxGetData(plhs[0]);

in this link ( http://www.mathworks.com/matlabcentral/newsreader/view_thread/166716 ) I found a similar problem with &quot;mxCreateNumericMatrix&quot; but I don&#039;t know what is the correct solution.</description>
		<content:encoded><![CDATA[<p>I think that output arguments of the mexFunction is allocated properly, for example for plhs[0] we have:</p>
<p>plhs[0]=mxCreateNumericMatrix(numSVs, 1,mxSINGLE_CLASS, mxREAL);</p>
<p>float *SvAlphas=(float*)mxGetData(plhs[0]);</p>
<p>in this link ( <a href="http://www.mathworks.com/matlabcentral/newsreader/view_thread/166716" rel="nofollow">http://www.mathworks.com/matlabcentral/newsreader/view_thread/166716</a> ) I found a similar problem with "mxCreateNumericMatrix" but I don't know what is the correct solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cuSVM in Visual Studio 2010 with CUDA 4.0 by lily</title>
		<link>http://www.parallelcoding.com/2012/02/09/cusvm-in-visual-studio-2010-with-cuda-4-0/comment-page-1/#comment-18767</link>
		<dc:creator>lily</dc:creator>
		<pubDate>Sat, 18 Feb 2012 09:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.parallelcoding.com/?p=853#comment-18767</guid>
		<description>Hi,

I test the produced *.mexw64 file, with a sample input training data. unfortunately this error is appeared, and I don&#039;t know what is going wrong.  :sad: 


??? One or more output arguments not assigned during call to &quot;cusvm_cuda_mex&quot;.

The test code that I wrote is:


load heart_scale.mat;

data = heart_scale_inst;
value = heart_scale_label;

C = 10;
kernel = 0.5;
stopcrit = 0.001;

[alphas, beta, svs] = cusvm_cuda_mex(value, data, C, kernel, [], stopcrit);</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I test the produced *.mexw64 file, with a sample input training data. unfortunately this error is appeared, and I don't know what is going wrong.  <img src='http://www.parallelcoding.com/wp-includes/images/smilies/icon_sad.gif' alt=':sad:' class='wp-smiley' />  </p>
<p>??? One or more output arguments not assigned during call to "cusvm_cuda_mex".</p>
<p>The test code that I wrote is:</p>
<p>load heart_scale.mat;</p>
<p>data = heart_scale_inst;<br />
value = heart_scale_label;</p>
<p>C = 10;<br />
kernel = 0.5;<br />
stopcrit = 0.001;</p>
<p>[alphas, beta, svs] = cusvm_cuda_mex(value, data, C, kernel, [], stopcrit);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Particle Swarm Optimization on the GPU using CUDA by yasaman</title>
		<link>http://www.parallelcoding.com/2011/03/21/particle-swarm-optimization-on-the-gpu/comment-page-1/#comment-18750</link>
		<dc:creator>yasaman</dc:creator>
		<pubDate>Fri, 17 Feb 2012 19:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.parallelcoding.com/?p=647#comment-18750</guid>
		<description>have you tried the code prepared in reference 8, &quot;Evaluation of parallel particle swarm optimization algorithms within the CUDA(TM) architecture&quot; ?
I cannot build the code, could you help me please?</description>
		<content:encoded><![CDATA[<p>have you tried the code prepared in reference 8, "Evaluation of parallel particle swarm optimization algorithms within the CUDA(TM) architecture" ?<br />
I cannot build the code, could you help me please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing the MATLAB plug-in for CUDA in Ubuntu 10.04 by lily</title>
		<link>http://www.parallelcoding.com/2010/10/13/installing-the-matlab-plug-in-for-cuda-in-ubuntu-10-04/comment-page-1/#comment-18593</link>
		<dc:creator>lily</dc:creator>
		<pubDate>Fri, 10 Feb 2012 21:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.parallelcoding.com/?p=625#comment-18593</guid>
		<description>I found that cuSVM has not any cross-validation function, but the libsvm has this feature.

Should I implement the cross validation function using the cuSVMTrain.mexw64 mex-function? 

If so, what is the correct searching range of two parameters C and Lambda?

Unfortunately cuSVM documentation is too brief and did not mentions any cross-validation procedure.

Your help and comments are greatly appreciated.</description>
		<content:encoded><![CDATA[<p>I found that cuSVM has not any cross-validation function, but the libsvm has this feature.</p>
<p>Should I implement the cross validation function using the cuSVMTrain.mexw64 mex-function? </p>
<p>If so, what is the correct searching range of two parameters C and Lambda?</p>
<p>Unfortunately cuSVM documentation is too brief and did not mentions any cross-validation procedure.</p>
<p>Your help and comments are greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cuSVM in Visual Studio 2010 with CUDA 4.0 by lily</title>
		<link>http://www.parallelcoding.com/2012/02/09/cusvm-in-visual-studio-2010-with-cuda-4-0/comment-page-1/#comment-18591</link>
		<dc:creator>lily</dc:creator>
		<pubDate>Fri, 10 Feb 2012 19:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.parallelcoding.com/?p=853#comment-18591</guid>
		<description>it&#039;s my pleasure.  :smile:</description>
		<content:encoded><![CDATA[<p>it's my pleasure.  <img src='http://www.parallelcoding.com/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

