<?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 BKM to init matrix for FFT transform in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/BKM-to-init-matrix-for-FFT-transform/m-p/914768#M12468</link>
    <description>I have large arrays that I need to do FFT transform many times. The Vtune shows the memset as the hottest spot. I used memset to zero init all array values before I assign. Not all matrix elements got assigned values. It is more like a sparse matrix. If I don't use memset and use for loop instead, the program runs even slower. How do I init the array more efficiently? Thanks.</description>
    <pubDate>Tue, 05 Jan 2010 20:07:16 GMT</pubDate>
    <dc:creator>Zhu_W_Intel</dc:creator>
    <dc:date>2010-01-05T20:07:16Z</dc:date>
    <item>
      <title>BKM to init matrix for FFT transform</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/BKM-to-init-matrix-for-FFT-transform/m-p/914768#M12468</link>
      <description>I have large arrays that I need to do FFT transform many times. The Vtune shows the memset as the hottest spot. I used memset to zero init all array values before I assign. Not all matrix elements got assigned values. It is more like a sparse matrix. If I don't use memset and use for loop instead, the program runs even slower. How do I init the array more efficiently? Thanks.</description>
      <pubDate>Tue, 05 Jan 2010 20:07:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/BKM-to-init-matrix-for-FFT-transform/m-p/914768#M12468</guid>
      <dc:creator>Zhu_W_Intel</dc:creator>
      <dc:date>2010-01-05T20:07:16Z</dc:date>
    </item>
  </channel>
</rss>

