From c6cf8730ed534b4710c305a9025b0eb4eef77122 Mon Sep 17 00:00:00 2001 From: Michael Ivertowski <73346137+mivertowski@users.noreply.github.com> Date: Sun, 25 Jan 2026 21:45:32 +0100 Subject: [PATCH] Indicate replacement by RustCompute in README Updated README to indicate replacement by RustCompute. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8e598f3..579ca43 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ A Python port of DotCompute's Ring Kernel System - a GPU-native actor model with persistent kernels and message passing. +*Replaced by Python wrapper of RustCompute https://github.com/mivertowski/RustCompute* + +LEGACY PART: + ## Overview PyDotCompute brings GPU-native actor model capabilities to Python, enabling developers to create persistent GPU kernels that communicate through message queues. This approach is ideal for: