<?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 Problem in using threaded BLAS kernels in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-using-threaded-BLAS-kernels/m-p/829255#M5391</link>
    <description>what is the task size are you trying to solve?</description>
    <pubDate>Wed, 05 Jan 2011 20:02:36 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2011-01-05T20:02:36Z</dc:date>
    <item>
      <title>Problem in using threaded BLAS kernels</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-using-threaded-BLAS-kernels/m-p/829251#M5387</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to use the parallel version of sgemm, but no matter how many threads I set to use, the program runs on one core only (on a 12-core westmere). Can anyone help me? &lt;BR /&gt;&lt;BR /&gt;I am using Intel Compiler 11.1.073, and my makefile is:&lt;BR /&gt;icc -o blassgemm blassgemm.c -openmp -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_lapack -lmkl_core -liomp5 -lpthread&lt;BR /&gt;&lt;BR /&gt;I set the number of threads using mkl_set_num_threads. &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jacky&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2011 16:02:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-using-threaded-BLAS-kernels/m-p/829251#M5387</guid>
      <dc:creator>jackyjngwn</dc:creator>
      <dc:date>2011-01-05T16:02:25Z</dc:date>
    </item>
    <item>
      <title>Problem in using threaded BLAS kernels</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-using-threaded-BLAS-kernels/m-p/829252#M5388</link>
      <description>Can you also tell us what are the values for the thread control env variables like, MKL_SET_NUM_THREADS, MKL_DYNAMIC etc?</description>
      <pubDate>Wed, 05 Jan 2011 16:45:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-using-threaded-BLAS-kernels/m-p/829252#M5388</guid>
      <dc:creator>VipinKumar_E_Intel</dc:creator>
      <dc:date>2011-01-05T16:45:59Z</dc:date>
    </item>
    <item>
      <title>Problem in using threaded BLAS kernels</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-using-threaded-BLAS-kernels/m-p/829253#M5389</link>
      <description>I didn't set MKL_SET_NUM_THREADS. Instead, I set OMP_NUM_THREADS to 4 and in the program I used mkl_set_num_threads(4). &lt;BR /&gt;&lt;BR /&gt;Do I still need to set MKL_SET_NUM_THREADS and MKL_DYNAMIC? Thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Jan 2011 16:52:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-using-threaded-BLAS-kernels/m-p/829253#M5389</guid>
      <dc:creator>jackyjngwn</dc:creator>
      <dc:date>2011-01-05T16:52:25Z</dc:date>
    </item>
    <item>
      <title>Problem in using threaded BLAS kernels</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-using-threaded-BLAS-kernels/m-p/829254#M5390</link>
      <description>If you leave MKL_DYNAMIC unset, MKL will be limited to 1 thread per core, as this normally gives best performance. If your problem isn't large enough to use all cores, MKL would automatically choose a smaller number. When you call omp_set_num_threads or mkl_set_num_threads in your program, that over-rides the environment variable.</description>
      <pubDate>Wed, 05 Jan 2011 18:00:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-using-threaded-BLAS-kernels/m-p/829254#M5390</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2011-01-05T18:00:09Z</dc:date>
    </item>
    <item>
      <title>Problem in using threaded BLAS kernels</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-using-threaded-BLAS-kernels/m-p/829255#M5391</link>
      <description>what is the task size are you trying to solve?</description>
      <pubDate>Wed, 05 Jan 2011 20:02:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-using-threaded-BLAS-kernels/m-p/829255#M5391</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2011-01-05T20:02:36Z</dc:date>
    </item>
    <item>
      <title>Problem in using threaded BLAS kernels</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-using-threaded-BLAS-kernels/m-p/829256#M5392</link>
      <description>&lt;P&gt;That seems to solve my problem. Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2011 20:05:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Problem-in-using-threaded-BLAS-kernels/m-p/829256#M5392</guid>
      <dc:creator>jackyjngwn</dc:creator>
      <dc:date>2011-01-05T20:05:21Z</dc:date>
    </item>
  </channel>
</rss>

