<?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 A new mode for setting denormals to zero in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/A-new-mode-for-setting-denormals-to-zero/m-p/785936#M1847</link>
    <description>&lt;P&gt;Intel MKL VML accuracy setting mode
variable is extended with a new setting from Intel MKL 10.3 beta onwards. &lt;/P&gt;

&lt;P&gt;Users can turn ON or OFF this
settingby using VML_FTZDAZ_ON / VML_FTZDAZ_OFF (default) in VML
functions.&lt;/P&gt;

&lt;P&gt;VML_FTZDAZ_ON mode improves performance
of computations that involve denormalized numbers at the cost of reasonable
accuracy loss.&lt;/P&gt;

&lt;P&gt;Enabling this mode changes numerical
behavior of the functions: denormalized input values may be treated as
zeros and denormalized results may flush to zero. Accuracy loss may occur
if input and/or output values are close to denormal range.&lt;/P&gt;

&lt;P&gt;Usage example:&lt;/P&gt;

&lt;P&gt;vmlSetMode( &lt;B&gt;VML_LA | VML_FTZDAZ_ON&lt;/B&gt;)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;

&lt;P&gt;vmdExp(1000, a, r, &lt;B&gt;VML_LA |
VML_FTZDAZ_ON&lt;/B&gt;);&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;

&lt;P&gt;These new functions can allows using VML
functions with different accuracy at the same time.&lt;/P&gt;

&lt;P&gt;Check&lt;A href="http://software.intel.com/en-us/articles/intel-math-kernel-library-103-beta/"&gt;&lt;STRONG&gt;here&lt;/STRONG&gt;&lt;/A&gt;to register for MKL 10.3 Beta, and provide
us the feedback via the forum.&lt;/P&gt;</description>
    <pubDate>Sun, 04 Jul 2010 08:56:03 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2010-07-04T08:56:03Z</dc:date>
    <item>
      <title>A new mode for setting denormals to zero</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/A-new-mode-for-setting-denormals-to-zero/m-p/785936#M1847</link>
      <description>&lt;P&gt;Intel MKL VML accuracy setting mode
variable is extended with a new setting from Intel MKL 10.3 beta onwards. &lt;/P&gt;

&lt;P&gt;Users can turn ON or OFF this
settingby using VML_FTZDAZ_ON / VML_FTZDAZ_OFF (default) in VML
functions.&lt;/P&gt;

&lt;P&gt;VML_FTZDAZ_ON mode improves performance
of computations that involve denormalized numbers at the cost of reasonable
accuracy loss.&lt;/P&gt;

&lt;P&gt;Enabling this mode changes numerical
behavior of the functions: denormalized input values may be treated as
zeros and denormalized results may flush to zero. Accuracy loss may occur
if input and/or output values are close to denormal range.&lt;/P&gt;

&lt;P&gt;Usage example:&lt;/P&gt;

&lt;P&gt;vmlSetMode( &lt;B&gt;VML_LA | VML_FTZDAZ_ON&lt;/B&gt;)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;

&lt;P&gt;vmdExp(1000, a, r, &lt;B&gt;VML_LA |
VML_FTZDAZ_ON&lt;/B&gt;);&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;

&lt;P&gt;These new functions can allows using VML
functions with different accuracy at the same time.&lt;/P&gt;

&lt;P&gt;Check&lt;A href="http://software.intel.com/en-us/articles/intel-math-kernel-library-103-beta/"&gt;&lt;STRONG&gt;here&lt;/STRONG&gt;&lt;/A&gt;to register for MKL 10.3 Beta, and provide
us the feedback via the forum.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2010 08:56:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/A-new-mode-for-setting-denormals-to-zero/m-p/785936#M1847</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-07-04T08:56:03Z</dc:date>
    </item>
    <item>
      <title>A new mode for setting denormals to zero</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/A-new-mode-for-setting-denormals-to-zero/m-p/785937#M1848</link>
      <description>There are other ways in case of using Intel compilers&lt;BR /&gt;&lt;BR /&gt;1) use option -ftz to compile main() program&lt;BR /&gt;&lt;BR /&gt;2) use special intrinsics on Intel compiler. Eg. in C/C++&lt;BR /&gt;&lt;BR /&gt;#if defined(__INTEL_COMPILER)&lt;BR /&gt;// for flush to zero&lt;BR /&gt;#include &lt;XMMINTRIN.H&gt;&lt;BR /&gt;#endif&lt;BR /&gt;&lt;BR /&gt;#if defined(__INTEL_COMPILER)&lt;BR /&gt;_MM_SET_FLUSH_ZERO_MODE(_MM_FLUSH_ZERO_ON);&lt;BR /&gt;#endif&lt;BR /&gt;&lt;BR /&gt;See also MKL User Guide: Managing Performance | Operating on Denormals&lt;/XMMINTRIN.H&gt;</description>
      <pubDate>Mon, 05 Jul 2010 09:13:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/A-new-mode-for-setting-denormals-to-zero/m-p/785937#M1848</guid>
      <dc:creator>barragan_villanueva_</dc:creator>
      <dc:date>2010-07-05T09:13:44Z</dc:date>
    </item>
  </channel>
</rss>

