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
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,11 @@
1
1
# 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
2
2
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
+
3
5
See the complete script at [tritonservercppsharp.yml](./.github/workflows/tritonservercppsharp.yml)
0 commit comments