-
Notifications
You must be signed in to change notification settings - Fork 744
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't build tensorrt on Windows x86_64 #858
Comments
It's not currently supported, but it might just be a question of adding the right paths to these files for |
thx for your reply. i have one more question. if i add win tensorrt header file path and win platform string to nvinfer.java and remove the condition statement in cppbuild.sh. |
If the |
thank you! i added new windows preset to tensorrt module. now, i can use tensorrt on windows! |
Please send a pull request with your modifications! |
ok! i will send pr tomorrow(because, i want clean my code) |
bash cppbuild.sh -platform windows-x86_64 -extension "-gpu" install tensorrt
Detected platform "windows-x86_64"
Building for platform "windows-x86_64" with extension "-gpu"
Installing "tensorrt"
/d/javacpp/javacpp-presets/tensorrt/cppbuild /d/javacpp/javacpp-presets
Error: Platform "windows-x86_64" is not supported
/d/javacpp/javacpp-presets
How to build tensorrt for windows x86_64? I think tensorrt's headfile and interface are same on Windows and Linux.
The text was updated successfully, but these errors were encountered: