<?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 ceed-sycl-ref-qfunctioncontext.sycl.cpp</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>d4cc18453651bd0f94c1a2e078b2646a92dafdcc - Merge pull request #1912 from CEED/jeremy/copyright</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp#d4cc18453651bd0f94c1a2e078b2646a92dafdcc</link>
        <description>Merge pull request #1912 from CEED/jeremy/copyrightminor - update copyright to 2026

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp</description>
        <pubDate>Tue, 30 Dec 2025 21:15:37 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>9ba83ac0e4b1fca39d6fa6737a318a9f0cbc172d - minor - update copyright to 2026</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp#9ba83ac0e4b1fca39d6fa6737a318a9f0cbc172d</link>
        <description>minor - update copyright to 2026

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp</description>
        <pubDate>Fri, 19 Dec 2025 19:03:59 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>20a16a5fde8c37c2820b3798c7dd8f97d46128bb - Merge pull request #1786 from CEED/jeremy/copy-headers</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp#20a16a5fde8c37c2820b3798c7dd8f97d46128bb</link>
        <description>Merge pull request #1786 from CEED/jeremy/copy-headersminor - upate copyright to 2025

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp</description>
        <pubDate>Thu, 20 Mar 2025 15:40:42 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>d275d636ccaa61e594421fac80252590e7a77ccf - minor - upate copyright to 2025</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp#d275d636ccaa61e594421fac80252590e7a77ccf</link>
        <description>minor - upate copyright to 2025

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp</description>
        <pubDate>Wed, 19 Mar 2025 22:27:57 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>e3ae47f6083a97dd785ae32cf6cad3c05e295e6c - Merge pull request #1702 from CEED/jeremy/get-ceed-object</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp#e3ae47f6083a97dd785ae32cf6cad3c05e295e6c</link>
        <description>Merge pull request #1702 from CEED/jeremy/get-ceed-objectCeed*Get[CeedObject] Needs Destroy

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp</description>
        <pubDate>Wed, 23 Oct 2024 22:31:56 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>9bc663991d6482bcb1d60b1f116148f11db83fa1 - ceed - require *GetCeed ceed to be Destroyed</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp#9bc663991d6482bcb1d60b1f116148f11db83fa1</link>
        <description>ceed - require *GetCeed ceed to be Destroyed

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp</description>
        <pubDate>Tue, 22 Oct 2024 22:55:55 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>1f4b1b45844fd6ef75549b644944f35065f07aef - Efficiently use in-order and out-of-order queues in the SYCL backends (#1456)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp#1f4b1b45844fd6ef75549b644944f35065f07aef</link>
        <description>Efficiently use in-order and out-of-order queues in the SYCL backends (#1456)* Efficiently use both in-order and out-of-order sycl queues. (#59)* Default to in-order queues.* Only order queue as necessary.* Use the same queue recursively through a hierarchy of Ceed objects,* Adds missing changes from previous git-cherry-pick* Efficiently use both in-order and out-of-order sycl queues. (#59)* Default to in-order queues.* Only order queue as necessary.* Use the same queue recursively through a hierarchy of Ceed objects,* Adds missing changes from previous git-cherry-pick* fix formatting errors* further formatting corrections* fix formatting errors for merge* fix errors* fix errors---------Co-authored-by: Kris Rowe &lt;krowe@anl.gov&gt;

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp</description>
        <pubDate>Thu, 04 Apr 2024 18:26:34 +0000</pubDate>
        <dc:creator>Umesh Unnikrishnan &lt;unnikrishnan@anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a171b6ef1192a8f5f3031330339aaab2ded4c8fb - Merge pull request #1537 from CEED/jeremy/pragma-once</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp#a171b6ef1192a8f5f3031330339aaab2ded4c8fb</link>
        <description>Merge pull request #1537 from CEED/jeremy/pragma-onceUse #pragma once for non-JiT headers

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp</description>
        <pubDate>Wed, 27 Mar 2024 16:05:24 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>5aed82e4fa97acf4ba24a7f10a35f5303a6798e0 - minor - update copyright headers</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp#5aed82e4fa97acf4ba24a7f10a35f5303a6798e0</link>
        <description>minor - update copyright headers

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp</description>
        <pubDate>Wed, 27 Mar 2024 15:34:42 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>7f96cfa0bc215ede2af32822e69abcbe2cbc7f79 - Merge pull request #1458 from CEED/jeremy/less-lcov-excl-sycl</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp#7f96cfa0bc215ede2af32822e69abcbe2cbc7f79</link>
        <description>Merge pull request #1458 from CEED/jeremy/less-lcov-excl-syclReduce LCOV_EXCL markers for SYCL backends

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp</description>
        <pubDate>Thu, 29 Feb 2024 18:33:23 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>4e3038a58c29aaa28aa8eaaef94bbc7eab6ca469 - minor - reduce LCOV_EXCL markers</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp#4e3038a58c29aaa28aa8eaaef94bbc7eab6ca469</link>
        <description>minor - reduce LCOV_EXCL markers

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp</description>
        <pubDate>Wed, 31 Jan 2024 17:48:56 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>21f16bf6c2940c092555e126518ed0c98a2b88a9 - Merge pull request #1315 from CEED/jeremy/queep</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp#21f16bf6c2940c092555e126518ed0c98a2b88a9</link>
        <description>Merge pull request #1315 from CEED/jeremy/queepBackend Consistency Fixes

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp</description>
        <pubDate>Wed, 13 Sep 2023 17:46:46 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>dd64fc8452c2d35c954858232143719e6bb2e61d - style - fixes for SYCL backends</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp#dd64fc8452c2d35c954858232143719e6bb2e61d</link>
        <description>style - fixes for SYCL backendsCo-authored-by: James Wright &lt;james@jameswright.xyz&gt;

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp</description>
        <pubDate>Thu, 31 Aug 2023 17:46:14 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>1c66c397a67401e1a222857807e6e5b7c45b88c0 - Interface consistency fixes (#1312)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp#1c66c397a67401e1a222857807e6e5b7c45b88c0</link>
        <description>Interface consistency fixes (#1312)* format - consistency fixes* format - test name consistency* format - drop comma operator* format - drop git add . in favor coercion* format - add CeedScalarSwap macro

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp</description>
        <pubDate>Wed, 30 Aug 2023 14:47:12 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>7ade40abd4357017d16cca88d4220e0e8049bc95 - Merge pull request #1244 from sebastiangrimberg/sjg/minor-backend-style</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp#7ade40abd4357017d16cca88d4220e0e8049bc95</link>
        <description>Merge pull request #1244 from sebastiangrimberg/sjg/minor-backend-styleMinor whitespace consistency fixes in backends

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp</description>
        <pubDate>Mon, 03 Jul 2023 16:13:35 +0000</pubDate>
        <dc:creator>Sebastian Grimberg &lt;sebastiangrimb@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ff1e7120ad38c28723000cabebb8ede4ff31c408 - Very minor backend style and whitespace fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp#ff1e7120ad38c28723000cabebb8ede4ff31c408</link>
        <description>Very minor backend style and whitespace fixes

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp</description>
        <pubDate>Thu, 15 Jun 2023 17:10:56 +0000</pubDate>
        <dc:creator>Sebastian Grimberg &lt;sjg@amazon.com&gt;</dc:creator>
    </item>
<item>
        <title>bd882c8a454763a096666645dc9a6229d5263694 - Add sycl/ref and sycl/shared backends (#1229)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp#bd882c8a454763a096666645dc9a6229d5263694</link>
        <description>Add sycl/ref and sycl/shared backends (#1229)* Merge sycl_backend from ALCF fork---------Co-authored-by: Umesh Unnikrishnan &lt;unnikrishnan@anl.gov&gt;Co-authored-by: Kris Rowe &lt;krowe@anl.gov&gt;Co-authored-by: Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-ref-qfunctioncontext.sycl.cpp</description>
        <pubDate>Thu, 15 Jun 2023 18:27:37 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
</channel>
</rss>
