GPUOpen-Effects / FidelityFX-FSR

FidelityFX Super Resolution
MIT License
2.03k stars 164 forks source link

Performance Analysis #10

Closed MaximumProgrammer closed 2 years ago

MaximumProgrammer commented 2 years ago

Hello did anyone some kind of performance analysis ? Just to check where to gain further performance !!!

Kind regards

rys commented 2 years ago

It's possible to profile the shader system and look at shader disassembly for the compiled shaders, if you want to go and look at performance in more detail and look for other opportunities yourself. We continued to look for performance optimisation opportunities at AMD as we keep working on it.

MaximumProgrammer commented 2 years ago

Thx i studied High Performance Computing so it would be a small project and cool to work on.