Hos_config.h in cuda_runtime.h

Hi

I am using a Jetson TX2 kit and I am trying to compile Yolov4 on it. When I use the flag “GPU=1” in the Makefile I get an error in compiling telling me that the file “crt/host_config.h” doesn’t exist. This isn’t actually true, it exists but it is in the same directory as cuda_runtime.h

So it seems that the line 83 of cuda_runtime.h is wrong, it says :
#include “crt/host_config.h”
It should say :
#include “host_config.h”

Am I right or am I missing something ?

BTW I am using Ubuntu 20.04 and cuda-10.0

I’m coming back to this topic as I am running into the same issue on Ubuntu 22.04 and cuda 12.2.
I am compiling an adapted version of the deepstream app on the Jetson AGX Orin and I getting the exact same error.
Is there any update on this?
Thanks!