<?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 ex2k.kokkos.cxx</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>609caa7c8c030312b00807b4f015fd827bb80932 - Merge branch &apos;jolivet/rm-explicit-empty-output_file&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/tests/ex2k.kokkos.cxx#609caa7c8c030312b00807b4f015fd827bb80932</link>
        <description>Merge branch &apos;jolivet/rm-explicit-empty-output_file&apos; into &apos;main&apos;Remove 535 empty .out and consolidate the use of output/empty.outSee merge request petsc/petsc!8538

            List of files:
            /petsc/src/dm/tests/ex2k.kokkos.cxx</description>
        <pubDate>Sat, 19 Jul 2025 04:14:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3886731f808f6f9ca8348e6e791c818340d72f91 - Remove explicitly listed empty files and switch to output/empty.out</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/tests/ex2k.kokkos.cxx#3886731f808f6f9ca8348e6e791c818340d72f91</link>
        <description>Remove explicitly listed empty files and switch to output/empty.out

            List of files:
            /petsc/src/dm/tests/ex2k.kokkos.cxx</description>
        <pubDate>Wed, 09 Jul 2025 05:18:30 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>09b68a49ed2854d1e4985cc2aa6af33c7c4e69b3 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/tests/ex2k.kokkos.cxx#09b68a49ed2854d1e4985cc2aa6af33c7c4e69b3</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/dm/tests/ex2k.kokkos.cxx</description>
        <pubDate>Fri, 04 Apr 2025 16:52:00 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e80aff1c6c3c5b0d2b2c91d72667105d74682974 - Merge branch &apos;jolivet/fix-petsc-case&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/tests/ex2k.kokkos.cxx#e80aff1c6c3c5b0d2b2c91d72667105d74682974</link>
        <description>Merge branch &apos;jolivet/fix-petsc-case&apos; into &apos;release&apos;Fix wrong case for PETScSee merge request petsc/petsc!8266

            List of files:
            /petsc/src/dm/tests/ex2k.kokkos.cxx</description>
        <pubDate>Thu, 03 Apr 2025 20:58:34 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f0b74427b291237450348b8514d67555ad08bce6 - Fix wrong case for PETSc</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/tests/ex2k.kokkos.cxx#f0b74427b291237450348b8514d67555ad08bce6</link>
        <description>Fix wrong case for PETSc

            List of files:
            /petsc/src/dm/tests/ex2k.kokkos.cxx</description>
        <pubDate>Tue, 01 Apr 2025 19:15:23 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>b7b2c57cd5aa9b14d54c296fd363923a566b256d - Merge branch &apos;jczhang/2025-01-30/feature-support-AMD-MI300A&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/tests/ex2k.kokkos.cxx#b7b2c57cd5aa9b14d54c296fd363923a566b256d</link>
        <description>Merge branch &apos;jczhang/2025-01-30/feature-support-AMD-MI300A&apos; into &apos;main&apos;Add support of AMD MI300ACloses #1703See merge request petsc/petsc!8110

            List of files:
            /petsc/src/dm/tests/ex2k.kokkos.cxx</description>
        <pubDate>Wed, 05 Feb 2025 05:14:11 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>45402d8af0650df8cd128ec935cf42f37f0f84dd - Kokkos: add support of AMD MI300A</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/tests/ex2k.kokkos.cxx#45402d8af0650df8cd128ec935cf42f37f0f84dd</link>
        <description>Kokkos: add support of AMD MI300A* Use HostMirrorMemorySpace instead of HostSpace to fix compile errors on MI300A* Replace Kokkos::HostSpace with HostMirrorMemorySpace to fix compile errors on MI300A, since the latter is what Kokkos::DualView use for its host view* Fix a subtle bug in KokkosDualViewSync() w.r.t MI300A.  Suppose we want to sync a petsc VecKokkos v on host. On MI300A, the host copy v_h and the device copy v_d share the memory. So in the old code, we used if (v_dual.need_sync_host()) to skip the device to host memory copy. But I should not skip the exec.fence().  As the device might still have kernels writing v_d, we still need to sync the device/stream to make v_d ready for use on CPU (via v_h).

            List of files:
            /petsc/src/dm/tests/ex2k.kokkos.cxx</description>
        <pubDate>Thu, 30 Jan 2025 16:01:07 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>732aec7a18f2199fb53bb9a2f3aef439a834ce31 - Merge branch &apos;jolivet/remove-cast&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/tests/ex2k.kokkos.cxx#732aec7a18f2199fb53bb9a2f3aef439a834ce31</link>
        <description>Merge branch &apos;jolivet/remove-cast&apos; into &apos;main&apos;Use NULL or nullptr instead of casted 0See merge request petsc/petsc!7857

            List of files:
            /petsc/src/dm/tests/ex2k.kokkos.cxx</description>
        <pubDate>Sun, 22 Sep 2024 17:54:06 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c8025a5415d73fd1c6005393f2b0e60677bf5915 - Use NULL or nullptr instead of casted 0</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/tests/ex2k.kokkos.cxx#c8025a5415d73fd1c6005393f2b0e60677bf5915</link>
        <description>Use NULL or nullptr instead of casted 0

            List of files:
            /petsc/src/dm/tests/ex2k.kokkos.cxx</description>
        <pubDate>Sat, 21 Sep 2024 07:20:33 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>14e7b07eeb9e40f6f4410f12e254190850606b19 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/tests/ex2k.kokkos.cxx#14e7b07eeb9e40f6f4410f12e254190850606b19</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/dm/tests/ex2k.kokkos.cxx</description>
        <pubDate>Fri, 21 Jun 2024 16:25:33 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>577be6095489077148f0dd04e56d4a00f01f0a50 - Merge branch &apos;jczhang/2024-06-18/fix-some-minor-issues&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/tests/ex2k.kokkos.cxx#577be6095489077148f0dd04e56d4a00f01f0a50</link>
        <description>Merge branch &apos;jczhang/2024-06-18/fix-some-minor-issues&apos; into &apos;release&apos;Fix some minor issues found on SunspotSee merge request petsc/petsc!7636

            List of files:
            /petsc/src/dm/tests/ex2k.kokkos.cxx</description>
        <pubDate>Fri, 21 Jun 2024 15:39:47 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>309cecaa259e96d4f066f69fae1d7c5cc1b2c213 - Tests: cast PetscInt in case of 64 bits</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/tests/ex2k.kokkos.cxx#309cecaa259e96d4f066f69fae1d7c5cc1b2c213</link>
        <description>Tests: cast PetscInt in case of 64 bits

            List of files:
            /petsc/src/dm/tests/ex2k.kokkos.cxx</description>
        <pubDate>Tue, 18 Jun 2024 22:38:36 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>31d78bcd2b98084dc1368b20eb1129c8b9fb39fe - Merge branch &apos;jacobf/2022-12-10/petscerrorcode-nodiscard&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/tests/ex2k.kokkos.cxx#31d78bcd2b98084dc1368b20eb1129c8b9fb39fe</link>
        <description>Merge branch &apos;jacobf/2022-12-10/petscerrorcode-nodiscard&apos; into &apos;main&apos;Feature: Non-discardable PetscErrorCodeSee merge request petsc/petsc!5923

            List of files:
            /petsc/src/dm/tests/ex2k.kokkos.cxx</description>
        <pubDate>Thu, 02 Feb 2023 20:39:47 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3ba1676111f5c958fe6c2729b46ca4d523958bb3 - Make PetscErrorCode a non-discardable enum</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/tests/ex2k.kokkos.cxx#3ba1676111f5c958fe6c2729b46ca4d523958bb3</link>
        <description>Make PetscErrorCode a non-discardable enum

            List of files:
            /petsc/src/dm/tests/ex2k.kokkos.cxx</description>
        <pubDate>Sat, 10 Dec 2022 18:29:11 +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/src/dm/tests/ex2k.kokkos.cxx#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/dm/tests/ex2k.kokkos.cxx</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/src/dm/tests/ex2k.kokkos.cxx#d71ae5a4db6382e7f06317b8d368875286fe9008</link>
        <description>source code format changes due to .clang-format changes

            List of files:
            /petsc/src/dm/tests/ex2k.kokkos.cxx</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>f0af967ec07b491a4e17a7fbc1f9d6a783342afb - Merge branch &apos;jolivet/fix-style-one-liners&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/tests/ex2k.kokkos.cxx#f0af967ec07b491a4e17a7fbc1f9d6a783342afb</link>
        <description>Merge branch &apos;jolivet/fix-style-one-liners&apos; into &apos;main&apos;Remove braces from one-liners w/o PetscCall()See merge request petsc/petsc!5561

            List of files:
            /petsc/src/dm/tests/ex2k.kokkos.cxx</description>
        <pubDate>Mon, 29 Aug 2022 04:54:57 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ad540459ab38c4a232710a68077e487eb6627fe2 - Remove braces from one-liners w/o PetscCall()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/tests/ex2k.kokkos.cxx#ad540459ab38c4a232710a68077e487eb6627fe2</link>
        <description>Remove braces from one-liners w/o PetscCall()

            List of files:
            /petsc/src/dm/tests/ex2k.kokkos.cxx</description>
        <pubDate>Mon, 29 Aug 2022 04:54:57 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>0f3dded53bf0fe05a4adbf90c58abba39026c605 - Merge branch &apos;jczhang/revise-two-kokkos-tests&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/tests/ex2k.kokkos.cxx#0f3dded53bf0fe05a4adbf90c58abba39026c605</link>
        <description>Merge branch &apos;jczhang/revise-two-kokkos-tests&apos; into &apos;main&apos;Minor revise to two kokkos tests: do not expose the whole Kokkos namespace as it might result in conflictsSee merge request petsc/petsc!5546

            List of files:
            /petsc/src/dm/tests/ex2k.kokkos.cxx</description>
        <pubDate>Tue, 23 Aug 2022 22:57:51 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>209362dffe7bae32716a85028f64a216763a5aac - Tests: do not expose the whole Kokkos namespace as it might result in conflicts</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/tests/ex2k.kokkos.cxx#209362dffe7bae32716a85028f64a216763a5aac</link>
        <description>Tests: do not expose the whole Kokkos namespace as it might result in conflictsKokkos has its math functions (exp, sqrt etc), but CUDA also provide them.So we need to narrow the exposed symbols to avoid conflicts.

            List of files:
            /petsc/src/dm/tests/ex2k.kokkos.cxx</description>
        <pubDate>Tue, 23 Aug 2022 17:26:55 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
