<?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>C++ &#8211; Virtually Fun</title>
	<atom:link href="https://virtuallyfun.com/category/c/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Sun, 30 May 2021 03:15:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>oneAPI Base Toolkit from Intel [free as in beer]</title>
		<link>https://virtuallyfun.com/2021/05/30/oneapi-base-toolkit-from-intel-free-as-in-beer/</link>
					<comments>https://virtuallyfun.com/2021/05/30/oneapi-base-toolkit-from-intel-free-as-in-beer/#respond</comments>
		
		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Sun, 30 May 2021 03:15:51 +0000</pubDate>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[random updates]]></category>
		<category><![CDATA[Visual C++]]></category>
		<category><![CDATA[Visual Studio 2019]]></category>
		<guid isPermaLink="false">https://virtuallyfun.com/wordpress/?p=11092</guid>

					<description><![CDATA[I&#8217;ve been informed that the toolkit includes some fancy memory tools to detect incorrect access types when you use void pointers for fun and profit, but accidentally copy in too much ( or little ) and can really mess stuff &#8230; <a href="https://virtuallyfun.com/2021/05/30/oneapi-base-toolkit-from-intel-free-as-in-beer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I&#8217;ve been informed that the toolkit includes some fancy memory tools to detect incorrect access types when you use void pointers for fun and profit, but accidentally copy in too much ( or little ) and can really mess stuff up.  Just because of alignment and it &#8216;fits&#8217; doesn&#8217;t mean you are doing what you think you are doing!</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img fetchpriority="high" decoding="async" width="864" height="486" src="https://virtuallyfun.com/wp-content/uploads/2021/05/benchmark-dpcpp-dpcpp-xeon-16x9.png.rendition.intel_.web_.864.486.png" alt="" class="wp-image-11093" srcset="https://virtuallyfun.com/wp-content/uploads/2021/05/benchmark-dpcpp-dpcpp-xeon-16x9.png.rendition.intel_.web_.864.486.png 864w, https://virtuallyfun.com/wp-content/uploads/2021/05/benchmark-dpcpp-dpcpp-xeon-16x9.png.rendition.intel_.web_.864.486-300x169.png 300w, https://virtuallyfun.com/wp-content/uploads/2021/05/benchmark-dpcpp-dpcpp-xeon-16x9.png.rendition.intel_.web_.864.486-768x432.png 768w, https://virtuallyfun.com/wp-content/uploads/2021/05/benchmark-dpcpp-dpcpp-xeon-16x9.png.rendition.intel_.web_.864.486-500x281.png 500w" sizes="(max-width: 864px) 100vw, 864px" /></figure></div>



<p class="wp-block-paragraph"><a href="https://software.intel.com/content/www/us/en/develop/tools/oneapi/base-toolkit/download.html" target="_blank" rel="noreferrer noopener">Anyways, link is here</a>!</p>



<p class="wp-block-paragraph">The intel toolkit is expected to integrate with Visual Studio 2017 or 2019.  I have the &#8216;community version&#8217; and it picked it up fine.  In addition 2019 has <a href="https://docs.microsoft.com/en-us/cpp/sanitizers/asan?view=msvc-160">ASAN</a> which also helps combat the infamous memory issues of C/C++</p>



<p class="wp-block-paragraph"><em>&lt;need quote from [HCI]Mara&#8217;akate&#8230;></em></p>



<p class="wp-block-paragraph">With the win being the profiling tools, and the memory leak tool.  I just haven&#8217;t had time lately, I&#8217;ve been busy IRL, and wanting to wrap up some a.out to OMF adventures.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://virtuallyfun.com/2021/05/30/oneapi-base-toolkit-from-intel-free-as-in-beer/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
