<?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 target_data_array_extension_at_exit.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>24f836e8 - [OpenMP][libomptarget] Separate lit tests for different offloading targets (2/2)</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/openmp/libomptarget/test/mapping/target_data_array_extension_at_exit.c#24f836e8</link>
        <description>[OpenMP][libomptarget] Separate lit tests for different offloading targets (2/2)This patch fuses the RUN lines for most libomptarget tests. The previous patchD101315 created separate test targets for each supported offloading triple.This patch updates the RUN lines in libomptarget tests to use a generic runline independent of the offloading target selected for the lit instance.In cases, where no RUN line was defined for a specific offloading target,the corresponding target is declared as XFAIL. If it turns out that a testactually supports the target, the XFAIL line can be removed.Differential Revision: https://reviews.llvm.org/D101326

            List of files:
            /llvm-project-15.0.7/openmp/libomptarget/test/mapping/target_data_array_extension_at_exit.c</description>
        <pubDate>Tue, 27 Apr 2021 13:50:53 +0000</pubDate>
        <dc:creator>Joachim Protze &lt;protze@itc.rwth-aachen.de&gt;</dc:creator>
    </item>
<item>
        <title>d2147b1a - [OpenMP] Fix always,from and delete for data absent at exit</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/openmp/libomptarget/test/mapping/target_data_array_extension_at_exit.c#d2147b1a</link>
        <description>[OpenMP] Fix always,from and delete for data absent at exitWithout this patch, there&apos;s a runtime error for those map types atexit from an &quot;omp target data&quot; or at &quot;omp target exit data&quot;, but thespec says the list item should be ignored.This patch tests that fix in data_absent_at_exit.c, and it alsoimproves other testing for data that is not fully present at exit.Reviewed By: grokos, RaviNarayanaswamyDifferential Revision: https://reviews.llvm.org/D96999

            List of files:
            /llvm-project-15.0.7/openmp/libomptarget/test/mapping/target_data_array_extension_at_exit.c</description>
        <pubDate>Fri, 19 Feb 2021 15:59:36 +0000</pubDate>
        <dc:creator>Joel E. Denny &lt;jdenny.ornl@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8c8bb128 - [OpenMP] Fix `target data` exit for array extension</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/openmp/libomptarget/test/mapping/target_data_array_extension_at_exit.c#8c8bb128</link>
        <description>[OpenMP] Fix `target data` exit for array extensionFor example:``` #pragma omp target data map(tofrom:arr[0:100]) {   #pragma omp target exit data map(delete:arr[0:100])   #pragma omp target enter data map(alloc:arr[98:2]) }```Without this patch, the transfer at the end of the target data regionis broken and fails depending on the target device.  According to myread of the spec, the transfer shouldn&apos;t even be attempted because`arr[0:100]` isn&apos;t (fully) present there.  To fix that, this patchmakes `DeviceTy::getTgtPtrBegin` return null for this case.Reviewed By: grokosDifferential Revision: https://reviews.llvm.org/D85342

            List of files:
            /llvm-project-15.0.7/openmp/libomptarget/test/mapping/target_data_array_extension_at_exit.c</description>
        <pubDate>Wed, 05 Aug 2020 20:48:04 +0000</pubDate>
        <dc:creator>Joel E. Denny &lt;jdenny.ornl@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
