<?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 hip-code-object-version.hip</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>63fbc771 - [Driver][test] Remove unused/obsoleted REQUIRES: clang-driver</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/hip-code-object-version.hip#63fbc771</link>
        <description>[Driver][test] Remove unused/obsoleted REQUIRES: clang-driverIt (introduced by 556d713c70bfaf58ac18d089883f9c34c581633a) appears to berelated to the removed dragonegg project. In addition, the feature was a bitmisnamed and may lur users to unnecessarily use it.

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/hip-code-object-version.hip</description>
        <pubDate>Tue, 12 Apr 2022 20:29:46 +0000</pubDate>
        <dc:creator>Fangrui Song &lt;i@maskray.me&gt;</dc:creator>
    </item>
<item>
        <title>1d97cb1f - [HIP] Emit amdgpu_code_object_version module flag</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/hip-code-object-version.hip#1d97cb1f</link>
        <description>[HIP] Emit amdgpu_code_object_version module flagcode object version determines ABI, therefore should not be mixed.This patch emits amdgpu_code_object_version module flag in LLVM IRbased on code object version (default 4).The amdgpu_code_object_version value is code object version times 100.LLVM IR with different amdgpu_code_object_version module flag cannotbe linked.The -cc1 option -mcode-object-version=none is for ROCm device library useonly, which supports multiple ABI.Reviewed by: Artem BelevichDifferential Revision: https://reviews.llvm.org/D119026

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/hip-code-object-version.hip</description>
        <pubDate>Fri, 04 Feb 2022 19:19:23 +0000</pubDate>
        <dc:creator>Yaxun (Sam) Liu &lt;yaxun.liu@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>d4e4ef2e - [HIP] Support code object v5</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/hip-code-object-version.hip#d4e4ef2e</link>
        <description>[HIP] Support code object v5New device library supporting v4 and v5 has abi_version_400.bc and abiversion_500.bc.For v5, abi_version_500.bc is linked.For v2-4, abi_version_400.bc is linked.For old device library, for v2-4, none of the above is linked. For v5,error is emitted about unsupported ABI version.Reviewed by: Artem BelevichDifferential Revision: https://reviews.llvm.org/D118949Fixes: SWDEV-321313

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/hip-code-object-version.hip</description>
        <pubDate>Thu, 03 Feb 2022 19:07:45 +0000</pubDate>
        <dc:creator>Yaxun (Sam) Liu &lt;yaxun.liu@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>fc88d927 - [clang][amdgpu] Use implicit code object version</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/hip-code-object-version.hip#fc88d927</link>
        <description>[clang][amdgpu] Use implicit code object version[clang][amdgpu] Use implicit code object versionAt present, clang always passes amdhsa-code-object-version on to -cc1. That isgreat for certainty over what object version is being used when debugging.Unfortunately, the command line argument is in AMDGPUBaseInfo.cpp in the amdgputarget. If clang is used with an llvm compiled with DLLVM_TARGETS_TO_BUILDthat excludes amdgpu, this will be diagnosed (as discovered via D98658):- Unknown command line argument &apos;--amdhsa-code-object-version=4&apos;This means that clang, built only for X86, can be used to compile the nvptxdevicertl for openmp but not the amdgpu one. That would shortly spawn fragilelogic in the devicertl cmake to try to guess whether the clang used will work.This change omits the amdhsa-code-object-version parameter when it matches thedefault that AMDGPUBaseInfo.cpp specifies, with a comment to indicate why. Asthis is the only part of clang&apos;s codegen for amdgpu that depends on the targetin the back end it suffices to build the openmp runtime on most (all?) systems.It is a non-functional change, though observable in the updated tests and whencompiling with -###. It may cause minor disruption to the amd-stg-open branch.Revision of D98746, builds on refactor in D101077Reviewed By: yaxunlDifferential Revision: https://reviews.llvm.org/D101095

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/hip-code-object-version.hip</description>
        <pubDate>Fri, 23 Apr 2021 22:52:49 +0000</pubDate>
        <dc:creator>Jon Chesterfield &lt;jonathanchesterfield@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>86175d5f - Minor fix for test hip-code-object-version.hip</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/hip-code-object-version.hip#86175d5f</link>
        <description>Minor fix for test hip-code-object-version.hipChanged the order of checking of v2 and v3.Change-Id: Ifea8197b398afdfb0aa1bd40140cda30f00f0c17

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/hip-code-object-version.hip</description>
        <pubDate>Wed, 07 Apr 2021 00:32:16 +0000</pubDate>
        <dc:creator>Yaxun (Sam) Liu &lt;yaxun.liu@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>4fd05e0a - [HIP] Change to code object v4</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/hip-code-object-version.hip#4fd05e0a</link>
        <description>[HIP] Change to code object v4Change to code object v4 by default to match ROCm 4.1.Reviewed by: Artem BelevichDifferential Revision: https://reviews.llvm.org/D99235

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/hip-code-object-version.hip</description>
        <pubDate>Tue, 27 Oct 2020 18:10:02 +0000</pubDate>
        <dc:creator>Yaxun (Sam) Liu &lt;yaxun.liu@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>daf39e3f - [amdgpu] Default to code object v3</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/hip-code-object-version.hip#daf39e3f</link>
        <description>[amdgpu] Default to code object v3[amdgpu] Default to code object v3v4 is not yet readily available, and doesn&apos;t appearto be implemented in the back endReviewed By: t-tye, yaxunlDifferential Revision: https://reviews.llvm.org/D93258

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/hip-code-object-version.hip</description>
        <pubDate>Thu, 17 Dec 2020 16:09:32 +0000</pubDate>
        <dc:creator>Jon Chesterfield &lt;jonathanchesterfield@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c0619d3b - [NFC] Use regex for code object version in hip tests</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/hip-code-object-version.hip#c0619d3b</link>
        <description>[NFC] Use regex for code object version in hip tests[NFC] Use regex for code object version in hip testsExtracted from D93258. Makes tests robust to changes in defaultcode object version.Reviewed By: t-tyeDifferential Revision: https://reviews.llvm.org/D93398

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/hip-code-object-version.hip</description>
        <pubDate>Wed, 16 Dec 2020 17:00:18 +0000</pubDate>
        <dc:creator>Jon Chesterfield &lt;jonathanchesterfield@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0b81d9a9 - [AMDGPU] add -mcode-object-version=n</title>
        <link>http://172.16.0.5:8080/history/llvm-project-15.0.7/clang/test/Driver/hip-code-object-version.hip#0b81d9a9</link>
        <description>[AMDGPU] add -mcode-object-version=nAdd option -mcode-object-version=n to control code object version forAMDGPU.Differential Revision: https://reviews.llvm.org/D91310

            List of files:
            /llvm-project-15.0.7/clang/test/Driver/hip-code-object-version.hip</description>
        <pubDate>Tue, 27 Oct 2020 18:10:02 +0000</pubDate>
        <dc:creator>Yaxun (Sam) Liu &lt;yaxun.liu@amd.com&gt;</dc:creator>
    </item>
</channel>
</rss>
