Skip to content

Commit

Permalink
Deploying to main from @ AMReX-Codes/amrex@e6c93bf 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed May 22, 2024
1 parent 2d2b4f1 commit c672802
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion amrex/docs_html/doxygen/AMReX__ParticleUtil_8H_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@
<div class="line"><a name="l00705"></a><span class="lineno"> 705</span>&#160;<span class="preprocessor">#else</span></div>
<div class="line"><a name="l00706"></a><span class="lineno"> 706</span>&#160; <span class="comment">// A100 has a larger L2 cache and is very sensitive to atomic add contention,</span></div>
<div class="line"><a name="l00707"></a><span class="lineno"> 707</span>&#160; <span class="comment">// so we use a large bock size of 1024 and not the compressed layout.</span></div>
<div class="line"><a name="l00708"></a><span class="lineno"> 708</span>&#160; <span class="keyword">static</span> constexpr index_type gpu_block_size = 1014;</div>
<div class="line"><a name="l00708"></a><span class="lineno"> 708</span>&#160; <span class="keyword">static</span> constexpr index_type gpu_block_size = 1024;</div>
<div class="line"><a name="l00709"></a><span class="lineno"> 709</span>&#160; <span class="keyword">static</span> constexpr <span class="keywordtype">bool</span> compressed_layout = <span class="keyword">false</span>;</div>
<div class="line"><a name="l00710"></a><span class="lineno"> 710</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00711"></a><span class="lineno"> 711</span>&#160; </div>
Expand Down
2 changes: 1 addition & 1 deletion amrex/docs_xml/doxygen/AMReX__ParticleUtil_8H.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2924,7 +2924,7 @@
<codeline lineno="705"><highlight class="normal"></highlight><highlight class="preprocessor">#else</highlight><highlight class="normal"></highlight></codeline>
<codeline lineno="706"><highlight class="normal"><sp/><sp/><sp/><sp/></highlight><highlight class="comment">//<sp/>A100<sp/>has<sp/>a<sp/>larger<sp/>L2<sp/>cache<sp/>and<sp/>is<sp/>very<sp/>sensitive<sp/>to<sp/>atomic<sp/>add<sp/>contention,</highlight><highlight class="normal"></highlight></codeline>
<codeline lineno="707"><highlight class="normal"><sp/><sp/><sp/><sp/></highlight><highlight class="comment">//<sp/>so<sp/>we<sp/>use<sp/>a<sp/>large<sp/>bock<sp/>size<sp/>of<sp/>1024<sp/>and<sp/>not<sp/>the<sp/>compressed<sp/>layout.</highlight><highlight class="normal"></highlight></codeline>
<codeline lineno="708"><highlight class="normal"><sp/><sp/><sp/><sp/></highlight><highlight class="keyword">static</highlight><highlight class="normal"><sp/>constexpr<sp/>index_type<sp/>gpu_block_size<sp/>=<sp/>1014;</highlight></codeline>
<codeline lineno="708"><highlight class="normal"><sp/><sp/><sp/><sp/></highlight><highlight class="keyword">static</highlight><highlight class="normal"><sp/>constexpr<sp/>index_type<sp/>gpu_block_size<sp/>=<sp/>1024;</highlight></codeline>
<codeline lineno="709"><highlight class="normal"><sp/><sp/><sp/><sp/></highlight><highlight class="keyword">static</highlight><highlight class="normal"><sp/>constexpr<sp/></highlight><highlight class="keywordtype">bool</highlight><highlight class="normal"><sp/>compressed_layout<sp/>=<sp/></highlight><highlight class="keyword">false</highlight><highlight class="normal">;</highlight></codeline>
<codeline lineno="710"><highlight class="normal"></highlight><highlight class="preprocessor">#endif</highlight><highlight class="normal"></highlight></codeline>
<codeline lineno="711"><highlight class="normal"></highlight></codeline>
Expand Down

0 comments on commit c672802

Please sign in to comment.