> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# AMD’s Open Source Moment Reveals Their Future GPU Plans
- URL: https://itsfoss.com/news/amd-fidelityfx/
- Published: 2025-08-22T08:57:37.000Z
- Updated: 2025-08-22T08:57:37.000Z
- Description: AMD did an oopsie with FSR 4.
- Author: Sourav Rudra
- Tags: Open Source, News, #Import 2025-11-08 21:15

AMD briefly made the source code for its new FidelityFX Super Resolution 4 ([*FSR 4*](https://www.amd.com/en/products/graphics/technologies/fidelityfx/super-resolution.html?ref=itsfoss.com)) tech available online, drawing attention from many people. The files appeared on [GitHub](https://github.com/GPUOpen-LibrariesAndSDKs/FidelityFX-SDK?ref=itsfoss.com) during [the launch](https://gpuopen.com/learn/amd-fsr4-gpuopen-release/?ref=itsfoss.com) of FidelityFX SDK 2.0 but were quickly removed.

If you didn't know, FSR 4 is **AMD’s latest upscaling technology** that is designed to improve performance and visual quality in games. It builds on FSR 3.1 and introduces [FP8](https://medium.com/@noelakkidas/understanding-fp8-and-mixed-precision-training-0a76c7f2c3ac?ref=itsfoss.com) instruction-based processing, optimized for the new [RDNA 4](https://en.wikipedia.org/wiki/RDNA%5F4?ref=itsfoss.com) GPU architecture.

![the photo shows a github repository for fidelityfx, where the shaders folder is open showing the many models used underneath fsr 4](https://itsfoss.com/content/images/2025/08/amr-fsr-4-source-code-leak.png)

**Source:* [**VideoCardz.com*](https://videocardz.com/newz/amd-releases-fidelityfx-sdk-2-0?ref=itsfoss.com)

The **leaked code contained two variants**. One used FP8 instructions for RDNA 4 GPUs, while another used [INT8](https://www.intel.com/content/www/us/en/docs/onednn/developer-guide-reference/2024-0/int8-inference.html?ref=itsfoss.com) instructions, hinting that AMD had tested compatibility with older RDNA 3 graphics cards. Of course, the community [quickly noticed](https://x.com/CaptMcShotty/status/1958209363652321604?ref=itsfoss.com) the files before they were taken down.

Officially, AMD recommends FSR 4 for the [Radeon RX 9000](https://en.wikipedia.org/wiki/Radeon%5FRX%5F9000%5Fseries?ref=itsfoss.com) and above series of cards, emphasizing the FP8 path. However, the appearance of the INT8 variant in the leak suggests the company considered broader support, though no official statements have been made to confirm this possibility.

As for the FidelityFX SDK 2.0 release, it arrived alongside FSR 4 to provide developers with tools, signed binaries, and Unreal Engine 5 integration. It also brings stability improvements, reduced ghosting, and enhanced visual fidelity compared with previous FSR versions.

Earlier versions of FSR technology, including FSR 1 and 2, were made partially open source through AMD’s [GPUOpen](https://gpuopen.com/?ref=itsfoss.com) platform. This allowed developers to modify and integrate the technology freely under the provided licensing terms.

Given this accidental release, it is clear that **AMD could easily make FSR 4 open source if they chose to**. The leak demonstrates that the code is accessible and structured for developers. Will they decide to officially open source FSR 4? Only time will tell.