cyrusbehr / tensorrt-cpp-api

TensorRT C++ API Tutorial
MIT License
577 stars 72 forks source link

Issue when build windows #22

Closed paulpham1407 closed 11 months ago

paulpham1407 commented 11 months ago

I have attempted to deploy on Windows OS and encountered an error as follows:

cyrusbehr commented 11 months ago

Hi, my implementation does not support Windows, only Linux. Please look at this PR though which demonstrates how to build for Windows: https://github.com/cyrusbehr/tensorrt-cpp-api/pull/19