<?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 syclcontext.sycl.cxx</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>e7804dd3b592d0d334d8c38946304769084f2fe4 - Merge branch &apos;jolivet/fix-sycl-kokkos&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx#e7804dd3b592d0d334d8c38946304769084f2fe4</link>
        <description>Merge branch &apos;jolivet/fix-sycl-kokkos&apos; into &apos;main&apos;SYCL/Kokkos: remove unneeded dependenciesSee merge request petsc/petsc!8807

            List of files:
            /petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx</description>
        <pubDate>Thu, 30 Oct 2025 05:45:38 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>7a4760caa9ac5fcfec97b2ec7fe94e847a2acfe8 - SYCL: remove the dependence on Kokkos</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx#7a4760caa9ac5fcfec97b2ec7fe94e847a2acfe8</link>
        <description>SYCL: remove the dependence on Kokkos

            List of files:
            /petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx</description>
        <pubDate>Sat, 25 Oct 2025 21:01:45 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@anl.gov&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/sys/objects/device/impls/sycl/syclcontext.sycl.cxx#09b68a49ed2854d1e4985cc2aa6af33c7c4e69b3</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.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/sys/objects/device/impls/sycl/syclcontext.sycl.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/sys/objects/device/impls/sycl/syclcontext.sycl.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/sys/objects/device/impls/sycl/syclcontext.sycl.cxx#f0b74427b291237450348b8514d67555ad08bce6</link>
        <description>Fix wrong case for PETSc

            List of files:
            /petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.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>3cb3609b6a296a92a70bbd05421941ba494f28de - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx#3cb3609b6a296a92a70bbd05421941ba494f28de</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx</description>
        <pubDate>Fri, 04 Oct 2024 17:11:47 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>73b0161aae3f295818e0e5785829394af69ad253 - Merge branch &apos;jczhang/2024-10-03/fix-cl-sycl-hpp&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx#73b0161aae3f295818e0e5785829394af69ad253</link>
        <description>Merge branch &apos;jczhang/2024-10-03/fix-cl-sycl-hpp&apos; into &apos;release&apos;Change the deprecated CL/sycl.hpp to sycl/sycl.hppSee merge request petsc/petsc!7919

            List of files:
            /petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx</description>
        <pubDate>Fri, 04 Oct 2024 02:45:31 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>45a61cde458fc79300a6523be9c221dabbc4da6c - SYCL: use sycl/sycl.hpp since CL/sycl.hpp is deprecated</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx#45a61cde458fc79300a6523be9c221dabbc4da6c</link>
        <description>SYCL: use sycl/sycl.hpp since CL/sycl.hpp is deprecated

            List of files:
            /petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx</description>
        <pubDate>Thu, 03 Oct 2024 17:48:56 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>970231d20df44f79b27787157e39d441e79f434b - Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx#970231d20df44f79b27787157e39d441e79f434b</link>
        <description>Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;clang-format version 18See merge request petsc/petsc!6902

            List of files:
            /petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx</description>
        <pubDate>Thu, 07 Mar 2024 12:36:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f4f49eeac7efa77fffa46b7ff95a3ed169f659ed - Remove multiple parentheses and extra semicolon</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx#f4f49eeac7efa77fffa46b7ff95a3ed169f659ed</link>
        <description>Remove multiple parentheses and extra semicolongit grep -l -E &quot;\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]&quot; | xargs sed -r -i&apos;&apos; &apos;s#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g&apos;git grep -l -E &quot;Petsc(.)*\(\(\*[a-zA-Z0-9_]*\),&quot; | xargs sed -r -i&apos;&apos; &apos;s#Petsc([a-zA-Z0-9_]*)\(\(\*([a-zA-Z0-9_]*)\), #Petsc\1(*\2, #g&apos;git grep -l -E &quot;([\!\&amp;\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|-&gt;)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)&quot; | xargs sed -r -i&apos;&apos; &apos;s#([\!\&amp;\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|-&gt;)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)#\1\2#g&apos;

            List of files:
            /petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx</description>
        <pubDate>Sun, 11 Feb 2024 06:40:18 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>b3f1e23bfe9fb93d0e088a43895443f2c2312c71 - Merge branch &apos;jacobf/2023-05-25/no-memcpy-ops&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx#b3f1e23bfe9fb93d0e088a43895443f2c2312c71</link>
        <description>Merge branch &apos;jacobf/2023-05-25/no-memcpy-ops&apos; into &apos;main&apos;Don&apos;t use PetscMemcpy() or PetscArraycpy() to copy the ops structSee merge request petsc/petsc!6507

            List of files:
            /petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx</description>
        <pubDate>Wed, 31 May 2023 17:22:21 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>aea10558d4771f8b0f4852a014c7d324cb0c3f99 - Don&apos;t use PetscMemcpy() or PetscArraycpy() to copy the ops struct</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx#aea10558d4771f8b0f4852a014c7d324cb0c3f99</link>
        <description>Don&apos;t use PetscMemcpy() or PetscArraycpy() to copy the ops struct

            List of files:
            /petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx</description>
        <pubDate>Thu, 25 May 2023 14:58:38 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5480effceabdb0fd920010e38d93e4345962c9dd - Revert &quot;Revert &quot;Revert &quot;Merge branch &apos;jacobf/2023-05-17/misc-cxx-fixups/release&apos; into &apos;release&apos;&quot;&quot;&quot;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx#5480effceabdb0fd920010e38d93e4345962c9dd</link>
        <description>Revert &quot;Revert &quot;Revert &quot;Merge branch &apos;jacobf/2023-05-17/misc-cxx-fixups/release&apos; into &apos;release&apos;&quot;&quot;&quot;This reverts commit 418dbbe5c294b713971823b0eef04bc220e11f0c.

            List of files:
            /petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx</description>
        <pubDate>Mon, 29 May 2023 14:19:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>418dbbe5c294b713971823b0eef04bc220e11f0c - Revert &quot;Revert &quot;Merge branch &apos;jacobf/2023-05-17/misc-cxx-fixups/release&apos; into &apos;release&apos;&quot;&quot;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx#418dbbe5c294b713971823b0eef04bc220e11f0c</link>
        <description>Revert &quot;Revert &quot;Merge branch &apos;jacobf/2023-05-17/misc-cxx-fixups/release&apos; into &apos;release&apos;&quot;&quot;This reverts commit df799b48afdc2b9da2e7091d01d5c06978131d9d.

            List of files:
            /petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx</description>
        <pubDate>Thu, 25 May 2023 02:40:04 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>df799b48afdc2b9da2e7091d01d5c06978131d9d - Revert &quot;Merge branch &apos;jacobf/2023-05-17/misc-cxx-fixups/release&apos; into &apos;release&apos;&quot;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx#df799b48afdc2b9da2e7091d01d5c06978131d9d</link>
        <description>Revert &quot;Merge branch &apos;jacobf/2023-05-17/misc-cxx-fixups/release&apos; into &apos;release&apos;&quot;This reverts commit ab82ac03bf5fd21ddf6c88f5b0e88c1ee438116f, reversingchanges made to 4a015fb72d15b0317252c3bd729c51826bbf9081.

            List of files:
            /petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx</description>
        <pubDate>Wed, 24 May 2023 18:17:51 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ab82ac03bf5fd21ddf6c88f5b0e88c1ee438116f - Merge branch &apos;jacobf/2023-05-17/misc-cxx-fixups/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx#ab82ac03bf5fd21ddf6c88f5b0e88c1ee438116f</link>
        <description>Merge branch &apos;jacobf/2023-05-17/misc-cxx-fixups/release&apos; into &apos;release&apos;Miscellaneous C++-Related Fixes For PetscDevice and friendsSee merge request petsc/petsc!6477

            List of files:
            /petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx</description>
        <pubDate>Tue, 23 May 2023 19:28:25 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>08a0d18beaa5e851c8195495af12cfd86a127ec9 - Make hostcontext and syclcontext ops static, and do some minor cleanup on syclcontext</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx#08a0d18beaa5e851c8195495af12cfd86a127ec9</link>
        <description>Make hostcontext and syclcontext ops static, and do some minor cleanup on syclcontext

            List of files:
            /petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx</description>
        <pubDate>Wed, 17 May 2023 17:11:48 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c18e5d6a8c06bf51c021540a09e9fbb7e0892fd3 - Merge branch &apos;jacobf/2023-04-12/getstreamhandleinternal-double-void-ptr&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx#c18e5d6a8c06bf51c021540a09e9fbb7e0892fd3</link>
        <description>Merge branch &apos;jacobf/2023-04-12/getstreamhandleinternal-double-void-ptr&apos; into &apos;main&apos;Use `void **` in `PetscDeviceContextGetStreamHandle_Internal()`See merge request petsc/petsc!6316

            List of files:
            /petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx</description>
        <pubDate>Thu, 13 Apr 2023 03:12:08 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>97cd0981e74de23d519e6ad08211164018f544ae - Make the double-pointer nature of PetscDeviceContextGetStreamHandle_Internal() explicit</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx#97cd0981e74de23d519e6ad08211164018f544ae</link>
        <description>Make the double-pointer nature of PetscDeviceContextGetStreamHandle_Internal() explicit

            List of files:
            /petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx</description>
        <pubDate>Wed, 12 Apr 2023 19:16:30 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>53b2c6333b263a776eccf7cb1adb78900e10f33f - Merge branch &apos;jacobf/2023-03-30/expose-petscdevicecontext-stream&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx#53b2c6333b263a776eccf7cb1adb78900e10f33f</link>
        <description>Merge branch &apos;jacobf/2023-03-30/expose-petscdevicecontext-stream&apos; into &apos;main&apos;Expose PetscDeviceContext stream handleSee merge request petsc/petsc!6264

            List of files:
            /petsc/src/sys/objects/device/impls/sycl/syclcontext.sycl.cxx</description>
        <pubDate>Wed, 12 Apr 2023 04:31:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
