<?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 yes, just saw that. sorry to in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-TSX-implementation-properties/m-p/958576#M5271</link>
    <description>&lt;P&gt;yes, just saw that. sorry to take up your time. should have read again before asking.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Rolf&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 29 Sep 2013 08:58:33 GMT</pubDate>
    <dc:creator>Rolf_Andersson</dc:creator>
    <dc:date>2013-09-29T08:58:33Z</dc:date>
    <item>
      <title>Intel TSX implementation properties</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-TSX-implementation-properties/m-p/958569#M5264</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I hope this forum is the right place to ask this question, please forgive me if it is not.&lt;/P&gt;
&lt;P&gt;I am trying to run some benchmarks to measure the read and write sets available in RTM on a Haswell machine. However, the results I get are quite surprising, since they are larger than the L1 and L2 caches: I find the maximum write set is about 280 KB and the read set is about 512 KB....which should not be possible according to the Intel specification (the write set should not exceed L1 cache capacity, 64KB, and the read set should not exceed L2 cache capacity, 256KB).&lt;/P&gt;
&lt;P&gt;I must be doing something wrong, but I cannot tell what exactly. The principle of my benchmark is quite straightforward: I allocate a big array (100MB), and I try to access a specific size from inside a transaction. I increase the accessed size until the transaction fails with a capacity abort.&lt;/P&gt;
&lt;P&gt;Can someone provide some insight about this behaviour?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sylvain&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2013 02:38:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-TSX-implementation-properties/m-p/958569#M5264</guid>
      <dc:creator>krahnack</dc:creator>
      <dc:date>2013-07-24T02:38:01Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...L2 cache capacity, 256KB</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-TSX-implementation-properties/m-p/958570#M5265</link>
      <description>&amp;gt;&amp;gt;...&lt;STRONG&gt;L2&lt;/STRONG&gt; cache capacity, &lt;STRONG&gt;256KB&lt;/STRONG&gt;...

Take a look at a datasheet of your CPU on &lt;STRONG&gt;ark.intel.com&lt;/STRONG&gt; for information about sizes for cache lines. I don't have a Haswell system but, for example, on an Ivy Bridge system I have the size of &lt;STRONG&gt;L2&lt;/STRONG&gt; Cache is &lt;STRONG&gt;1MB&lt;/STRONG&gt; ( 256KB per core / 4 cores ) and it is shared for data and instructions.</description>
      <pubDate>Mon, 29 Jul 2013 13:26:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-TSX-implementation-properties/m-p/958570#M5265</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-07-29T13:26:56Z</dc:date>
    </item>
    <item>
      <title>Thanks for your reply.</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-TSX-implementation-properties/m-p/958571#M5266</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;
&lt;P&gt;I already know the cache hierarachy of my machine: L1 caches are 32KB and private (one per core) for both data and instructions. L2 cache is 256KB and also private (one per core) but it is shared for data and instructions. L3 cache is shared among all the 4 cores and is 8MB.&lt;/P&gt;
&lt;P&gt;What I do not understand is that, according to Intel specification, the TSX write set should not exceed L1 cache size and the TSX read set should not exceed L2 cache size. However, my benchmark gives me results that are bigger than those sizes, so I am trying to get some information about the actual sizes of TSX read and write sets here, or how to measure them correctly.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2013 04:29:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-TSX-implementation-properties/m-p/958571#M5266</guid>
      <dc:creator>krahnack</dc:creator>
      <dc:date>2013-07-30T04:29:09Z</dc:date>
    </item>
    <item>
      <title>Does intel specification</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-TSX-implementation-properties/m-p/958572#M5267</link>
      <description>&lt;P&gt;Does intel specification&amp;nbsp;clarify the used cache&amp;nbsp;level? Based on what do you say that write set is in L1 and read set is in L2? Why write set &amp;nbsp;cannot be implemented in L2 while read set cannot use L3?&lt;/P&gt;</description>
      <pubDate>Sun, 29 Sep 2013 02:31:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-TSX-implementation-properties/m-p/958572#M5267</guid>
      <dc:creator>le_g_1</dc:creator>
      <dc:date>2013-09-29T02:31:00Z</dc:date>
    </item>
    <item>
      <title>A supplement, optimization</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-TSX-implementation-properties/m-p/958573#M5268</link>
      <description>&lt;P&gt;A supplement,&amp;nbsp;optimization manual&amp;nbsp;clarifies that both read and write are traced in the L1 cache, so your problem is really strange. Can you share your new findings?&lt;/P&gt;</description>
      <pubDate>Sun, 29 Sep 2013 07:54:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-TSX-implementation-properties/m-p/958573#M5268</guid>
      <dc:creator>le_g_1</dc:creator>
      <dc:date>2013-09-29T07:54:49Z</dc:date>
    </item>
    <item>
      <title>could you provide a specific</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-TSX-implementation-properties/m-p/958574#M5269</link>
      <description>&lt;P&gt;could you provide a specific document reference to the supplement?&lt;BR /&gt;AFAIK, the latest document version is 248966-028 (July 2013).&lt;BR /&gt;EDIT: Just re-read that doc 12.1.1 says that the processor tracks addresses in L1 cache&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thx,&lt;BR /&gt;Rolf&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Sep 2013 08:05:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-TSX-implementation-properties/m-p/958574#M5269</guid>
      <dc:creator>Rolf_Andersson</dc:creator>
      <dc:date>2013-09-29T08:05:00Z</dc:date>
    </item>
    <item>
      <title>Right. It's in section 12.1.1</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-TSX-implementation-properties/m-p/958575#M5270</link>
      <description>&lt;P&gt;Right. It's in section&amp;nbsp;12.1.1 in version&amp;nbsp;248966-028.&lt;/P&gt;
&lt;P&gt;"The processor tracks both the read-set addresses and the write-set addresses in the first level data&amp;nbsp;cache (L1 cache) of the processor."&lt;/P&gt;
&lt;P&gt;For read set, there is another&amp;nbsp;implementation-specific second level structure, which is not&amp;nbsp;necessarily in L2.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Sep 2013 08:55:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-TSX-implementation-properties/m-p/958575#M5270</guid>
      <dc:creator>le_g_1</dc:creator>
      <dc:date>2013-09-29T08:55:00Z</dc:date>
    </item>
    <item>
      <title>yes, just saw that. sorry to</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-TSX-implementation-properties/m-p/958576#M5271</link>
      <description>&lt;P&gt;yes, just saw that. sorry to take up your time. should have read again before asking.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Rolf&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Sep 2013 08:58:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Intel-TSX-implementation-properties/m-p/958576#M5271</guid>
      <dc:creator>Rolf_Andersson</dc:creator>
      <dc:date>2013-09-29T08:58:33Z</dc:date>
    </item>
  </channel>
</rss>

