gpt4 book ai didi

c++ - tensorrt 的 "nvinfer.h"在哪里?

转载 作者:行者123 更新时间:2023-11-28 05:05:58 34 4
gpt4 key购买 nike

我一直在尝试在桌面主机上编译一个基本的 tensorRT 项目——目前源代码如下:

#include <nvinfer.h>

class Logger : nvinfer1::public ILogger
{

} glogger;

但是,在运行 make 时,我收到以下消息:

fatal error: nvinfer.h: No such file or directory  #include <nvinfer.h>

错误也是正确的 - 我使用 locate 试图找到它,但我的机器上没有匹配的东西。我按照此处所述的桌面安装 TensorRT 2.1 安装说明进行操作:https://developer.nvidia.com/nvidia-tensorrt-download

所以我的问题是,有谁知道 nvinfer.h 应该在哪里?换句话说,我是否缺少包含它的所需软件包,或者我是否缺少其他重要的东西?

小附录:我注意到的一件事是没有安装 libgie1,并且它没有像 gie-dev 等其他软件包一样作为 debian 包含在提供的 TensorRT 下载中。

最佳答案

在使用 locate 之前,如果您最近添加了新文件,运行 sudo updatedb 是一个很好的做法,如果文件在 pc 上,您应该可以在之后看到它。

无论如何,谷歌搜索一下,您要查找的标题似乎是 NvInfer.h,大​​写很重要。

关于c++ - tensorrt 的 "nvinfer.h"在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44783773/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com