From 36b0c38dfbc931ec91b93d057b4d5506a2654bc7 Mon Sep 17 00:00:00 2001 From: Andy <550896603@qq.com> Date: Thu, 6 Jun 2024 18:23:21 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5b02d65..c49954a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Clink: A c/s render api transport +PS: There is another project [Tensorlink](https://github.com/nvwacloud/tensorlink) that implements CUDA runtime, driver, BLAS, and DNN API hooks. 😁 You may be interested in this. + ## Goal 1. Transport render api request through network. 2. Supply fake render client dll to gather all render api, pack them up and send to server point.