From c6728023d15aa6e22533d65bf90174b065934478 Mon Sep 17 00:00:00 2001 From: atmyers Date: Wed, 22 May 2024 19:42:40 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20main=20from=20@=20AMReX-Codes/?= =?UTF-8?q?amrex@e6c93bf22695585282ffedfeeb576f5e5450a47b=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../amrex.pdf | Bin 8751143 -> 8751143 bytes .../AMReX__ParticleUtil_8H_source.html | 2 +- .../doxygen/AMReX__ParticleUtil_8H.xml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/amrex/docs_html/_downloads/008eb6dbfab802633dff40122ece848c/amrex.pdf b/amrex/docs_html/_downloads/008eb6dbfab802633dff40122ece848c/amrex.pdf index 6d914dd12ef8bba9f47dafb5f3352cc7e538b39e..cd65fb99a4c21ba3fbd31032dd55513acadae8a9 100644 GIT binary patch delta 392 zcmajVSyzk!0D$3xqEg6`C>q%+(#$k{Gm}a)-`Che$~wuO#+I#+t?hbeKye3yCnB xD`bLn5QW`gvM0)?qIf=t;sde1|1J|XUBi>pQ!}MlCce1RU)`}hS1SK#`2#08jGX`g delta 392 zcmajVSyzk!0D$3xLMcnOQZy(_mgegl^UY9cYG#O3D9a=YX|iO?5=H8ndsp=nx^v~6 zevji{xWPGofQ$E>=i*)cx?HyUw*~90w?Ub58*Q>#g-TmgskYTN+wD+er(Jg2W3O6u z_NmukzXKY@9CXNGO`08X)G^1kIN_vIPHPnxXcI~}BPo)ScGfxVI&?a(OGdXISvh$Z zT-585%lcf=Z@{3duDNc=up4f=<+g$mcZ|C0o-yO@d*Go7k4!3>^4JqkJu~gO7hZbh zwHa@`_0D^ 705 #else
706  // A100 has a larger L2 cache and is very sensitive to atomic add contention,
707  // so we use a large bock size of 1024 and not the compressed layout.
-
708  static constexpr index_type gpu_block_size = 1014;
+
708  static constexpr index_type gpu_block_size = 1024;
709  static constexpr bool compressed_layout = false;
710 #endif
711 
diff --git a/amrex/docs_xml/doxygen/AMReX__ParticleUtil_8H.xml b/amrex/docs_xml/doxygen/AMReX__ParticleUtil_8H.xml index 3b80771657..410cb4575b 100644 --- a/amrex/docs_xml/doxygen/AMReX__ParticleUtil_8H.xml +++ b/amrex/docs_xml/doxygen/AMReX__ParticleUtil_8H.xml @@ -2924,7 +2924,7 @@ #else //A100hasalargerL2cacheandisverysensitivetoatomicaddcontention, //soweusealargebocksizeof1024andnotthecompressedlayout. -staticconstexprindex_typegpu_block_size=1014; +staticconstexprindex_typegpu_block_size=1024; staticconstexprboolcompressed_layout=false; #endif