GPU performance

AppWizard
April 26, 2026
NVIDIA's Neural Texture Compression (NTC) improves memory efficiency in PC gaming by using small neural networks to compress texture data, achieving up to eight times better memory efficiency compared to traditional methods. In a technical demo, NTC reduced a scene's VRAM requirement from 6.5 GB to approximately 970 MB, an 85 percent reduction. The RTX Neural Texture Compression SDK has seen enhancements, including a 20 to 40 percent increase in inference speed. NTC is compatible with RTX hardware and Tensor Cores, but its real-world performance impact is yet to be determined. Microsoft is developing Cooperative Vectors and DirectX methodologies to support machine learning in graphics, which may facilitate broader adoption of NTC. The successful integration of NTC will depend on its stability, documentation, and economic viability for developers.
AppWizard
April 15, 2026
Winlator v11.0 is a free Windows-on-Android emulator that allows Android devices to run Windows PC games locally without cloud streaming or subscription fees. The update features significant enhancements in GPU performance, particularly for Adreno 8-series GPUs, improving graphics and reducing crashes for demanding titles on devices with Qualcomm's Snapdragon 8 Elite. It introduces an experimental OpenGL wrapper called Gladio to extend compatibility to MediaTek and Exynos chips with Mali GPUs. The update also includes Wine 10.10 and Box64 v0.4.0, which enhance the operation of Windows software on mobile processors, promising faster load times and improved stability for 64-bit applications. Initial user feedback indicates remarkable performance improvements over previous versions and other emulators.
AppWizard
April 6, 2026
Performance analysis in PC gaming has become more complex with the introduction of DirectX 12 and Vulkan, incorporating technologies like asynchronous compute, hardware ray tracing, and machine learning-assisted denoising. Understanding GPU performance requires advanced tools to analyze workload distribution and shader behavior, with NVIDIA Nsight Graphics being a key resource. NVIDIA Nsight Graphics is a graphics debugger and profiler for modern graphics APIs, featuring the GPU Trace Profiler, which provides detailed insights into GPU execution and performance bottlenecks. Recent updates have improved its utility, including a Flame Graph for the Shader Profiler and support for NVIDIA's DLSS in D3D12 applications. The Peak-Performance-Percentage analysis method focuses on identifying GPU workload constraints and optimizing utilization rather than relying on assumptions about performance bottlenecks. This methodology is applied using Nsight Graphics to analyze GPU traces from the game Cyberpunk 2077, contrasting traditional rasterization with path tracing enhanced by DLSS Ray Reconstruction. The test setup included an Intel Core i7-14700K CPU, 32 GB RAM, and an NVIDIA GeForce RTX 4090 GPU, capturing two scenarios: one with raster-only settings and another with path tracing and DLSS. The analysis revealed that the rasterized frame's most costly aspect was lighting processing, while the path-traced frame showed increased total frame cost and a hybrid workload involving rasterization, ray traversal, and AI-driven processes. Key findings indicated that modern GPU performance is heavily influenced by memory behavior rather than just shader arithmetic, with significant time spent on compute-driven lighting processing and data movement. The analysis also highlighted that ray tracing performance is constrained by memory efficiency, indicating that performance does not scale linearly with RT-core throughput.
Search