<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: MKL Memory Leak?	</title>
	<atom:link href="https://www.centerspace.net/mkl-memory-leak/feed" rel="self" type="application/rss+xml" />
	<link>https://www.centerspace.net/mkl-memory-leak</link>
	<description>.NET numerical class libraries</description>
	<lastBuildDate>Mon, 15 Feb 2010 18:06:45 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>
	<item>
		<title>
		By: centerspace		</title>
		<link>https://www.centerspace.net/mkl-memory-leak#comment-36</link>

		<dc:creator><![CDATA[centerspace]]></dc:creator>
		<pubDate>Wed, 04 Feb 2009 16:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.centerspace.net/blog/?p=74#comment-36</guid>

					<description><![CDATA[Hi Sam,

Yes, that&#039;s right. The code above is required only to release the small amount of working memory allocated within MKL functions. This is unlikely to be an issue unless your application spawns large numbers of threads.

All memory allocated by NMath and used by MKL is allocated from the managed heap, and will be garbage collected.

Ken]]></description>
			<content:encoded><![CDATA[<p>Hi Sam,</p>
<p>Yes, that&#8217;s right. The code above is required only to release the small amount of working memory allocated within MKL functions. This is unlikely to be an issue unless your application spawns large numbers of threads.</p>
<p>All memory allocated by NMath and used by MKL is allocated from the managed heap, and will be garbage collected.</p>
<p>Ken</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sam		</title>
		<link>https://www.centerspace.net/mkl-memory-leak#comment-34</link>

		<dc:creator><![CDATA[Sam]]></dc:creator>
		<pubDate>Wed, 04 Feb 2009 14:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.centerspace.net/blog/?p=74#comment-34</guid>

					<description><![CDATA[Am I missing something here? My understanding is that memory w.r.t. NMath is being managed by the .net __gc. Is this issue more to do with memory that is allocated within the scope of an MKL function call rather than that of the pointers being passed of the .net arrays used to represent NMath vectors/matrices?
Could you elaborate a bit more on the ownership of the memory that needs to be released?]]></description>
			<content:encoded><![CDATA[<p>Am I missing something here? My understanding is that memory w.r.t. NMath is being managed by the .net __gc. Is this issue more to do with memory that is allocated within the scope of an MKL function call rather than that of the pointers being passed of the .net arrays used to represent NMath vectors/matrices?<br />
Could you elaborate a bit more on the ownership of the memory that needs to be released?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
