You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@
8
8
9
9
A Python port of DotCompute's Ring Kernel System - a GPU-native actor model with persistent kernels and message passing.
10
10
11
+
*Replaced by Python wrapper of RustCompute https://github.com/mivertowski/RustCompute*
12
+
13
+
LEGACY PART:
14
+
11
15
## Overview
12
16
13
17
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:
0 commit comments