<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Mar 10, 2021 at 7:38 AM Doerfert, Johannes <<a href="mailto:jdoerfert@anl.gov">jdoerfert@anl.gov</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 3/8/21 6:59 PM, Artem Belevich wrote:<br>
> On Mon, Mar 8, 2021 at 11:23 AM Liu, Yaxun (Sam) <<a href="mailto:Yaxun.Liu@amd.com" target="_blank">Yaxun.Liu@amd.com</a>> wrote:<br>
><br>
>> [AMD Public Use]<br>
>><br>
>><br>
>><br>
>> The amdgpu xnack and sramecc need to be part of GPU arch name the same way<br>
>> as for --offload-arch, e.g.<br>
>><br>
>><br>
>><br>
>> --offload=amdgcn-gfx906:xnack+,amdgcn-gfx906:xnack-<br>
>><br>
>><br>
>><br>
>> They behave like GPU arch.<br>
>><br>
>><br>
>><br>
> It's just that it's rather unwieldy to use in practice. It's not a<br>
> showstopper, but perhaps now may be a convenient point to consider the<br>
> naming scheme for AMDGPU sub-compilations again.<br>
><br>
> It should be easy enough to add useful or commonly used names/aliases.<br>
><br>
> E.g. `--offload=nvidia-ampere` would be equivalent to<br>
> `--offload=sm_80,sm_86`.<br>
> Or `--offload=amd-navi33` -> `--offload=gfx3011:+something:-something_else`<br>
><br>
> Even for CUDA and NVIDIA GPUs that've been around for a pretty long time,<br>
> I'm still getting the questions from the users -- "I've got this<br>
> GTX/RTX-whatever video card and can't figure out how to compile for it.<br>
> What are those compute_XY and sm_YZ and which ones should I use?"<br>
> I can only imagine trying to explain to someone : "You need to use<br>
> gfx-XYZ<colon><dash>xnack<colon><plus>sram-ecc.... Oh, you must have<br>
> mistyped that, let's try it again."<br>
><br>
> Perhaps we need to split offloading machinery further.<br>
><br>
> The --offloat=target still serves the double purpose of creating a<br>
> sub-compilation *and* specifying the target details, providing the initial<br>
> set of parameters for the given target. It also prevents creation for<br>
> multiple subcompilations for targets with minor differences which may be<br>
> one of the reasons that led to AMDGPU's encoding various features in the<br>
> target name.<br>
><br>
> What if we were to modify the scheme a bit in a way that allows better<br>
> handling of multiple variants of the same target.<br>
> E.g.:<br>
> --offload=gfx906@A,gfx906@B   -- creates two sub-compilations both<br>
> targeting gfx906. Optional @suffix makes it possible to match them<br>
> independently.<br>
> -Xoffload=@A --set-features=xnack+,sram-ecc-<br>
> -Xoffload=@B --set-features=xnack-,sram-ecc+<br>
><br>
> Would something like this help with AMDGPU's feature handling?<br>
<br>
Don't we need that also for NVIDIA?<br>
<br>
-offload=nvptx64@A,nvptx64@B -Xoffload=@A -march=sm_30 -Xoffload=@B <br>
-march=sm_70<br></blockquote><div><br></div><div><div class="gmail_default" style="font-family:verdana,sans-serif">It could be phrased that way, but it's not, strictly speaking, necessary for NVPTX.</div><div class="gmail_default" style="font-family:verdana,sans-serif">Unlike AMDGPU it does not support targeting the same GPU in multiple sub-compilations.</div><div class="gmail_default" style="font-family:verdana,sans-serif"></div><div class="gmail_default" style="">The question is -- what do we want '--offload' parameter to mean? It could range from 'just an arbitrary test string only to be used as the key for the -Xoffload matching' to 'specify all essential subcompilation parameters' which is what  --offload-arch does now. We may want to have both.</div><div class="gmail_default" style=""><br></div><div class="gmail_default" style="">"Just a string" would be rather verbose to use in practice as the top-level mechanism, unless we also implement some sort of shortcut/alias system to allow specifying common configurations without having to type them all. One would be able to create their own subcompilation, if necessary, but for most use cases one of the standard ones would do.</div><div class="gmail_default" style=""><br></div><div class="gmail_default" style="">E.g. `--offload=sm_70` by itself should be sufficient to target sm_70 GPU with all the necessary options and would be what's used in vast majority of cases.</div><div class="gmail_default" style="">`-Xoffload=sm70 -ffoo` would still work, if it would need to be tweaked.</div><div class="gmail_default" style="">If I wanted a custom sub-compilation, I'd do `-offload=my_sm77 -Xoffload=my_sm77 -mcpu=sm_77 -other -options`.<br></div><div class="gmail_default" style="">Because my_sm77 is not a known configuration, it would start with the defaults and it would be up to the user to provide additional options to customize it.</div><div class="gmail_default" style=""><br></div><div class="gmail_default" style="">--Artem</div><div class="gmail_default" style=""> <br></div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
WDYT?<br>
<br>
~ JOhannes<br>
<br>
<br>
> --Artem<br>
><br>
><br>
>> Sam<br>
>><br>
>><br>
>><br>
>> *From:* Artem Belevich <<a href="mailto:tra@google.com" target="_blank">tra@google.com</a>><br>
>> *Sent:* Monday, March 8, 2021 2:01 PM<br>
>> *To:* Liu, Yaxun (Sam) <<a href="mailto:Yaxun.Liu@amd.com" target="_blank">Yaxun.Liu@amd.com</a>><br>
>> *Cc:* Doerfert, Johannes <<a href="mailto:jdoerfert@anl.gov" target="_blank">jdoerfert@anl.gov</a>>; Ben Boeckel <<br>
>> <a href="mailto:ben.boeckel@kitware.com" target="_blank">ben.boeckel@kitware.com</a>>; Lieberman, Ron <<a href="mailto:Ron.Lieberman@amd.com" target="_blank">Ron.Lieberman@amd.com</a>>;<br>
>> <a href="mailto:a.bataev@hotmail.com" target="_blank">a.bataev@hotmail.com</a>; Chan, SiuChi <<a href="mailto:siuchi.chan@amd.com" target="_blank">siuchi.chan@amd.com</a>>; Searles, Mark <<br>
>> <a href="mailto:Mark.Searles@amd.com" target="_blank">Mark.Searles@amd.com</a>>; cfe-dev (<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>) <<br>
>> <a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>>; <a href="mailto:jeffrey.sandoval@hpe.com" target="_blank">jeffrey.sandoval@hpe.com</a>; Jon Chesterfield <<br>
>> <a href="mailto:jonathanchesterfield@gmail.com" target="_blank">jonathanchesterfield@gmail.com</a>>; Rodgers, Gregory <<a href="mailto:Gregory.Rodgers@amd.com" target="_blank">Gregory.Rodgers@amd.com</a><br>
>> *Subject:* Re: [cfe-dev] [RFC] Unified offloading option for<br>
>> CUDA/HIP/OpenMP<br>
>><br>
>><br>
>><br>
>> [CAUTION: External Email]<br>
>><br>
>><br>
>><br>
>><br>
>><br>
>> On Sat, Mar 6, 2021 at 7:13 AM Liu, Yaxun (Sam) <<a href="mailto:Yaxun.Liu@amd.com" target="_blank">Yaxun.Liu@amd.com</a>> wrote:<br>
>><br>
>> [AMD Public Use]<br>
>><br>
>> We need to different target triples since it may not always be possible to<br>
>> infer target triple by cpu name. So I guess it would be like:<br>
>><br>
>> "--offload=amdgcn-gfx906,amdgcn-gfx1010"<br>
>> "--Xoffload=amdgcn-gfx* options common to all AMD GPUs"<br>
>> "--Xoffload=amdgcn-gfx906 -mcpu=gfx906 --fsomething-specific-to-gfx906"<br>
>><br>
>><br>
>><br>
>> SGTM.<br>
>><br>
>> Do you expect the AMDGPU's features (+xnack, -ecc, etc) to be part of the<br>
>> offload target ? Or would they be specified via -Xoffload arguments?<br>
>><br>
>><br>
>><br>
>> --Artem<br>
>><br>
>><br>
>><br>
>><br>
>> Sam<br>
>><br>
>> -----Original Message-----<br>
>> From: Doerfert, Johannes <<a href="mailto:jdoerfert@anl.gov" target="_blank">jdoerfert@anl.gov</a>><br>
>> Sent: Friday, March 5, 2021 1:25 PM<br>
>> To: Artem Belevich <<a href="mailto:tra@google.com" target="_blank">tra@google.com</a>>; Liu, Yaxun (Sam) <<a href="mailto:Yaxun.Liu@amd.com" target="_blank">Yaxun.Liu@amd.com</a>><br>
>> Cc: Ben Boeckel <<a href="mailto:ben.boeckel@kitware.com" target="_blank">ben.boeckel@kitware.com</a>>; Lieberman, Ron <<br>
>> <a href="mailto:Ron.Lieberman@amd.com" target="_blank">Ron.Lieberman@amd.com</a>>; <a href="mailto:a.bataev@hotmail.com" target="_blank">a.bataev@hotmail.com</a>; Chan, SiuChi <<br>
>> <a href="mailto:siuchi.chan@amd.com" target="_blank">siuchi.chan@amd.com</a>>; Searles, Mark <<a href="mailto:Mark.Searles@amd.com" target="_blank">Mark.Searles@amd.com</a>>; cfe-dev (<br>
>> <a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>) <<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>>; <a href="mailto:jeffrey.sandoval@hpe.com" target="_blank">jeffrey.sandoval@hpe.com</a>;<br>
>> Jon Chesterfield <<a href="mailto:jonathanchesterfield@gmail.com" target="_blank">jonathanchesterfield@gmail.com</a>>; Rodgers, Gregory <<br>
>> <a href="mailto:Gregory.Rodgers@amd.com" target="_blank">Gregory.Rodgers@amd.com</a>><br>
>> Subject: Re: [cfe-dev] [RFC] Unified offloading option for CUDA/HIP/OpenMP<br>
>><br>
>> [CAUTION: External Email]<br>
>><br>
>> On 3/4/21 3:05 PM, Artem Belevich wrote:<br>
>>> On Thu, Mar 4, 2021 at 10:34 AM Liu, Yaxun (Sam) <<a href="mailto:Yaxun.Liu@amd.com" target="_blank">Yaxun.Liu@amd.com</a>><br>
>> wrote:<br>
>>>> [AMD Public Use]<br>
>>>><br>
>>>> There is another aspect we need to consider: how to modify the<br>
>>>> -target option by additional options?<br>
>>>><br>
>>>> For the existing --offload-arch option, we could use -Xarch_ to add<br>
>>>> specific options for it.<br>
>>>><br>
>>> `-Xarch_xxx` as implemented right now is a rather limiter hack. IIRC<br>
>>> it only accepts options w/o arguments which limits its usability.<br>
>>><br>
>>><br>
>>>> Assuming we have an -offload="amdgcn -mcpu=gfx906" option, then we<br>
>>>> want to add some options specific to it by an additional option, what<br>
>>>> should we do?<br>
>>>><br>
>>> I think we've been conflating telling the driver what to compile for<br>
>>> and customizing individual sub-compilations.<br>
>>><br>
>>> We could explicitly separate the two tasks. E.g.:<br>
>>> `--[no-]offload=target1,target2,target3...`<br>
>>> `--Xoffload=target_pattern target_options...`<br>
>>><br>
>>> This way your example would be handled with:<br>
>>> "--offload=gfx906,gfx1010"<br>
>>> "--Xoffload=gfx* options common to all AMD GPUs"<br>
>>> "--Xoffload=gfx906 -mcpu=gfx906 --fsomething-specific-to-gfx906"<br>
>>><br>
>>> In the end `-Xarch_xxx` would become an alias for '-Xoffload=xxx'.<br>
>> +1<br>
>><br>
>><br>
>>> --Artem<br>
>>><br>
>>><br>
>>><br>
>>><br>
>>>> Thanks.<br>
>>>><br>
>>>> Sam<br>
>>>><br>
>>>> -----Original Message-----<br>
>>>> From: Doerfert, Johannes <<a href="mailto:jdoerfert@anl.gov" target="_blank">jdoerfert@anl.gov</a>><br>
>>>> Sent: Thursday, February 11, 2021 12:59 PM<br>
>>>> To: Artem Belevich <<a href="mailto:tra@google.com" target="_blank">tra@google.com</a>>; Liu, Yaxun (Sam)<br>
>>>> <<a href="mailto:Yaxun.Liu@amd.com" target="_blank">Yaxun.Liu@amd.com</a>><br>
>>>> Cc: Ben Boeckel <<a href="mailto:ben.boeckel@kitware.com" target="_blank">ben.boeckel@kitware.com</a>>; Lieberman, Ron <<br>
>>>> <a href="mailto:Ron.Lieberman@amd.com" target="_blank">Ron.Lieberman@amd.com</a>>; <a href="mailto:a.bataev@hotmail.com" target="_blank">a.bataev@hotmail.com</a>; Chan, SiuChi <<br>
>>>> <a href="mailto:siuchi.chan@amd.com" target="_blank">siuchi.chan@amd.com</a>>; Searles, Mark <<a href="mailto:Mark.Searles@amd.com" target="_blank">Mark.Searles@amd.com</a>>; cfe-dev (<br>
>>>> <a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>) <<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>>;<br>
>>>> <a href="mailto:jeffrey.sandoval@hpe.com" target="_blank">jeffrey.sandoval@hpe.com</a>; Jon Chesterfield<br>
>>>> <<a href="mailto:jonathanchesterfield@gmail.com" target="_blank">jonathanchesterfield@gmail.com</a>><br>
>>>> Subject: Re: [cfe-dev] [RFC] Unified offloading option for<br>
>>>> CUDA/HIP/OpenMP<br>
>>>><br>
>>>> [CAUTION: External Email]<br>
>>>><br>
>>>> I'm OK with either.<br>
>>>><br>
>>>> On 2/11/21 11:42 AM, Artem Belevich wrote:<br>
>>>>> On Thu, Feb 11, 2021 at 8:30 AM Liu, Yaxun (Sam) <<a href="mailto:Yaxun.Liu@amd.com" target="_blank">Yaxun.Liu@amd.com</a>><br>
>>>> wrote:<br>
>>>>>> [AMD Public Use]<br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>> Sorry for the delay.<br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>> Both Johannes’ and Artem’s proposals should satisfy the needs of<br>
>> users:<br>
>>>>>><br>
>>>>>><br>
>>>>>> Option 1:<br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>> `-offload=<offload-pattern> optA optB optC`.<br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>> Option 2:<br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>> `-offload=<offload-pattern>,optA,optB,optC`.<br>
>>>>>><br>
>>>>> I'm fine with #2. We're using something similar with our build tools<br>
>>>>> and it works reasonably well.<br>
>>>>> However, it does have one annoying corner case. There's no easy way<br>
>>>>> to pass an option which has a comma in it. E.g. if I want to pass<br>
>>>>> `-Wl,something,something`. Perhaps we could use sed-like approach<br>
>>>>> and allow changing the separator. E.g. `s/a/b/` == `s@a@b@`.<br>
>>>>><br>
>>>>> --Artem<br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>>> Compared to the old options, they are more concise and more readable.<br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>> The main difference is the delimiter. To me option 2 is more<br>
>>>>>> attractive since it does not need quotations for most cases.<br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>> Can we reach an agreement on option 2?<br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>> Thanks.<br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>> Sam<br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>> *From:* Artem Belevich <<a href="mailto:tra@google.com" target="_blank">tra@google.com</a>><br>
>>>>>> *Sent:* Tuesday, December 15, 2020 2:13 PM<br>
>>>>>> *To:* Ben Boeckel <<a href="mailto:ben.boeckel@kitware.com" target="_blank">ben.boeckel@kitware.com</a>><br>
>>>>>> *Cc:* Doerfert, Johannes <<a href="mailto:jdoerfert@anl.gov" target="_blank">jdoerfert@anl.gov</a>>; Liu, Yaxun (Sam) <<br>
>>>>>> <a href="mailto:Yaxun.Liu@amd.com" target="_blank">Yaxun.Liu@amd.com</a>>; Lieberman, Ron <<a href="mailto:Ron.Lieberman@amd.com" target="_blank">Ron.Lieberman@amd.com</a>>;<br>
>>>>>> <a href="mailto:a.bataev@hotmail.com" target="_blank">a.bataev@hotmail.com</a>; Chan, SiuChi <<a href="mailto:siuchi.chan@amd.com" target="_blank">siuchi.chan@amd.com</a>>; Searles,<br>
>>>>>> Mark < <a href="mailto:Mark.Searles@amd.com" target="_blank">Mark.Searles@amd.com</a>>; cfe-dev (<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>) <<br>
>>>>>> <a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a>><br>
>>>>>> *Subject:* Re: [cfe-dev] [RFC] Unified offloading option for<br>
>>>>>> CUDA/HIP/OpenMP<br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>> [CAUTION: External Email]<br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>> On Tue, Dec 15, 2020 at 10:23 AM Ben Boeckel<br>
>>>>>> <<a href="mailto:ben.boeckel@kitware.com" target="_blank">ben.boeckel@kitware.com</a>><br>
>>>>>> wrote:<br>
>>>>>><br>
>>>>>> On Mon, Dec 14, 2020 at 14:04:43 -0800, Artem Belevich via cfe-dev<br>
>>>> wrote:<br>
>>>>>>> It all may be an utter overkill, too. WDYT?<br>
>>>>>> Note that tools such as ccache and sccache generally need to be<br>
>>>>>> able to understand what's going on (I believe distcc and other<br>
>>>>>> distributed compilation tools also generally need to know too), so<br>
>>>>>> making it sensible enough for interpretation based on just the<br>
>>>>>> flags to be possible should be considered.<br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>> I think this is somewhat orthogonal to how we specify per-target<br>
>>>> options.<br>
>>>>>> Such a tool almost never knows about all possible compiler options<br>
>>>>>> and has to pass through the unknown options as-is.  However, any<br>
>>>>>> form<br>
>>>> of 'nested'<br>
>>>>>> options specified on the command line will have a chance to confuse<br>
>>>>>> such tool. E.g. if I want to pass '-E' to some sub-tool for a<br>
>>>>>> particular offload-target, ccache, not being aware that it's not a<br>
>>>>>> top-level compilation option, may interpret it as an attempt to<br>
>>>> preprocess the TU.<br>
>>>>>><br>
>>>>>> I wonder if it would make sense to just move all this per-target<br>
>>>>>> option complexity into an external response file. As far as<br>
>>>>>> existing tools are concerned, it would look like<br>
>>>>>> `--offload-options=target-opts.file` without affecting tool's<br>
>>>>>> general idea what this compilation is about to do, and the external<br>
>>>>>> file would allow us to be as flexible as we need to be to specify<br>
>>>>>> per-target<br>
>>>> options. It could be just a flat list of pairs `-Xarch_...<br>
>>>>>> optA`.  Or we could use YAML.<br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>> That approach, however, has its own issues and would still need to<br>
>>>>>> be optional. If it's the only way to specify offload options, that<br>
>>>>>> will complicate other use cases as now they would have to deal with<br>
>>>>>> temporary files.<br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>> Maybe a slightly modified variant of jdoefert@'s idea would work<br>
>>>> better:<br>
>>>>>>>>>       -offload="amd -march=gfx906 -fno-vectorize" -fopenmp<br>
>>>>>> Implement it in a way similar to -Wl,optA,optB,optC and extend it<br>
>>>>>> to match an offload scope glob/regex.<br>
>>>>>><br>
>>>>>> E.g. `-offload=<offload-pattern>,optA,optB,optC`.<br>
>>>>>><br>
>>>>>> As far as the external tools are concerned, it's just one option to<br>
>>>>>> pass though. At the same time it should be flexible enough to apply<br>
>>>>>> the options to subset of offload targets in a human-manageable way.<br>
>>>>>><br>
>>>>>><br>
>>>>>><br>
>>>>>> --<br>
>>>>>><br>
>>>>>> --Artem Belevich<br>
>>>>>><br>
>><br>
>><br>
>><br>
>> --<br>
>><br>
>> --Artem Belevich<br>
>><br>
><br>
<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">--Artem Belevich</div></div></div>