<?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-restriction.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-restriction.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-restriction.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-restriction.sycl.cpp#9ba83ac0e4b1fca39d6fa6737a318a9f0cbc172d</link>
        <description>minor - update copyright to 2026

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-restriction.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-restriction.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-restriction.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-restriction.sycl.cpp#d275d636ccaa61e594421fac80252590e7a77ccf</link>
        <description>minor - upate copyright to 2025

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-restriction.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-restriction.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-restriction.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-restriction.sycl.cpp#9bc663991d6482bcb1d60b1f116148f11db83fa1</link>
        <description>ceed - require *GetCeed ceed to be Destroyed

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-restriction.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-restriction.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-restriction.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-restriction.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-restriction.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-restriction.sycl.cpp#5aed82e4fa97acf4ba24a7f10a35f5303a6798e0</link>
        <description>minor - update copyright headers

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-restriction.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>ad75ff5827444f41d1c36185c0dbd657b62817df - Merge pull request #1521 from CEED/jeremy/cov-fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-restriction.sycl.cpp#ad75ff5827444f41d1c36185c0dbd657b62817df</link>
        <description>Merge pull request #1521 from CEED/jeremy/cov-fixesReduce Code Duplication

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-restriction.sycl.cpp</description>
        <pubDate>Fri, 22 Mar 2024 17:24:51 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>f59ebe5e436dfb5c2d53e11c74c720481a8777c4 - backend - mirror changes in sycl backend</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-restriction.sycl.cpp#f59ebe5e436dfb5c2d53e11c74c720481a8777c4</link>
        <description>backend - mirror changes in sycl backend

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-restriction.sycl.cpp</description>
        <pubDate>Tue, 19 Mar 2024 19:29:39 +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-restriction.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-restriction.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>9d1bcece4b05166e5860aa297058c1bc843335f6 - sycl: Minor typo fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-restriction.sycl.cpp#9d1bcece4b05166e5860aa297058c1bc843335f6</link>
        <description>sycl: Minor typo fixes

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-restriction.sycl.cpp</description>
        <pubDate>Tue, 30 Jan 2024 22:46:29 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>42b3fd1b2d713990ebaa5160a752a603eeb93869 - sycl - use switch for enums</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-restriction.sycl.cpp#42b3fd1b2d713990ebaa5160a752a603eeb93869</link>
        <description>sycl - use switch for enums

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-restriction.sycl.cpp</description>
        <pubDate>Tue, 19 Dec 2023 22:44:51 +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-restriction.sycl.cpp#4e3038a58c29aaa28aa8eaaef94bbc7eab6ca469</link>
        <description>minor - reduce LCOV_EXCL markers

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-restriction.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>72e72e0ec0f1356c4a8e31ae3520f998ca726cd1 - Merge pull request #1463 from CEED/jeremy/memcheck-strides</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-restriction.sycl.cpp#72e72e0ec0f1356c4a8e31ae3520f998ca726cd1</link>
        <description>Merge pull request #1463 from CEED/jeremy/memcheck-stridesCEED_STRIDES_BACKEND related updates

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-restriction.sycl.cpp</description>
        <pubDate>Sat, 10 Feb 2024 18:44:26 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>56c48462b0d39517237dc0770653f43cb7356d08 - rstr - fix signature of GetLayout</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-restriction.sycl.cpp#56c48462b0d39517237dc0770653f43cb7356d08</link>
        <description>rstr - fix signature of GetLayout

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-restriction.sycl.cpp</description>
        <pubDate>Mon, 05 Feb 2024 17:55:37 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>22eb13854768cd7db9fa223351f183dc3d3dc7a1 - rstr - add CeedElemRestriction[Get,Set]LLayout</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-restriction.sycl.cpp#22eb13854768cd7db9fa223351f183dc3d3dc7a1</link>
        <description>rstr - add CeedElemRestriction[Get,Set]LLayout

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-restriction.sycl.cpp</description>
        <pubDate>Mon, 05 Feb 2024 17:39:44 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>bad447da7aa465dc2bb04488c61622af2abe8f68 - Merge pull request #1302 from CEED/sjg/gpu-restriction-dev</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-restriction.sycl.cpp#bad447da7aa465dc2bb04488c61622af2abe8f68</link>
        <description>Merge pull request #1302 from CEED/sjg/gpu-restriction-devGPU element restriction for `CEED_RESTRICTION_ORIENTED` and `CEED_RESTRICTION_CURL_ORIENTED`

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-restriction.sycl.cpp</description>
        <pubDate>Tue, 09 Jan 2024 02:06:10 +0000</pubDate>
        <dc:creator>Sebastian Grimberg &lt;sebastiangrimb@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>dce496930433734c64b503b2c0057d67691234a0 - Initial commit for cuda-ref and hip-ref backend support for oriented and curl-oriented element restrictions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/backends/sycl-ref/ceed-sycl-restriction.sycl.cpp#dce496930433734c64b503b2c0057d67691234a0</link>
        <description>Initial commit for cuda-ref and hip-ref backend support for oriented and curl-oriented element restrictionsFor now, the element restriction transpose for oriented or curl-oriented cases is always non-deterministic.

            List of files:
            /libCEED/backends/sycl-ref/ceed-sycl-restriction.sycl.cpp</description>
        <pubDate>Tue, 15 Aug 2023 21:12:07 +0000</pubDate>
        <dc:creator>Sebastian Grimberg &lt;sjg@amazon.com&gt;</dc:creator>
    </item>
</channel>
</rss>
