Nugine
Nugine
Crash issues: - #188 - #554 - #556 - #684 - #723 - #817 - #826 - #887 - #888 - #1084 - #1087 - #1088 - #1167 - #1211...
> 1 workflow awaiting approval > First-time contributors need a maintainer to approve running workflows
Hi, is there any progress?
Why not support a way to specify the location of libraries manually?
I wrote some code to support minimal inferencing. But I have no time to push it forward recently. https://github.com/Nugine/tensorflow-lite To use this crate, you may need to build tensorflow-lite manually,...
There is a new crate [rdma](https://github.com/Nugine/rdma) for low-level rdma control. It doesn't support RDMA CM yet because I can not run the examples in librdmacm successfully. (Ubuntu 20.04, RXE, latest...
`rdma` aims to be a rust-style wrapper over the C api. (types, methods and resource management) `async-rdma` is > A framework for writing RDMA applications with high-level abstraction and asynchronous...
https://zhuanlan.zhihu.com/p/524967763
> So the main idea is using type to limit the access and transfer the ownership of buf to ops and return it after completion to ensure safety? The value...
I just realized that timeout from single side is unsound. We can not ensure that the remote access value is destroyed unless the remote side explicitly notifies the local side.