DirectX Developer Day 2020

Discussion in 'Rendering Technology and APIs' started by Kaotik, Mar 19, 2020.

  1. Jay

    Jay
    Veteran

    Joined:
    Aug 3, 2013
    Messages:
    4,032
    Likes Received:
    3,428
    It supports all of the DX12U features.
    That doesn't mean DX12U supports all of the xsx features.

    Although personally I don't expect to hear that it has something we've not already heard about, just possibly tweaks to implementation if that.
     
    BRiT likes this.
  2. JoeJ

    Veteran

    Joined:
    Apr 1, 2018
    Messages:
    1,523
    Likes Received:
    1,772
    Thanks, though i interpret this as common baseline of Turing and XBSX, not a confirmation SX does not have more features. (And who knows - maybe AMD partially emulates a certain HW Turing feature.)

    What gives me still hope for more is this (

    ):
    upload_2020-4-12_23-23-43.png
    'Inside' traversal can only mean traversal shaders. It can't be confused with inline tracing, and fits AMDs TMU patent.
    Unfortunately that's all. They did not further comment.
     
  3. trinibwoy

    trinibwoy Meh
    Legend

    Joined:
    Mar 17, 2004
    Messages:
    12,057
    Likes Received:
    3,114
    Location:
    New York
    I don’t know how anyone can interpret “all” to mean “baseline”. Microsoft even put the word ALL in caps. They seem to actually mean all and any other interpretation is just wishful thinking.

    Is there a practical difference between a traversal shader and an any-hit shader using inline tracing? What can you not achieve using the latter?

    Edit: I suppose a traversal shader would also exercise control over TLAS node traversal. Performance is likely disastrous though.
     
    #103 trinibwoy, Apr 13, 2020
    Last edited: Apr 13, 2020
  4. Jay

    Jay
    Veteran

    Joined:
    Aug 3, 2013
    Messages:
    4,032
    Likes Received:
    3,428
    I'm personally referring to this

    GPU"s and xsx will support all of the DX12U feature set.
    That does not mean a gpu or xsx doesn't have features that aren't in DX12U.
    What part are you referring to?

    Or do you interpret it that a gpu can't have other features also if you're referring to same section?
     
  5. trinibwoy

    trinibwoy Meh
    Legend

    Joined:
    Mar 17, 2004
    Messages:
    12,057
    Likes Received:
    3,114
    Location:
    New York
    Yep same quote.

    That's not what Microsoft said. What they said was...

    "When gamers purchase PC graphics hardware with the DX12 Ultimate logo or an Xbox Series X, they can do so with the confidence that their hardware is guaranteed to support ALL next generation graphics hardware features".

    You can believe Xbox Series X hardware supports more features than DX 12U exposes but that belief is incompatible with the quote above from Microsoft. At this point we're debating how to interpret English words. I interpret "all next generation graphics hardware features" to mean exactly that.

    The other view offered in this thread is that the next generation Xbox somehow supports more features than "all next generation graphics hardware features" which clearly is a paradox.
     
    DavidGraham likes this.
  6. Jay

    Jay
    Veteran

    Joined:
    Aug 3, 2013
    Messages:
    4,032
    Likes Received:
    3,428
    No it's not incompatible. In fact it's pretty clear.
    Next generation features that are in DX12U (which it also highlights) are guaranteed to be supported.
    DX12U isn't the max feature set, in fact that wouldn't make any sense.
    You've still not answered if a graphics card is labeled DX12U does that mean it can't have additional features going by your interpretation. As that quote is specifically about xsx and graphics cards.

    And as i said, i personally don't expect it to have more features, but that quote in no way implies it doesn't or can't.
    I honestly don't see how you come to your conclusion, no matter how earnest your being. Probably same for you.
     
  7. Davros

    Legend

    Joined:
    Jun 7, 2004
    Messages:
    17,879
    Likes Received:
    5,330
    Of dx12 ultimate
    if a card comes out with hardware support for a feature not in dx12u that would prove your interpretation wrong
     
  8. techuse

    Veteran

    Joined:
    Feb 19, 2013
    Messages:
    1,426
    Likes Received:
    909
    Couldnt anything be done in shaders anyway? It would be super slow but still supportable. Console games have used methods not supported by PC APIs this gen and devs just used slow workarounds to get “close enough” to the consoles output.
     
  9. DavidGraham

    Veteran

    Joined:
    Dec 22, 2009
    Messages:
    3,976
    Likes Received:
    5,213
    Turing already supports features outside of DirectX Ultimate: hardware acceleration of DirectML.
     
  10. JoeJ

    Veteran

    Joined:
    Apr 1, 2018
    Messages:
    1,523
    Likes Received:
    1,772
    With programmable traversal you can alter the ray without having a hit.
    The only important application i can imagine seems stochastic LOD: At any time you can randomly decide to teleport a ray to a lower detailed version of the scene, or remove objects like trees / rocks.
    This way it's possible to have continuous LOD using only discrete meshes, and RT becomes scalable to large complex scenes and given constant runtime budget.

    There is no good solution to get LOD with current DXR.
    One option do is to replace geometry globally which will cause popping artifacts. But maybe this can be hidden well enough with temporal smearing which denoising causes anyways.
    Another would be to store multiple LODs in BVH and using any hit shaders, but i guess that's too slow to make sense in practice.

    Like you i'm worried programmable traversal might be too costly, and stochastic LOD also increases data divergence across otherwise coherent rays.
    On the other hand, stochastic LOD is a very simple solution to a long standing open problem. Implementing it in hardware could be the better option than having traversal shaders, IDK.
    (MS has listed traversal shaders as potential upcoming feature for DXR: https://microsoft.github.io/DirectX-Specs/d3d/Raytracing.html)
     
  11. trinibwoy

    trinibwoy Meh
    Legend

    Joined:
    Mar 17, 2004
    Messages:
    12,057
    Likes Received:
    3,114
    Location:
    New York
    You are adding words that Microsoft never used. They did not say all next generation hardware features “of DX 12 ultimate”.

    You are also misrepresenting my position. I did not say that a PC GPU can not have more features than DX12 ultimate. The Microsoft quote also said nothing about PC GPUs being limited to only DX12U features. Please read the quote again.
     
  12. trinibwoy

    trinibwoy Meh
    Legend

    Joined:
    Mar 17, 2004
    Messages:
    12,057
    Likes Received:
    3,114
    Location:
    New York
    No, the quote doesn’t say all features in DX12 U. It says all next generation hardware features. You’re literally changing what Microsoft said to fit your view. I’m taking their words at their actual meaning.

    What I said is that the max feature set for the Xbox Series X (i.e. next generation hardware) is equivalent to DX12U according to Microsoft.

    I never said PC GPUs are limited to DX12U and I addressed this earlier in the thread. Of course PC GPUs will quickly move beyond DX12U and Xbox which are both snapshots in time.
     
    DavidGraham likes this.
  13. trinibwoy

    trinibwoy Meh
    Legend

    Joined:
    Mar 17, 2004
    Messages:
    12,057
    Likes Received:
    3,114
    Location:
    New York
    Yeah reading the Intel paper again it seems the leading BVH LOD techniques have considerable overhead and only start paying dividends for very complex scenes. I suspect we will have to make do with larger on-chip caches and moderate scene complexity for a while.

    It’s strange that Nvidia isn’t talking more about geometry LOD being a problem. Maybe it’s because they don’t have a solution. The only thing I could find from them is a recommendation to not use the BVH for geometry LOD as “BVH handles complexity well by architecture”.

    https://devblogs.nvidia.com/rtx-best-practices/
     
  14. JoeJ

    Veteran

    Joined:
    Apr 1, 2018
    Messages:
    1,523
    Likes Received:
    1,772
    Yeah, all my talk about LOD here is pretty theoretical. Having a LOD solution adds a lot of constant cost to get going, and i don't know if this can be practical on actual / next gen HW already.
    I'm also not totally convinced about Intels proposal. They solve the hard LOD switch by ensuring rays leaving a hitpoint keep using the same LOD per instance of geometry.
    But this is not guaranteed to work if instances overlap, and it's not trivial to divide stuff into such instances at all. E.g. a large mesh that should cover multiple LODs like terrain can't be broken into instances without risking self intersections at the transitions.

    I'm more convinced about the idea of morphing the geometry and ensuring static BVH bounds cover the changing shape. That's more robust and hardware friendly, but breaks a lot of established tech and workflows.
    That's why i expected stochastic LOD and traversal shaders to be more welcome to the industry.
     
  15. pjbliverpool

    pjbliverpool B3D Scallywag
    Legend

    Joined:
    May 8, 2005
    Messages:
    9,236
    Likes Received:
    4,259
    Location:
    Guess...
    I think it all comes down to what Microsoft means by "next generation graphics hardware features" which is basically a term they've made up and thus could mean anything.

    The two likely possibilities are:

    1. A common baseline of features that are fully supported by both Turing and RDNA2 which Microsoft has interpreted into DX12U. In this case it's possible one or both architectures have additional features which aren't supported by the other and which Microsoft has chosen not to expose via DX12U. Whether XSX will then be limited to what's in DX12U or not is another interesting question but Microsoft's wording suggests that it would.

    2. Microsoft is setting the XSX up as the baseline for the "next generation graphics hardware featureset" and Turing just happens to meet or exceed all of those features (although not necessarily with the same speed / efficiency in all cases).

    I'd say either possibility could be true but in any case it's great news for anyone with a Turing or newer class GPU (and soon to be upgrade time for peasants like me rocking a Pascal, RDNA or older achitecture).
     
    pharma likes this.
  16. DegustatoR

    Veteran

    Joined:
    Mar 12, 2002
    Messages:
    3,242
    Likes Received:
    3,402
    I'd say that if XSX h/w would support something not exposed in DX12U then MS would very much likely to use their tiers system to show this - i.e. if XSX h/w would support something in RT which Turing doesn't then it would get some RT Tier 1.2 or 2.0 as an option in DX12U with Turing remaining on 1.0/1.1. The fact that there are no such options means that it's rather unlikely that XSX h/w will support something above current DX12U spec.
     
  17. Osamar

    Newcomer

    Joined:
    Sep 19, 2006
    Messages:
    231
    Likes Received:
    43
    Location:
    40,00ºN - 00,00ºE
    I think it is not so complicated.
    DX12U == XboxSX
    TURING/AMPERE >> DX12U
    RDNA2 is when I have a doubt. It could be RDNA2 == DX12U or RDNA2 >> DX12U

    upload_2020-4-13_21-20-18.png
     

    Attached Files:

  18. trinibwoy

    trinibwoy Meh
    Legend

    Joined:
    Mar 17, 2004
    Messages:
    12,057
    Likes Received:
    3,114
    Location:
    New York
    Agreed.
     
  19. trinibwoy

    trinibwoy Meh
    Legend

    Joined:
    Mar 17, 2004
    Messages:
    12,057
    Likes Received:
    3,114
    Location:
    New York
    I think it’s option #2 simply because Microsoft can only speak confidently about their own Xbox hardware’s capabilities and not upcoming hardware from Sony/Nintendo/Intel/AMD/Nvidia.

    They don’t have the authority to define “next generation” for the entire industry.
     
    pjbliverpool likes this.
  20. BRiT

    BRiT (>• •)>⌐■-■ (⌐■-■)
    Moderator Legend Alpha

    Joined:
    Feb 7, 2002
    Messages:
    20,511
    Likes Received:
    24,410
    Counter Point:

    [​IMG]
     
    Malo, Shifty Geezer, Arwin and 2 others like this.
Loading...

Share This Page

  • About Us

    Beyond3D has been around for over a decade and prides itself on being the best place on the web for in-depth, technically-driven discussion and analysis of 3D graphics hardware. If you love pixels and transistors, you've come to the right place!

    Beyond3D is proudly published by GPU Tools Ltd.
Loading...