can openucx be adapted to software programmed in go #9511
-
It is convenient to call the openucx interface in a C++ program, but how do I need to call it in a Go language software? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
ivankochin
Jan 24, 2024
Replies: 1 comment 1 reply
-
UCX has Go binding which wraps C interfaces to Go ones. Pls see here: https://github.com/openucx/ucx/tree/master/bindings/go You can find the example of usage in the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
NUABO
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
UCX has Go binding which wraps C interfaces to Go ones. Pls see here: https://github.com/openucx/ucx/tree/master/bindings/go
You can find the example of usage in the
bindings/go/tests
folder.