From 1c611472fcc655e41d635981116efdd94af1da49 Mon Sep 17 00:00:00 2001 From: leon Date: Tue, 16 Jun 2026 10:34:37 +0200 Subject: [PATCH] Add GPU over IP idea --- README.md | 1 + projects/other/gpu-over-ip.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 projects/other/gpu-over-ip.md diff --git a/README.md b/README.md index 11b054c..daf7e72 100644 --- a/README.md +++ b/README.md @@ -92,3 +92,4 @@ Name | Status | Blog Entries [Try NixOS](./projects/other/try-nixos.md) | - | - [Try Home-Manager](./projects/other/try-home-manager.md) | - | - [Create better monthly financial report](./projects/other/better-financial-report.md) | - | - +[GPU over IP](./projects/other/gpu-over-ip.md) | - | - diff --git a/projects/other/gpu-over-ip.md b/projects/other/gpu-over-ip.md new file mode 100644 index 0000000..9b2d897 --- /dev/null +++ b/projects/other/gpu-over-ip.md @@ -0,0 +1,3 @@ +# GPU over IP +Some time ago I saw some prototypes for sharing a GPU over the network with other servers. +Look into this a bit.