<?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>Intel® oneAPI Math Kernel LibraryのトピックRe: MKL Sorting routine?</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sorting-routine/m-p/921678#M13021</link>
    <description>&lt;DIV&gt;Bruce,&lt;/DIV&gt;
&lt;DIV&gt;Good hearing from you. The MKL capabilities have certainly evolved since our initial usage. Some optimized "basic help" routines that would be helpful for us include:&lt;/DIV&gt;
&lt;DIV&gt;- Optimized real and double vector sort&lt;/DIV&gt;
&lt;DIV&gt;- memcpy&lt;/DIV&gt;
&lt;DIV&gt;- transpose&lt;/DIV&gt;
&lt;DIV&gt;- VML functions for gamma() and gammaln()&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Beau Paisley, Harmonic Software, &lt;A href="mailto:beau@omatrix.com" target="_blank"&gt;beau@omatrix.com&lt;/A&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 17 Jan 2005 01:41:34 GMT</pubDate>
    <dc:creator>ids-removed295</dc:creator>
    <dc:date>2005-01-17T01:41:34Z</dc:date>
    <item>
      <title>MKL Sorting routine?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sorting-routine/m-p/921673#M13016</link>
      <description>&lt;DIV&gt;Does the MKL, (or any of the other Intel-available libraries), provide an optimized sort for real, and/or double-precision valued vectors?&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 Dec 2004 07:12:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sorting-routine/m-p/921673#M13016</guid>
      <dc:creator>ids-removed295</dc:creator>
      <dc:date>2004-12-29T07:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: MKL Sorting routine?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sorting-routine/m-p/921674#M13017</link>
      <description>&lt;DIV&gt;Intel MKL does not. Perhaps the Intel Integrated Performance Primitives (Intel IPP) has this functionality. I'll ask.&lt;/DIV&gt;
&lt;DIV&gt;-Todd&lt;/DIV&gt;</description>
      <pubDate>Fri, 07 Jan 2005 01:52:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sorting-routine/m-p/921674#M13017</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2005-01-07T01:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: MKL Sorting routine?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sorting-routine/m-p/921675#M13018</link>
      <description>&lt;DIV&gt;Much appreciated. I rooted around on the intel site and didn't find any but you might have better luck.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Beau&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 07 Jan 2005 02:09:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sorting-routine/m-p/921675#M13018</guid>
      <dc:creator>ids-removed295</dc:creator>
      <dc:date>2005-01-07T02:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: MKL Sorting routine?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sorting-routine/m-p/921676#M13019</link>
      <description>&lt;DIV&gt;I got this from someone on the Intel IPP team...&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;"...the closest one you can find is ippsNthMaxElement. This function is to find n maximal or minimal elements..."&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Useful? You could also try the Intel IPP forum.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Good luck,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Todd&lt;/DIV&gt;</description>
      <pubDate>Sat, 15 Jan 2005 02:00:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sorting-routine/m-p/921676#M13019</guid>
      <dc:creator>Todd_R_Intel</dc:creator>
      <dc:date>2005-01-15T02:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: MKL Sorting routine?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sorting-routine/m-p/921677#M13020</link>
      <description>Beau,

Glad to see that you have found the MKL Forum. It has been a long time since we have chatted.

We have not put any sorting software in MKL but there are a number of functions which we might consider to be supporting functions which we are considering for future versions including such operations as matrix copy, matrix transpose, and perhaps other data movement functions. Certainly sorting functions are candidates for future versions of MKL. 

Bruce</description>
      <pubDate>Sat, 15 Jan 2005 02:56:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sorting-routine/m-p/921677#M13020</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2005-01-15T02:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: MKL Sorting routine?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sorting-routine/m-p/921678#M13021</link>
      <description>&lt;DIV&gt;Bruce,&lt;/DIV&gt;
&lt;DIV&gt;Good hearing from you. The MKL capabilities have certainly evolved since our initial usage. Some optimized "basic help" routines that would be helpful for us include:&lt;/DIV&gt;
&lt;DIV&gt;- Optimized real and double vector sort&lt;/DIV&gt;
&lt;DIV&gt;- memcpy&lt;/DIV&gt;
&lt;DIV&gt;- transpose&lt;/DIV&gt;
&lt;DIV&gt;- VML functions for gamma() and gammaln()&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Beau Paisley, Harmonic Software, &lt;A href="mailto:beau@omatrix.com" target="_blank"&gt;beau@omatrix.com&lt;/A&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 17 Jan 2005 01:41:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sorting-routine/m-p/921678#M13021</guid>
      <dc:creator>ids-removed295</dc:creator>
      <dc:date>2005-01-17T01:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: MKL Sorting routine?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sorting-routine/m-p/921679#M13022</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Beau,&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Did you try gamma and lgamma functions from Intel compiler math library? Any reasons to not use libm implementations? I'm asking you because,basing onour experience,gamma/lgamma vector implementation (say, SSE-based) wouldn't give performance benefits comparing with scalar libm implementations. That was the reason why we didn't include vector implementations of gamma and lgamma.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Say, for lgamma it is possible to get performance benefits on the branch where Stirling's approximation works good (x&amp;gt;x0&amp;gt;0), where x0 ~=6..7. For x&amp;lt;=x0 our vision is that lgamma wouldn't be (visibly) faster that scalar libm implementation.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Your thoughts, comments are appreciated.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Wrt sort functions, this is what might be done on MKL side, in my view.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thank you,&lt;/DIV&gt;
&lt;DIV&gt;Sergey&lt;/DIV&gt;</description>
      <pubDate>Fri, 04 Mar 2005 16:28:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/MKL-Sorting-routine/m-p/921679#M13022</guid>
      <dc:creator>Sergey_M_Intel2</dc:creator>
      <dc:date>2005-03-04T16:28:37Z</dc:date>
    </item>
  </channel>
</rss>

