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: