kunzmi / managedCuda

ManagedCUDA aims an easy integration of NVidia's CUDA in .net applications written in C#, Visual Basic or any other .net language.
Other
440 stars 79 forks source link

Can you manage the tensorrt library #118

Open williamlzw opened 1 year ago

williamlzw commented 1 year ago

Can you manage the tensorrt library?8.2.1.8 or later such as NvInferRuntime.h, NvInfer.h image

kunzmi commented 1 year ago

Unfortunately no, tensorrt is a C++ SDK and not a library with a C-API interface that one could wrap for use in C#