Announcement

Collapse
No announcement yet.

AMD Publishes RDNA 2 ISA Documentation

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • AMD Publishes RDNA 2 ISA Documentation

    Phoronix: AMD Publishes RDNA 2 ISA Documentation

    AMD has carried out a timely release of their RDNA 2 ISA documentation for those interested in working on any compiler support around these very latest graphics processors or working on other shader optimization approaches, etc...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Wonderful, good job AMD!

    Comment


    • #3
      Wonder if RDNA2 ISA differs a lot from RDNA.. If not, that might be a good sign for ROCM support on RDNA based cards.

      Comment


      • #4
        Originally posted by Spacefish View Post
        Wonder if RDNA2 ISA differs a lot from RDNA.. If not, that might be a good sign for ROCM support on RDNA based cards.
        We have a summary of changes between RDNA1 and RDNA2 at the start of the doc:

        • Ray Tracing
        • Dot product ALU operations added accelerate inferencing and deep-learning:
        ◦ V_DOT2_F32_F16 / V_DOT2C_F32_F16
        ◦ V_DOT2_I32_I16 / V_DOT2_U32_U16
        ◦ V_DOT4_I32_I8 / V_DOT4C_I32_I8
        ◦ V_DOT4_U32_U8
        ◦ V_DOT8_I32_I4
        ◦ V_DOT8_U32_U4



        • Image Load MSAA
        • Global memory loads with "Add-TID"
        • Atomic clamped subtract buffer and global instructions
        • VGPR & LDS allocation-unit size doubled
        • S_MEMTIME replaced by "s_getreg_b32 Sn, SHADER_CYCLES"

        Instruction Changes
        Removed:
        • V_MAC_LEGACY_F32 (replaced by V_FMAC_LEGACY_F32)
        • V_MAD_LEGACY_F32 (replaced by V_FMA_LEGACY_F32)
        • V_MAC_F32, V_MADMK_F32, V_MADAK_F32 (replaced by FMA equivalents)
        Relatively small as generation-to-generation changes go.

        Remember that we are already running OpenCL over the core ROCm stack on RDNA2 (and RDNA1 and Vega) today, starting with the 20.45 packaged driver release.
        Last edited by bridgman; 09 December 2020, 08:14 PM.
        Test signature

        Comment


        • #5
          Thanks AMD!

          Comment


          • #6
            Originally posted by bridgman View Post
            We have a summary of changes between
            Hello Bridgman,
            I wonder whether there is documentation about the VCN (Video Core Next) capabilities? Especially about new features of each VCN version? Also, which VCN generation is included in the different GPUs and APUs?
            Last edited by Go_Vulkan; 10 December 2020, 07:20 PM.

            Comment


            • #7
              Originally posted by Go_Vulkan View Post
              I wonder whether there is documentation about the VCN (Video Core Next) capabilities? Especially about new features of each VCN version? Also, which VCN generation is included in the different GPUs and APUs?
              We help to maintain some information on the X.org RadeonFeature page, but that's the only source I am aware of.



              We used to help maintain the Wikipedia pages as well but there are just too many different pages these days.
              Test signature

              Comment


              • #8
                Thanks AMD. Really appreciated.

                Comment

                Working...
                X