<?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 petscdevice_hip.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>9d47de495d3c23378050c1b4a410c12a375cb6c6 - Merge branch &apos;barry/2026-02-14/fix-defined-missing-braces&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_hip.h#9d47de495d3c23378050c1b4a410c12a375cb6c6</link>
        <description>Merge branch &apos;barry/2026-02-14/fix-defined-missing-braces&apos; into &apos;main&apos;Fix the inconsistent usage of #if defined XXX compared to defined(XXX)See merge request petsc/petsc!9040

            List of files:
            /petsc/include/petscdevice_hip.h</description>
        <pubDate>Wed, 18 Feb 2026 16:18:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>beceaeb65c30291e7755356830621fe80888c102 - Fix the inconsistent usage of #if [!]defined XXX compared to defined(XXX)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_hip.h#beceaeb65c30291e7755356830621fe80888c102</link>
        <description>Fix the inconsistent usage of #if [!]defined XXX compared to defined(XXX)Thanks-to: Pierre JolivetAn LLM Claude detected the incosnsitency it was not used to remove the inconsistency

            List of files:
            /petsc/include/petscdevice_hip.h</description>
        <pubDate>Sun, 15 Feb 2026 02:00:23 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b - Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_hip.h#6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b</link>
        <description>Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;Major updates to Fortran interfaceSee merge request petsc/petsc!7517

            List of files:
            /petsc/include/petscdevice_hip.h</description>
        <pubDate>Thu, 20 Mar 2025 04:32:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ce78bad369055609e946c9d2c25ea67a45873e27 - Fortran 90: fully embrace After 34 years!</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_hip.h#ce78bad369055609e946c9d2c25ea67a45873e27</link>
        <description>Fortran 90: fully embrace After 34 years!- deprecate use of &apos;F90&apos; in Fortran function names- use Fortran pointers when appropriate- the new Fortran API is not backward compatible with previous versions!- also clean up inconsistent PETSc code detected by new Fortran generation tools- drop use of bfort- automatically generate all the Fortran PETSc objects, enums etc from the include files- generate most of the Fortran interface definitions and functions from the source code- simplify the number and organization of Fortran modulesCo-authored-by: Jose E. Roman &lt;jroman@dsic.upv.es&gt;

            List of files:
            /petsc/include/petscdevice_hip.h</description>
        <pubDate>Thu, 20 Feb 2025 06:12:11 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@petsc.dev&gt;</dc:creator>
    </item>
