<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Using non-temporal (streaming) store Intrinsics get &amp;quot;Access violation&amp;quot; exception? in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/Using-non-temporal-streaming-store-Intrinsics-get-quot-Access/m-p/1457390#M8147</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm a newbie try to optimize my computational program.&amp;nbsp;When I using streaming store Intrinsics replace regular store Intrinsics, I get the runtime error.&lt;BR /&gt;&lt;BR /&gt;My application is a finite-difference program. This is the problematic codes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;_mm256_stream_pd(
    &amp;amp;A[idx], _mm256_add_pd(
             _mm256_mul_pd(C0, _mm256_load_pd(&amp;amp;A[idx])),
             _mm256_sub_pd(_mm256_mul_pd(C1, _mm256_sub_pd(Bz0, Bzy)),
                           _mm256_mul_pd(C2, _mm256_sub_pd(By0, Byz)))));&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can't I use non-temporal Intrinsics in this case?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;I'm not very clear about the restrictions.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Feb 2023 03:40:23 GMT</pubDate>
    <dc:creator>Ryson1991</dc:creator>
    <dc:date>2023-02-20T03:40:23Z</dc:date>
    <item>
      <title>Using non-temporal (streaming) store Intrinsics get "Access violation" exception?</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Using-non-temporal-streaming-store-Intrinsics-get-quot-Access/m-p/1457390#M8147</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm a newbie try to optimize my computational program.&amp;nbsp;When I using streaming store Intrinsics replace regular store Intrinsics, I get the runtime error.&lt;BR /&gt;&lt;BR /&gt;My application is a finite-difference program. This is the problematic codes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;_mm256_stream_pd(
    &amp;amp;A[idx], _mm256_add_pd(
             _mm256_mul_pd(C0, _mm256_load_pd(&amp;amp;A[idx])),
             _mm256_sub_pd(_mm256_mul_pd(C1, _mm256_sub_pd(Bz0, Bzy)),
                           _mm256_mul_pd(C2, _mm256_sub_pd(By0, Byz)))));&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can't I use non-temporal Intrinsics in this case?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;I'm not very clear about the restrictions.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 03:40:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Using-non-temporal-streaming-store-Intrinsics-get-quot-Access/m-p/1457390#M8147</guid>
      <dc:creator>Ryson1991</dc:creator>
      <dc:date>2023-02-20T03:40:23Z</dc:date>
    </item>
  </channel>
</rss>

