laugh12321 / TensorRT-YOLO

🚀 你的YOLO部署神器。TensorRT Plugin、CUDA Kernel、CUDA Graphs三管齐下,享受闪电般的推理速度。| Your YOLO Deployment Powerhouse. With the synergy of TensorRT Plugins, CUDA Kernels, and CUDA Graphs, experience lightning-fast inference speeds.
https://github.com/laugh12321/TensorRT-YOLO
GNU General Public License v3.0
638 stars 78 forks source link

[Help]: host_config.h: fatal error C1189: #error: – unsupported Microsoft Visual Studio version! #31

Closed auner2456889 closed 4 months ago

auner2456889 commented 5 months ago

image image 执行编译时出现错误 image

auner2456889 commented 5 months ago

image

laugh12321 commented 5 months ago

xmake.lua中加入add_cuflags("-allow-unsupported-compiler")

image

FlypigW commented 5 months ago

这里还有一种方案,也是不让其报错https://blog.csdn.net/lishiyu93/article/details/114599859