<item>
        <title>0a78fc9162d15a87b3a3b481f3b9058c936f4ff3 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_hip.h#0a78fc9162d15a87b3a3b481f3b9058c936f4ff3</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/include/petscdevice_hip.h</description>
        <pubDate>Wed, 02 Oct 2024 20:12:01 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c6fdec410e628b3d6ea571e2697eab35467cb2cf - Merge branch &apos;jczhang/2024-09-30/fix-hip-complex&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_hip.h#c6fdec410e628b3d6ea571e2697eab35467cb2cf</link>
        <description>Merge branch &apos;jczhang/2024-09-30/fix-hip-complex&apos; into &apos;release&apos;Fix hipblasDoubleComplex, which is replaced by hipDoubleComplex in newer hipBLASSee merge request petsc/petsc!7901

            List of files:
            /petsc/include/petscdevice_hip.h</description>
        <pubDate>Tue, 01 Oct 2024 20:18:53 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>731341e59ef9e9cfa98efcaf9a5a63ad0406ab95 - CUPM: fix hipblasDoubleComplex, which is replaced by hipDoubleComplex in newer hipBLAS</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_hip.h#731341e59ef9e9cfa98efcaf9a5a63ad0406ab95</link>
        <description>CUPM: fix hipblasDoubleComplex, which is replaced by hipDoubleComplex in newer hipBLAS

            List of files:
            /petsc/include/petscdevice_hip.h</description>
        <pubDate>Tue, 01 Oct 2024 02:54:32 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@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/include/petscdevice_hip.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/include/petscdevice_hip.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/include/petscdevice_hip.h#a496304597bacff3545e802853d69e8765312868</link>
        <description>Convert all header guards to pragma once

            List of files:
            /petsc/include/petscdevice_hip.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>106764d3bf9ab73ad6e10134488d6054dfa31277 - Merge branch &apos;jczhang/2023-08-08/feature-hypre-device-matzerorows&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_hip.h#106764d3bf9ab73ad6e10134488d6054dfa31277</link>
        <description>Merge branch &apos;jczhang/2023-08-08/feature-hypre-device-matzerorows&apos; into &apos;main&apos;Support MatZeroRows on MatHYPRE on deviceSee merge request petsc/petsc!6790

            List of files:
            /petsc/include/petscdevice_hip.h</description>
        <pubDate>Thu, 10 Aug 2023 15:59:02 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5c1270193a0bd8d6dd0d236f945a1c1e54f7abb3 - Sys: add PetscGetCurrentCUDA/HIPStream()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_hip.h#5c1270193a0bd8d6dd0d236f945a1c1e54f7abb3</link>
        <description>Sys: add PetscGetCurrentCUDA/HIPStream()

            List of files:
            /petsc/include/petscdevice_hip.h</description>
        <pubDate>Wed, 09 Aug 2023 15:37:01 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b7dab1a69cf542d0360aa414d08440e5730d2c26 - Merge branch &apos;jolivet/clang-format-16&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_hip.h#b7dab1a69cf542d0360aa414d08440e5730d2c26</link>
        <description>Merge branch &apos;jolivet/clang-format-16&apos; into &apos;main&apos;Switch to clang-format 16See merge request petsc/petsc!6203

            List of files:
            /petsc/include/petscdevice_hip.h</description>
        <pubDate>Fri, 24 Mar 2023 14:20:48 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6c5826a24293a889669fd1b62be5a30640c04110 - Switch to clang-format 16</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_hip.h#6c5826a24293a889669fd1b62be5a30640c04110</link>
        <description>Switch to clang-format 16

            List of files:
            /petsc/include/petscdevice_hip.h</description>
        <pubDate>Mon, 20 Mar 2023 16:25:00 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>010fb4d4171d853059400b129b6cb56a9ad3b8b6 - Merge branch &apos;jychang48/hip-warning-fixes&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_hip.h#010fb4d4171d853059400b129b6cb56a9ad3b8b6</link>
        <description>Merge branch &apos;jychang48/hip-warning-fixes&apos; into &apos;main&apos;Resolved HIP compiler warningsSee merge request petsc/petsc!6020

            List of files:
            /petsc/include/petscdevice_hip.h</description>
        <pubDate>Tue, 21 Feb 2023 03:00:33 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c0d63f2f2b6cfc26bc2ed319830232073f5bceed - Deprecate HIPSPARSE_ORDER_COLUMN in rocm 5.4</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_hip.h#c0d63f2f2b6cfc26bc2ed319830232073f5bceed</link>
        <description>Deprecate HIPSPARSE_ORDER_COLUMN in rocm 5.4

            List of files:
            /petsc/include/petscdevice_hip.h</description>
        <pubDate>Fri, 03 Feb 2023 21:54:14 +0000</pubDate>
        <dc:creator>Justin Chang &lt;jychang48@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c06096d4eef8c1dd7519c521933fc1d2c5eaec10 - Merge branch &apos;jacobf/2022-09-23/veccupm&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_hip.h#c06096d4eef8c1dd7519c521933fc1d2c5eaec10</link>
        <description>Merge branch &apos;jacobf/2022-09-23/veccupm&apos; into &apos;main&apos;Feature: CUPM VecSee merge request petsc/petsc!5685

            List of files:
            /petsc/include/petscdevice_hip.h</description>
        <pubDate>Fri, 21 Oct 2022 19:06:10 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>15af11aa9bd96e101f4ac16c8946a08b73c91b70 - Make it so petscdevice_cuda.h and petscdevice_hip.h can be included in any order</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_hip.h#15af11aa9bd96e101f4ac16c8946a08b73c91b70</link>
        <description>Make it so petscdevice_cuda.h and petscdevice_hip.h can be included in any order

            List of files:
            /petsc/include/petscdevice_hip.h</description>
        <pubDate>Wed, 05 Oct 2022 20:55:36 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c1f49a03e735c72f3b8702c3e6d44c99cd1268c7 - Merge branch &apos;suyash/hip&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_hip.h#c1f49a03e735c72f3b8702c3e6d44c99cd1268c7</link>
        <description>Merge branch &apos;suyash/hip&apos; into &apos;main&apos;Add HIP support to Mat class in PETScSee merge request petsc/petsc!5383

            List of files:
            /petsc/include/petscdevice_hip.h</description>
        <pubDate>Sat, 01 Oct 2022 01:32:27 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>47d993e71cae6087374231ffa40636568dd6db27 - Add HIP support to Mat class in PETSc</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_hip.h#47d993e71cae6087374231ffa40636568dd6db27</link>
        <description>Add HIP support to Mat class in PETScCo-authored-by: Justin Chang &lt;jychang48@gmail.com&gt;Fixed-by: Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;Fixed-by: Junchao Zhang &lt;jczhang@mcs.anl.gov&gt;Fixed-by: Satish Balay &lt;balay@mcs.anl.gov&gt;

            List of files:
            /petsc/include/petscdevice_hip.h</description>
        <pubDate>Sat, 01 Oct 2022 01:32:26 +0000</pubDate>
        <dc:creator>suyashtn &lt;suyashtn@umich.edu&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/include/petscdevice_hip.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/include/petscdevice_hip.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>
</channel>
</rss>
