<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>#2782</title>
	<atom:link href="https://www.ademiller.com/blogs/tech/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ademiller.com/blogs/tech</link>
	<description>Thinking about agile (small &#039;a&#039;) software development, patterns and practices for building Microsoft .NET applications.</description>
	<lastBuildDate>Mon, 02 Aug 2021 20:51:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Wow THAT was a long break</title>
		<link>https://www.ademiller.com/blogs/tech/2021/08/wow-that-was-a-long-break/</link>
		
		<dc:creator><![CDATA[Ade Miller]]></dc:creator>
		<pubDate>Sun, 01 Aug 2021 13:50:00 +0000</pubDate>
				<category><![CDATA[Blog post]]></category>
		<category><![CDATA[C++]]></category>
		<guid isPermaLink="false">http://www.ademiller.com/blogs/tech/?p=2296</guid>

					<description><![CDATA[So blogging sort of dropped of the map while I was building an analytics platform at Tier3/CenturyLink Cloud and now a live video transcoding engine at iStreamPlanet. For the most part I spend my time writing C++ so there just might be some more posts on that. I&#8217;ve also been keeping myself entertained writing some [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>C++ AMP Algorithms Library 0.9.4.1 Released</title>
		<link>https://www.ademiller.com/blogs/tech/2014/11/c-amp-algorithms-library-0-9-4-1-released/</link>
					<comments>https://www.ademiller.com/blogs/tech/2014/11/c-amp-algorithms-library-0-9-4-1-released/#comments</comments>
		
		<dc:creator><![CDATA[Ade Miller]]></dc:creator>
		<pubDate>Fri, 14 Nov 2014 01:01:20 +0000</pubDate>
				<category><![CDATA[Blog post]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[C++AMP]]></category>
		<category><![CDATA[GPGPU]]></category>
		<guid isPermaLink="false">http://www.ademiller.com/blogs/tech/2014/11/c-amp-algorithms-library-0-9-4-1-released/</guid>

					<description><![CDATA[Finally there’s a new release of the C++ AMP Algorithms Library! This release contains some important bug fixes on 0.9.4. Fixed array initialization bug in radix_sort count_if no longer uses an excessively large number of threads, even for small problem sizes. Removed code to initialize tests for code coverage. Improved unit test stability on different [&#8230;]]]></description>
		
					<wfw:commentRss>https://www.ademiller.com/blogs/tech/2014/11/c-amp-algorithms-library-0-9-4-1-released/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>C++ AMP Algorithms Library 0.9.4 Released</title>
		<link>https://www.ademiller.com/blogs/tech/2014/10/c-amp-algorithms-library-0-9-4-released/</link>
		
		<dc:creator><![CDATA[Ade Miller]]></dc:creator>
		<pubDate>Fri, 03 Oct 2014 03:39:16 +0000</pubDate>
				<category><![CDATA[Blog post]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[C++AMP]]></category>
		<category><![CDATA[GPGPU]]></category>
		<guid isPermaLink="false">http://www.ademiller.com/blogs/tech/2014/10/c-amp-algorithms-library-0-9-4-released/</guid>

					<description><![CDATA[Finally there’s a new release of the C++ AMP Algorithms Library! It’s taken a while, largely due to other things, like CppCon taking up my time. This release contains the following: New C++ AMP features: AMP and STL algorithms no longer depend on DirectX scan implementation. New implementation of amp_algorithms::scan that does not have a [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>Test Categories for Visual C++</title>
		<link>https://www.ademiller.com/blogs/tech/2014/04/test-categories-for-visual-c/</link>
		
		<dc:creator><![CDATA[Ade Miller]]></dc:creator>
		<pubDate>Thu, 01 May 2014 04:52:33 +0000</pubDate>
				<category><![CDATA[Blog post]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[C++AMP]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<guid isPermaLink="false">http://www.ademiller.com/blogs/tech/2014/04/test-categories-for-visual-c/</guid>

					<description><![CDATA[Recently I’ve been using the Visual Studio unit test runner for C++ and came across a trick for adding categories to C++ tests. While the test framework supports traits, a little work makes them much more usable. BEGIN_TEST_METHOD_ATTRIBUTE(methodName) TEST_METHOD_ATTRIBUTE(L&#34;TestCategory&#34;, &#34;my_category&#34;) END_TEST_METHOD_ATTRIBUTE() TEST_METHOD(methodName) { // ... } That’s a lot of code to&#160; just add a [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>Using C++ Classes with C++ AMP</title>
		<link>https://www.ademiller.com/blogs/tech/2014/01/using-c-classes-with-c-amp/</link>
		
		<dc:creator><![CDATA[Ade Miller]]></dc:creator>
		<pubDate>Sat, 01 Feb 2014 01:25:59 +0000</pubDate>
				<category><![CDATA[Blog post]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[C++AMP]]></category>
		<guid isPermaLink="false">http://www.ademiller.com/blogs/tech/?p=2265</guid>

					<description><![CDATA[You can use classes with C++ AMP but you have to understand the limitations the CPU/GPU hardware model places on how and were you can use them. The C++ AMP Book says the following: References and pointers (to a compatible type) may be used locally but cannot be captured by a lambda. Function pointers, pointer-to-pointer, [&#8230;]]]></description>
		
		
		
			</item>
	</channel>
</rss>
