<?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 Re:Undefined RNG method in MKL VSL in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-RNG-method-in-MKL-VSL/m-p/1196937#M29834</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Arial, sans-serif;"&gt;You are welcome&amp;nbsp;to&amp;nbsp;contact us&amp;nbsp;with&amp;nbsp;any&amp;nbsp;further&amp;nbsp;questions.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 03 Aug 2020 15:15:55 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2020-08-03T15:15:55Z</dc:date>
    <item>
      <title>Undefined RNG method in MKL VSL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-RNG-method-in-MKL-VSL/m-p/1195784#M29821</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have a C++ program that produces random numbers from various distributions. I am using multiple generators: vdRngGaussian, vdRngUniform, etc. The one generator that throws an error upon compilation is the vdRngChiSquare generator.&lt;/P&gt;
&lt;P&gt;Here is the error:&lt;/P&gt;
&lt;P&gt;main.cpp(31): error: identifier "VSL_RNG_METHOD_CHISQUARE_CHI2GAMMA" is undefined&lt;BR /&gt;vdRngChiSquare(VSL_RNG_METHOD_CHISQUARE_CHI2GAMMA, stream, 1, &amp;amp;r, nu);&lt;/P&gt;
&lt;P&gt;main.cpp(31): error: identifier "vdRngChiSquare" is undefined&lt;BR /&gt;vdRngChiSquare(VSL_RNG_METHOD_CHISQUARE_CHI2GAMMA, stream, 1, &amp;amp;r, nu);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't see a syntax error in my call to the generator. Any ideas what might be going on here?&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 20:14:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-RNG-method-in-MKL-VSL/m-p/1195784#M29821</guid>
      <dc:creator>Carly</dc:creator>
      <dc:date>2020-07-29T20:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined RNG method in MKL VSL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-RNG-method-in-MKL-VSL/m-p/1195808#M29822</link>
      <description>&lt;P&gt;The symbolic constant in question is declared in&amp;nbsp;&lt;STRONG&gt;mkl_vsl_defines.h&lt;/STRONG&gt; . Did you #include this file, either directly or through one of the other mkl_vsl*.h files?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 21:33:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-RNG-method-in-MKL-VSL/m-p/1195808#M29822</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2020-07-29T21:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined RNG method in MKL VSL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-RNG-method-in-MKL-VSL/m-p/1195888#M29824</link>
      <description>&lt;P&gt;#include "mkl_vsl.h"&lt;/P&gt;
&lt;P&gt;You may check the&amp;nbsp;vdrngchisquare.c example ( mklroot\vslc\source\ ) .&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 03:47:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-RNG-method-in-MKL-VSL/m-p/1195888#M29824</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-07-30T03:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Undefined RNG method in MKL VSL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-RNG-method-in-MKL-VSL/m-p/1196929#M29833</link>
      <description>&lt;P&gt;Thank you both for your responses. It turns out I am using an outdated version of MKL, and that is why I do not have access to the Chi Square RNG.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 14:30:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-RNG-method-in-MKL-VSL/m-p/1196929#M29833</guid>
      <dc:creator>Carly</dc:creator>
      <dc:date>2020-08-03T14:30:29Z</dc:date>
    </item>
    <item>
      <title>Re:Undefined RNG method in MKL VSL</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-RNG-method-in-MKL-VSL/m-p/1196937#M29834</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 12px; font-family: Arial, sans-serif;"&gt;You are welcome&amp;nbsp;to&amp;nbsp;contact us&amp;nbsp;with&amp;nbsp;any&amp;nbsp;further&amp;nbsp;questions.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Aug 2020 15:15:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Undefined-RNG-method-in-MKL-VSL/m-p/1196937#M29834</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2020-08-03T15:15:55Z</dc:date>
    </item>
  </channel>
</rss>

