• [gentoo-dev] [PATCH v6 2/2] profiles/desc: add amdgpu_targets.desc for

    From Yiyang Wu@21:1/5 to All on Wed Aug 31 18:50:01 2022
    Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
    ---
    profiles/desc/amdgpu_targets.desc | 17 +++++++++++++++++
    1 file changed, 17 insertions(+)
    create mode 100644 profiles/desc/amdgpu_targets.desc

    diff --git a/profiles/desc/amdgpu_targets.desc b/profiles/desc/amdgpu_targets.desc
    new file mode 100644
    index 000000000000..df013d4f2c08
    --- /dev/null
    +++ b/profiles/desc/amdgpu_targets.desc
    @@ -0,0 +1,17 @@
    +# Copyright 1999-2022 Gentoo Authors.
    +# Distributed under the terms of the GNU General Public License v2
    +
    +# Referene:
    +# GPU name and Architecture codename: https://github.com/GPUOpen-Tools/device_info/blob/master/DeviceInfo.cpp
    +# See also: https://www.coelacanth-dream.com/posts/2019/12/30/did-rid-product-matome-p2/#fn:67
    +
    +gfx803 - Fiji GPU, codename fiji, including Radeon R9 Nano/Fury/FuryX, Radeon Pro Duo, FirePro S9300x2, Radeon Instinct MI8
    +gfx900 - Vega GPU, codename vega10, including Radeon Vega Frontier Edition, Radeon RX Vega 56/64, Radeon RX Vega 64 Liquid, Radeon Pro Vega 48/56/64/64X, Radeon Pro WX 8200/9100, Radeon P
  • From Duncan@21:1/5 to All on Thu Sep 1 01:00:01 2022
    Yiyang Wu posted on Thu, 1 Sep 2022 00:40:34 +0800 as excerpted:

    +++ b/profiles/desc/amdgpu_targets.desc
    @@ -0,0 +1,17 @@
    +# Copyright 1999-2022 Gentoo Authors.
    +# Distributed under the terms of the GNU General Public License v2
    +
    +# Referene:

    Non-ASCII unicode mangled "Reference:"??

    Looks like "Referene<ff1a> here. kcharselect says U+ff1a is unicode
    category "punctuation, other", block "half-width and full-width forms", approximate equivalent U+003a, colon (presumably what you intended).

    Looks like the "c" is missing as well, but that could be my client's
    display indigestion on the unicode.

    --
    Duncan - List replies preferred. No HTML msgs.
    "Every nonfree program has a lord, a master --
    and if you use the program, he is your master." Richard Stallman

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From wuyy@21:1/5 to Duncan on Thu Sep 1 06:00:01 2022
    On Wed, Aug 31, 2022 at 10:59:41PM -0000, Duncan wrote:
    Yiyang Wu posted on Thu, 1 Sep 2022 00:40:34 +0800 as excerpted:

    +# Referene:

    Non-ASCII unicode mangled "Reference:"??

    Looks like "Referene<ff1a> here. kcharselect says U+ff1a is unicode
    category "punctuation, other", block "half-width and full-width forms", approximate equivalent U+003a, colon (presumably what you intended).

    Looks like the "c" is missing as well, but that could be my client's
    display indigestion on the unicode.

    Sorry for the mess. It should be ":" but my input method gives a
    full-width unicode character. I'll fix that. The Github PR is now
    updated.

    --
    Yiyang Wu

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)