Skip to content

Commit 0e75bb2

Browse files
committed
release: v0.13.0
1 parent 753cb06 commit 0e75bb2

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "all-smi"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
description = "Command-line utility for monitoring GPU hardware. It provides a real-time view of GPU utilization, memory usage, temperature, power consumption, and other metrics."
55
authors = ["Jeongkyu Shin <inureyes@gmail.com>"]
66
license = "Apache-2.0"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ See the [LICENSE](./LICENSE) file for details.
379379
## Changelog
380380

381381
### Recent Updates
382+
- **v0.13.0 (2025/12/23):** Add Google Cloud TPU monitoring support (v2-v7/Ironwood), optimize CPU utilization with improved polling and rendering
382383
- **v0.12.0 (2025/12/07):** Add Windows build support, fix AMD GPU dependencies in Dockerfile builder stage
383384
- **v0.11.0 (2025/11/25):** Add Intel Gaudi 3 AI accelerator support, unified AI acceleration library naming for cross-platform consistency, GPU/NPU reader caching optimization for performance, and AMD GPU driver version extraction
384385
- **v0.10.0 (2025/11/21):** Add AMD GPU support with ROCm/libamdgpu_top integration, comprehensive security and performance review with critical fixes, refactor data collection with Strategy pattern, enhanced parsing macros, and Linux-only NPU support

debian/changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
all-smi (0.13.0-0) jammy; urgency=medium
2+
3+
* Add comprehensive Google Cloud TPU monitoring support (v2-v7/Ironwood)
4+
* Reduce CPU utilization with optimized polling and rendering
5+
* Add gRPC client for TPU runtime metrics with adaptive polling
6+
* Add TensorCore utilization and HLO metrics display
7+
* Support multiple TPU detection methods: sysfs, PCI, PJRT C API, tpu-info CLI
8+
* Add content hash-based skip rendering using FNV-1a hashing
9+
* Optimize memory management with reduced buffer allocations
10+
* Improve scroll speed and tab tracking for immediate re-renders
11+
12+
-- Jeongkyu Shin <inureyes@gmail.com> Mon, 23 Dec 2025 00:00:00 +0000
13+
114
all-smi (0.12.0-0) jammy; urgency=medium
215

316
* Add Windows build support

docs/man/all-smi.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH ALL-SMI 1 "December 2025" "all-smi 0.12.0" "User Commands"
1+
.TH ALL-SMI 1 "December 2025" "all-smi 0.13.0" "User Commands"
22
.SH NAME
33
all-smi \- Command-line utility for monitoring GPU hardware
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)