GPU-T v0.1.2
This release brings important under-the-hood improvements, crucial stability fixes for multi-GPU setups, and lays the architectural groundwork for supporting all major GPU vendors.
✨ Highlights & Architecture
- Multi-Vendor Foundation: We have officially laid the backend infrastructure for NVIDIA and Intel GPU detection! Huge shoutout to @xndbogdan for driving this. (Note: NVIDIA and Intel UI support is currently hidden behind an internal flag, a lot of work still has to be done to ensure a good user experience).
- Multi-GPU Stability: Overhauled how GPU-T handles systems with multiple graphics cards. Once again many thanks to @xndbogdan.
🐛 Bug Fixes & Under-the-Hood
- Driver & Kernel Parsing: Improved the accuracy of driver date detection (now using robust regex) and fixed the kernel driver version parsing string to prevent bad data (thanks @try228 for the reports).
- Compute Detection: Fixed
clinfoparsing and added proper detection for the RustiCL OpenCL implementation.
🎨 UI / UX Improvements
- Advanced Tab Readability: Added hover tooltips to the values in the Advanced tab. You can now easily read full strings (like long driver paths or Vulkan extensions) without them getting cut off by the window size.
🗄️ Database Updates
- Added hardware specs for: Radeon Graphics 512SP, Radeon Graphics 512SP Mobile, and Radeon Graphics 448SP Mobile.
Installation: Download the .AppImage, make it executable (chmod +x), and run! For detailed instructions, check the README.