Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down