<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in sfallgatherv.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>d8e47b638cf8f604a99e9678e1df24f82d959cd7 - Merge branch &apos;barry/2024-09-02/rebased-fix-conversion-warnings&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h#d8e47b638cf8f604a99e9678e1df24f82d959cd7</link>
        <description>Merge branch &apos;barry/2024-09-02/rebased-fix-conversion-warnings&apos; into &apos;main&apos;Compiler finds (and forbid) casts from higher precision integers to lowerSee merge request petsc/petsc!7806

            List of files:
            /petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h</description>
        <pubDate>Tue, 17 Sep 2024 21:30:20 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6497c311e7b976d467be1503c1effce92a60525c - Add to CI compilers flags &apos;-Wconversion&apos;, &apos;-Wno-sign-conversion&apos;, &apos;-Wno-float-conversion&apos;, &apos;-Wno-implicit-float-conversion&apos;]</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h#6497c311e7b976d467be1503c1effce92a60525c</link>
        <description>Add to CI compilers flags &apos;-Wconversion&apos;, &apos;-Wno-sign-conversion&apos;, &apos;-Wno-float-conversion&apos;, &apos;-Wno-implicit-float-conversion&apos;]Also fix the code to repository to compile cleanly with these flags in the CI

            List of files:
            /petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h</description>
        <pubDate>Sun, 25 Aug 2024 03:44:46 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9dd11ecf0918283bb567d8b33a92f53ac4ea7840 - Merge branch &apos;jacobf/2023-08-17/header-guard-check&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h#9dd11ecf0918283bb567d8b33a92f53ac4ea7840</link>
        <description>Merge branch &apos;jacobf/2023-08-17/header-guard-check&apos; into &apos;main&apos;Check header guardsSee merge request petsc/petsc!6822

            List of files:
            /petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h</description>
        <pubDate>Fri, 25 Aug 2023 13:49:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a496304597bacff3545e802853d69e8765312868 - Convert all header guards to pragma once</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h#a496304597bacff3545e802853d69e8765312868</link>
        <description>Convert all header guards to pragma once

            List of files:
            /petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h</description>
        <pubDate>Fri, 18 Aug 2023 15:13:00 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7bd9bc379b029032331958d7295a8abbaff28714 - Merge branch &apos;stefanozampini/sf-fast-bcast&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h#7bd9bc379b029032331958d7295a8abbaff28714</link>
        <description>Merge branch &apos;stefanozampini/sf-fast-bcast&apos; into &apos;main&apos;PetscSF: optimize SFALLGATHERV for the one-to-all patternSee merge request petsc/petsc!5663

            List of files:
            /petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h</description>
        <pubDate>Sun, 25 Sep 2022 02:57:48 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>661006243e0904bc232e219bc5c02c8d300d1d6d - PetscSF: optimize SFALLGATHERV for the one-to-all pattern</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h#661006243e0904bc232e219bc5c02c8d300d1d6d</link>
        <description>PetscSF: optimize SFALLGATHERV for the one-to-all patternthis happens with ML models using data parallelism having replicated local parametersAdd test

            List of files:
            /petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h</description>
        <pubDate>Wed, 21 Sep 2022 14:19:26 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>061e922f3926be00487707c73b78dd3d40309129 - Merge branch &apos;jacobf/2022-09-21/2-bike-2-shed&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h#061e922f3926be00487707c73b78dd3d40309129</link>
        <description>Merge branch &apos;jacobf/2022-09-21/2-bike-2-shed&apos; into &apos;main&apos;Feature: Bicycle Storage Facility 2See merge request petsc/petsc!5661

            List of files:
            /petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h</description>
        <pubDate>Thu, 22 Sep 2022 02:09:24 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6524c165f7ddaf30fd7457737f668f984c8ababf - Transform all header-guards into ifndefs to make clang-format ignore them for preprocessor indentation</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h#6524c165f7ddaf30fd7457737f668f984c8ababf</link>
        <description>Transform all header-guards into ifndefs to make clang-format ignore them for preprocessor indentation

            List of files:
            /petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h</description>
        <pubDate>Wed, 21 Sep 2022 13:27:22 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>58d68138c660dfb4e9f5b03334792cd4f2ffd7cc - Merge branch &apos;barry/2022-08-21/clang-format-source&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h#58d68138c660dfb4e9f5b03334792cd4f2ffd7cc</link>
        <description>Merge branch &apos;barry/2022-08-21/clang-format-source&apos; into &apos;main&apos;format repository with clang-formatSee merge request petsc/petsc!5541

            List of files:
            /petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h</description>
        <pubDate>Tue, 23 Aug 2022 05:26:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9371c9d470a9602b6d10a8bf50c9b2280a79e45a - clang-format: convert PETSc sources to comply with clang-format</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h#9371c9d470a9602b6d10a8bf50c9b2280a79e45a</link>
        <description>clang-format: convert PETSc sources to comply with clang-format

            List of files:
            /petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h</description>
        <pubDate>Mon, 22 Aug 2022 15:20:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>7a560c3d59c22e2b8b3c5435253d62930f011a95 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h#7a560c3d59c22e2b8b3c5435253d62930f011a95</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h</description>
        <pubDate>Tue, 25 Jan 2022 16:51:51 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1c0ae101206bc0001802560897f949c17c050d21 - Merge branch &apos;jczhang/fix-sfallgather-bug&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h#1c0ae101206bc0001802560897f949c17c050d21</link>
        <description>Merge branch &apos;jczhang/fix-sfallgather-bug&apos; into &apos;release&apos;SF: fix a bug in SFAllgather(v) when using non-gpu-aware MPISee merge request petsc/petsc!4749

            List of files:
            /petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h</description>
        <pubDate>Tue, 25 Jan 2022 16:36:39 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9319200a99bcb2a99e6af9ce894762e74bc7a129 - SF: fix a bug in sfallgather/v when using non-gpu-aware MPI</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h#9319200a99bcb2a99e6af9ce894762e74bc7a129</link>
        <description>SF: fix a bug in sfallgather/v when using non-gpu-aware MPI

            List of files:
            /petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h</description>
        <pubDate>Tue, 14 Sep 2021 01:57:52 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b0d1f38a7cc2ad57fd764c7cb77b80e26b46ae0a - Merge remote-tracking branch &apos;origin/jczhang/feature-sf-pack-direct&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h#b0d1f38a7cc2ad57fd764c7cb77b80e26b46ae0a</link>
        <description>Merge remote-tracking branch &apos;origin/jczhang/feature-sf-pack-direct&apos;Directly pass root/leafdata to MPI in SF when possibleSee merge request petsc/petsc!2506

            List of files:
            /petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h</description>
        <pubDate>Sun, 22 Mar 2020 00:34:02 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>00816365229eff0fcb3567887feb4c4abe2b0e86 - No need to get mtypes in PetscSFXxxEnd(). The cuda call is not cheap.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h#00816365229eff0fcb3567887feb4c4abe2b0e86</link>
        <description>No need to get mtypes in PetscSFXxxEnd(). The cuda call is not cheap.

            List of files:
            /petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h</description>
        <pubDate>Wed, 08 Jan 2020 19:01:22 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>cd62000487352d7c447823794a883667dfb859d7 - Refactor SF packing</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h#cd62000487352d7c447823794a883667dfb859d7</link>
        <description>Refactor SF packing1) Separate out local communication from remote communication2) Directly pass root/leafdata to MPI when suitable

            List of files:
            /petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h</description>
        <pubDate>Thu, 05 Dec 2019 17:04:52 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>203a8786a33c3e4e033bac3ac4db6d2ca3bac443 - Merge branch &apos;jczhang/feature-sf-do-pack-on-gpu&apos; into &apos;master&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h#203a8786a33c3e4e033bac3ac4db6d2ca3bac443</link>
        <description>Merge branch &apos;jczhang/feature-sf-do-pack-on-gpu&apos; into &apos;master&apos;Add support to do pack/unpack on GPU and do MPI on CPUSee merge request petsc/petsc!2205

            List of files:
            /petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h</description>
        <pubDate>Fri, 29 Nov 2019 01:21:34 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>855db38d8495605a5e3dcabe2b88744316163d08 - Support data on device but no gpu-aware MPI for sf(all)gather(v)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h#855db38d8495605a5e3dcabe2b88744316163d08</link>
        <description>Support data on device but no gpu-aware MPI for sf(all)gather(v)

            List of files:
            /petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h</description>
        <pubDate>Wed, 16 Oct 2019 18:38:29 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c1acdb042495fd1ffc96afeae774234518abeead - Merge remote-tracking branch &apos;origin/jczhang/feature-sf-on-gpu&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h#c1acdb042495fd1ffc96afeae774234518abeead</link>
        <description>Merge remote-tracking branch &apos;origin/jczhang/feature-sf-on-gpu&apos;Add GPU-aware VecScatter/PetscSFSee merge request petsc/petsc!1995

            List of files:
            /petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h</description>
        <pubDate>Sat, 28 Sep 2019 16:03:36 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>eb02082b21b627ae704d1b64176a7a4b8db6ed4b - Added SF GPU support</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h#eb02082b21b627ae704d1b64176a7a4b8db6ed4b</link>
        <description>Added SF GPU support

            List of files:
            /petsc/src/vec/is/sf/impls/basic/allgatherv/sfallgatherv.h</description>
        <pubDate>Wed, 25 Sep 2019 02:15:35 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
