<?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_cuda.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_cuda.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_cuda.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_cuda.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_cuda.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>5fa70555f2cfa5f8527759fb2fd8b5523acdf153 - Merge branch &apos;hongzh/energy-monitor&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_cuda.h#5fa70555f2cfa5f8527759fb2fd8b5523acdf153</link>
        <description>Merge branch &apos;hongzh/energy-monitor&apos; into &apos;main&apos;Add the logging of gpu energySee merge request petsc/petsc!8817

            List of files:
            /petsc/include/petscdevice_cuda.h</description>
        <pubDate>Thu, 06 Nov 2025 14:36:21 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5268dc8a1a0f032710726b8d0a0dac288ca10d3a - Add the logging of gpu energy</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_cuda.h#5268dc8a1a0f032710726b8d0a0dac288ca10d3a</link>
        <description>Add the logging of gpu energy- Remove unneeded PETSC_HAVE_DEVICE macro- -log_view_gpu_energy requires CUDA version &gt;= 12.2- Use PetscDefined instead of macro

            List of files:
            /petsc/include/petscdevice_cuda.h</description>
        <pubDate>Thu, 14 Aug 2025 15:48:55 +0000</pubDate>
        <dc:creator>Hong Zhang &lt;hongzhang@anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>cd871708d6ae82bd70cc1a9e2138f9b57839fe75 - Merge branch &apos;cuda&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_cuda.h#cd871708d6ae82bd70cc1a9e2138f9b57839fe75</link>
        <description>Merge branch &apos;cuda&apos; into &apos;main&apos;Fix CUDA 13 API incompatibilitiesSee merge request petsc/petsc!8632

            List of files:
            /petsc/include/petscdevice_cuda.h</description>
        <pubDate>Tue, 16 Sep 2025 04:23:51 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2695cf96bf725a23d8edb31ff8aa2ca9ba36b655 - Gather CUDA lib includes in petscdevice_cuda.h + disable cuSPARSE warnings using DISABLE_CUSPARSE_DEPRECATED</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_cuda.h#2695cf96bf725a23d8edb31ff8aa2ca9ba36b655</link>
        <description>Gather CUDA lib includes in petscdevice_cuda.h + disable cuSPARSE warnings using DISABLE_CUSPARSE_DEPRECATEDDefining DISABLE_CUSPARSE_DEPRECATED is Nvidia&apos;s recommended way of disabling cuSPARSE warningsThis avoids requiring -Wdeprecated-declarations - that can mask other (non-cuSPARSE) warnings

            List of files:
            /petsc/include/petscdevice_cuda.h</description>
        <pubDate>Thu, 11 Sep 2025 21:21:35 +0000</pubDate>
        <dc:creator>Nuno Nobre &lt;nuno.nobre@stfc.ac.uk&gt;</dc:creator>
    </item>
<item>
        <title>0ff9d02ecf1627951ed050a8344155223c6ca4ea - Merge branch &apos;barry/2025-06-10/add-fortran-stubs-from-static-functions-in-includes&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_cuda.h#0ff9d02ecf1627951ed050a8344155223c6ca4ea</link>
        <description>Merge branch &apos;barry/2025-06-10/add-fortran-stubs-from-static-functions-in-includes&apos; into &apos;main&apos;Automatically generate Fortran C stubs for static inline functions in include directorySee merge request petsc/petsc!8469

            List of files:
            /petsc/include/petscdevice_cuda.h</description>
        <pubDate>Tue, 17 Jun 2025 22:11:29 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1850900d48b2979dc392677ea4adb6aa8f907be5 - add missing MANSEC from include files</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_cuda.h#1850900d48b2979dc392677ea4adb6aa8f907be5</link>
        <description>add missing MANSEC from include files

            List of files:
            /petsc/include/petscdevice_cuda.h</description>
        <pubDate>Tue, 10 Jun 2025 22:50:13 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3c6c2bd607ccbc6dbafa3d0fbe34551e4abda79c - Merge branch &apos;jolivet/x_remove-cuda-warnings-ci&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_cuda.h#3c6c2bd607ccbc6dbafa3d0fbe34551e4abda79c</link>
        <description>Merge branch &apos;jolivet/x_remove-cuda-warnings-ci&apos; into &apos;main&apos;Remove -Wdeprecated-declarations warningsSee merge request petsc/petsc!7771

            List of files:
            /petsc/include/petscdevice_cuda.h</description>
        <pubDate>Wed, 21 Aug 2024 16:28:22 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b0c000124f69cd22fe741d5cb508476cb397dd8c - Remove -Wdeprecated-declarations warnings</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_cuda.h#b0c000124f69cd22fe741d5cb508476cb397dd8c</link>
        <description>Remove -Wdeprecated-declarations warnings

            List of files:
            /petsc/include/petscdevice_cuda.h</description>
        <pubDate>Sat, 17 Aug 2024 15:46:27 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&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_cuda.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_cuda.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_cuda.h#a496304597bacff3545e802853d69e8765312868</link>
        <description>Convert all header guards to pragma once

            List of files:
            /petsc/include/petscdevice_cuda.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_cuda.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_cuda.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_cuda.h#5c1270193a0bd8d6dd0d236f945a1c1e54f7abb3</link>
        <description>Sys: add PetscGetCurrentCUDA/HIPStream()

            List of files:
            /petsc/include/petscdevice_cuda.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>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_cuda.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_cuda.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_cuda.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_cuda.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>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_cuda.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_cuda.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>d71ae5a4db6382e7f06317b8d368875286fe9008 - source code format changes due to .clang-format changes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_cuda.h#d71ae5a4db6382e7f06317b8d368875286fe9008</link>
        <description>source code format changes due to .clang-format changes

            List of files:
            /petsc/include/petscdevice_cuda.h</description>
        <pubDate>Wed, 21 Sep 2022 21:15:28 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>fb664f9e710748ae2f81f388b5f0c9179833c49b - Merge branch &apos;jacobf/2022-08-29/petscdevicecontext-backend-update&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_cuda.h#fb664f9e710748ae2f81f388b5f0c9179833c49b</link>
        <description>Merge branch &apos;jacobf/2022-08-29/petscdevicecontext-backend-update&apos; into &apos;main&apos;Update PetscDevice and PetscDeviceContext backendsSee merge request petsc/petsc!5566

            List of files:
            /petsc/include/petscdevice_cuda.h</description>
        <pubDate>Sat, 10 Sep 2022 06:09:43 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>0e6b6b5985dd9b1172860d21fb88bd3966bf7c54 - Rework PetscDeviceContext backends and supporting code:</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdevice_cuda.h#0e6b6b5985dd9b1172860d21fb88bd3966bf7c54</link>
        <description>Rework PetscDeviceContext backends and supporting code:- Add PETSC_DEVICE_HOST- Add PetscDeviceAllocate()- Add PetscDeviceMalloc()- Add PetscDeviceDeallocate()- Add PetscDeviceFree()- Add PetscDeviceMemcopy()- Add PetscDeviceArraycopy()- Split petscdevice.h into petscdevice_cuda.h and petscdevice_hip.h- Add petscdevice_cupm.h- Extend cupm::Interface and cupm::BlasInterface classes- Add more C++ utility wrappers

            List of files:
            /petsc/include/petscdevice_cuda.h</description>
        <pubDate>Mon, 29 Aug 2022 16:21:51 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
