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
NVIDIA cuOpt includes a gRPC-based remote execution system for running solves on a
219
+
GPU server from a program using the API locally. User documentation lives under `docs/cuopt/source/cuopt-grpc/` (Sphinx **gRPC remote execution** section):
220
+
221
+
-`quick-start.rst` — Install/Docker/selector, how remote execution works, minimal LP and CLI examples (default C bundle).
Copy file name to clipboardExpand all lines: cpp/docs/DEVELOPER_GUIDE.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
This document serves as a guide for contributors to cuOpt C++ code. Developers should also refer
4
4
to these additional files for further documentation of cuOpt best practices.
5
5
6
+
*[gRPC server architecture](grpc-server-architecture.md) — full `cuopt_grpc_server` IPC, source file map, and streaming internals (end-user summary lives under `docs/cuopt/source/cuopt-grpc/`).
6
7
*[Documentation Guide](TODO) for guidelines on documenting cuOpt code.
7
8
*[Testing Guide](TODO) for guidelines on writing unit tests.
8
9
*[Benchmarking Guide](TODO) for guidelines on writing unit benchmarks.
0 commit comments