GDC 2023 - Temporal Upscaling - Past, Present, and Future

Поділитися
Вставка
  • Опубліковано 31 гру 2024

КОМЕНТАРІ • 50

  • @SlickOnTop
    @SlickOnTop Рік тому +9

    We appreciate the work you guys have gave done with fsr.

  • @AncientGameplays
    @AncientGameplays Рік тому +23

    FSR3 "Still too early to share details", after more than 7 months. Oh well, this was in March lol

    • @SirMo
      @SirMo Рік тому +12

      I'm a developer. This stuff is complex, it takes trying many different approaches and selecting the best ones, and then addressing corner cases and bugs. Then testing it on different hardware. This is an ambitious goal. Development takes time. And it's difficult to predict as well.

    • @SC87Returns
      @SC87Returns Рік тому +3

      I have a feeling this will come out around RDNA 4 GPU time.

    • @SirMo
      @SirMo Рік тому

      @@Fantomas24ARM Did they announce the date? I may have missed it.

    • @smallkomjia1446
      @smallkomjia1446 Рік тому

      @@SirMo No, amd did not provide a specific release date, just roughly stated that it will be released in the first half of 2023

    • @smallkomjia1446
      @smallkomjia1446 Рік тому +1

      @@SirMo Now it seems that they have broken their promise

  • @W4ldgeist
    @W4ldgeist Рік тому +3

    Steam Deck would not make sense without FSR. Thank you for making this revolution in gaming possible. Can't wait for FSR3 and the integration into more games, giving the Steam Deck and other similar devices even more leg space for the future.

  • @jakobpcoder
    @jakobpcoder 23 дні тому

    Pls do a vid like this every year at least once!

  • @thewindwhisperer6839
    @thewindwhisperer6839 Рік тому +15

    I Hope with FSR 3 Cyberpunk 2077 can run with Path Tracing 60fps+ on 1440P with RX 7900XTX

    • @koredepaul125
      @koredepaul125 Рік тому

      U might just be asking for too much

    • @professorclup1082
      @professorclup1082 Рік тому

      @@Fantomas24ARM Hopefully GPU Open makes companies make more things as opensource like intel has done.

    • @UKKN516
      @UKKN516 Рік тому

      For what that game is so unoptimized for AMD it's Nvidias propaganda title for RT.

    • @AutonovaAI
      @AutonovaAI Рік тому

      @@koredepaul1257900 xtx is a powerhouse especially OC models

  • @KianFloppa
    @KianFloppa Рік тому +3

    7 months late and more to come is crazy

  • @ARTEMEX
    @ARTEMEX Рік тому +4

    FSR 3 ❤

  • @CellarDoorCS
    @CellarDoorCS Рік тому

    Great presentation - thanks!

  • @alex_tho2335
    @alex_tho2335 Рік тому +2

    Very nice tech, So wich Gpus will support Fsr then ?

  • @pichomrd
    @pichomrd Рік тому +13

    4 months later, still no ETA on FSR3 or Hyper-RX

    • @Pesquisando0b1011
      @Pesquisando0b1011 Рік тому

      Nor Hardware Accelerated Gpu Scheduling.

    • @pichomrd
      @pichomrd Рік тому

      @@Pesquisando0b1011 HAGS is available for a while on Win11 dev/canary version (with specific AMD driver only available for dev/canary)but does not bring any interesting improvements (at least not yet)

    • @Pesquisando0b1011
      @Pesquisando0b1011 Рік тому

      @@pichomrd Just make this tech available and let users decide to use it or not. There are videos on youtube where people had benefits with driver 20.5.1 using hags.

    • @omgawesomeomg
      @omgawesomeomg Рік тому +2

      These things take years not months. AMD has to play catch-up with Nvidia while having a fraction of the resources. Don't expect any miracles.

  • @Sam-cq9bj
    @Sam-cq9bj Рік тому +6

    Will FSR 3 be an open source as before?

    • @PretentiousStuff
      @PretentiousStuff Рік тому

      no

    • @Azraleee
      @Azraleee Рік тому

      Noone outside AMD knows.

    • @MGThePro
      @MGThePro Рік тому +1

      Most likely yes. Although there has been no confirmation from AMD afaik.

    • @TheRazerMD
      @TheRazerMD Рік тому +18

      I like how everyone comments dumb things, meanwhile the video in question literally mentions open source MIT license for FSR3

    • @smallkomjia1446
      @smallkomjia1446 Рік тому +2

      @@TheRazerMD That's true, but AMD also wrote that there may be changes, such as eventually becoming the need for AI units or even not being open source

  • @spyro440
    @spyro440 Рік тому

    Performance is excellent, but I got flickering and aliasing on buildings. The picture is never really stable. BTW: Would be fantastic if Insomniac could try to integrate FSR3-FMF to boost this to 120 Hz😊

  • @gilot19
    @gilot19 Рік тому

    Crazy how invested we are on this

  • @PalturBR
    @PalturBR Рік тому

    Will we have a fsr 2.2 or future fsr 2.3 on cyberpunk 2.0 ?

  • @DukeAbbaddon
    @DukeAbbaddon Рік тому +1

    Video Presentation & content presentation in F16b * R, G, B, A
    How you use FMA, Basic MUL+ADD examples first & then Mul & ADD
    Firstly in video,
    MUL a float set A * B + C
    Video Upscaling basic A:Pixel * B:PixelDiffRightPixel + C:RightPixel,
    Do that 16 Times per pixel pair and you have 16*Interpolate, So a 16* Data set Wave!
    You could obviously use a 32* Wave SiMD & do 4x8; So 4 Pixel groups per Wave.
    So for example you can ADD Log Gama or other simple values, In A * B + C,
    Pixel Values or whatever, You can use Point float 0.001 for example to do division on floats.
    For all personal maths that you imagine:
    Simple absolver table for MUL:ADD : MUL* Only = +0, +- Only = N*1 then +-
    % = / 100 + ADD Table {N1 N...} : Result!
    RS
    F16b Adaptive Float value : Texture Pallet Example : RS
    Basic Example of F16b float in action on a colour pallet: {F16b,F32b, F64b}
    F16b is short remainder F16 & it has 8 Bits of 0.01 point value rather than 16,
    So what do we mean ? What is significant about this?
    F16b Has 24Bit precision integer with an 8 bit remainder!
    So? So 16Bit + 8Bit = 24Bit! & 8bit point value...
    In colour representation point values contribute to subtle blending;
    So a full 24Bit contributes to 90% of the colour pallet
    So the 24Bit colour pallet is 32Bit Colour Minus Alpha;
    We can use F16b in HDMI & DisplayPort & inside the GPU & Also for textures & JPG'S..
    Thereby i present F16b & F24Bit colours in F16b
    This saves all data in single 32bit Spaces & therefore is both faster & higher resolution than comparable float value presentations.
    Bound to make a big difference to BlueRay, but particularly DVD & AC3 & AC4;
    F16bAdaptive Float value : Texture Pallet Example;
    (you can use F16b * R,G,B,A) in HDMI a& DisplayPort, Massive colour improvements; Lower RAM Costs
    Rupert S

  • @neofitosmihail4272
    @neofitosmihail4272 Рік тому +3

    COMON AMD 2023 AND YOU SAY IS TO EARLY TO SHARE DETAILS !!!!! WTF HOW MANY TIME YOU NEED ??? AGES ???

  • @TheGeneSIS4K
    @TheGeneSIS4K Рік тому +3

    This presentation from MARCH 2023..... WE HAVE NOW JULE!

  • @juanandreas97
    @juanandreas97 Рік тому +4

    release it, who going to wait? SlowMD

  • @jasper123t
    @jasper123t Рік тому

    AMD YES!

  • @gblandrr
    @gblandrr Рік тому +4

    This video looks like it was made by my 15yo cousin

    • @technologicalelite8076
      @technologicalelite8076 Рік тому +4

      What do you want? It's a slide show. Also I've seen far worse slideshows made by the average adult. This is actually done pretty wellnfor a slideshow and there's a lot of stuff in here a 15 year old would simply not understand

  • @rulik007
    @rulik007 Рік тому +3

    AMD FSR is like a third wheel, you should just give up on that and use intel's XeSS.
    Unreal TSR, Intel XeSS, Nvidia DLSS are better things, time to cope with that.

    • @gunturbayu6779
      @gunturbayu6779 Рік тому

      lol whut? Dlss is obviously better , xess has ghosting issue , same with fsr 2.1. Fsr 2.2 is better but very little game adopt it yet

    • @smallkomjia1446
      @smallkomjia1446 Рік тому +1

      @@gunturbayu6779 You can try replacing mod with fsr2.2, as I have already done so

    • @smallkomjia1446
      @smallkomjia1446 Рік тому

      And the latest fsr2.2 has been greatly improved

    • @polloloco9775
      @polloloco9775 Рік тому +1

      Fsr 2 is really good, yes dlss makes the image better than native the most of the time but fsr 2 looks very good compared with a bigger native image