Skip to content

Commit 4072240

Browse files
committed
...
1 parent a550e0d commit 4072240

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Example of generating C# bindings to the C-API interface of [Triton Inference Server](https://github.com/triton-inference-server/server) using the [CppSharp](https://github.com/mono/CppSharp) tool
22

3+
Does not support the Triton C++ Wrapper bindings as CppSharp does not seem to support `std::shared_ptr`: https://github.com/mono/CppSharp/blob/main/docs/UsersManual.md#standard-library-support
4+
35
See the complete script at [tritonservercppsharp.yml](./.github/workflows/tritonservercppsharp.yml)
46

57
# References
8+
- https://github.com/mono/CppSharp/issues/1860
69
- https://github.com/triton-inference-server/server/blob/main/docs/customization_guide/inference_protocols.md#java-bindings-for-in-process-triton-server-api
710
- https://github.com/triton-inference-server/server/issues/7543
811
- https://github.com/triton-inference-server/core/blob/main/include/triton/core/tritonserver.h

0 commit comments

Comments
 (0)