From 519f1d13cc3975e1da9da373f79087e8ceeb3846 Mon Sep 17 00:00:00 2001
From: qazal <77887910+Qazalin@users.noreply.github.com>
Date: Thu, 24 Jul 2025 20:29:24 +0300
Subject: [PATCH] viz: generic stuff from gpu counters ui (#11358)
* viz: generic stuff from gpu counters ui
* move pointer
* pre fetch
* move timeout
---
tinygrad/viz/index.html | 7 +++----
tinygrad/viz/js/index.js | 9 ++++++---
2 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/tinygrad/viz/index.html b/tinygrad/viz/index.html
index 7a91666b97..4c3effc752 100644
--- a/tinygrad/viz/index.html
+++ b/tinygrad/viz/index.html
@@ -215,11 +215,10 @@
#device-list > div {
min-height: 32px;
max-width: 100px;
- overflow: hidden;
- text-overflow: ellipsis;
+ overflow-x: auto;
+ overflow-y: hidden;
white-space: nowrap;
display: flex;
- cursor: pointer;
}
#device-list > div:hover {
background-color: rgba(20, 23, 35, 0.3);
@@ -238,10 +237,10 @@
+
-
Rendering new layout...