NVIDIA/DALI

C++ API

Open

#3834 aperta il 21 apr 2022

Vedi su GitHub
 (5 commenti) (0 reazioni) (1 assegnatario)C++ (670 fork)auto 404
Backend APIshelp wanted

Metriche repository

Star
 (5722 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Hi, I want to use DALI and Tensorrt to accelerate inference with C++! So, I succesfully compile the latest DALI-v1.13 in ubuntu18.04 on on x86_64, then, I try to modify and compile ""MultiDeviceInferencePipeline" project, but there were errors!

/usr/local/include/dali/core/float16.h:25:10: fatal error: dali/util/half.hpp: No such file or directory #include "dali/util/half.hpp" /usr/local/include/dali/core/backend_tags.h:19:10: fatal error: cuda/memory_resource: No such file or directory #include <cuda/memory_resource>

Any suggestion is appraciate!! Thx

Guida contributor