Files
tinygrad/tinygrad/runtime
uuuvnandGitHub 0d903c9495 Print clouddev instead of cloudev's renderer (#10023)
This is kind of a bug because currently with DEBUG>=1 it will say that
remote has device and then an array of renderer props instead of a real
device name which doesn't make sense:

```
127.0.0.1 - - [24/Apr/2025 16:50:44] "GET /properties HTTP/1.1" 200 -
remote has device ['tinygrad.renderer.cstyle', 'MetalRenderer', []]
opened device CLOUD from pid:20210
```

Now it will actually print the name of device behind cloud:

```
127.0.0.1 - - [24/Apr/2025 16:56:29] "GET /properties HTTP/1.1" 200 -
remote has device METAL
opened device CLOUD from pid:20315
```
2025-04-24 09:32:08 -04:00
..
2025-04-24 07:52:35 -04:00
2025-04-24 00:27:04 +03:00
2024-06-18 19:48:18 -04:00
2025-04-24 01:08:18 +03:00
2025-04-24 07:52:35 -04:00
2025-04-01 11:51:33 +08:00
2025-03-18 00:13:49 +08:00
2025-03-01 12:34:29 +03:00
2025-04-08 22:52:17 +03:00