Hi, I have read apache/incubator-tvm/pull/4698 and I see that on the host you need to put:
echo 'set(USE_EDGETPU /home/mendel/edgetpu)' >> build/config.cmake
when I compile on the x86 I need to make the compiler with the same flag? becuae, when I try I get next error on compile “error: ‘edgetpu’ was not declared in this scope std::shared_ptredgetpu::EdgeTpuContext edgetpu_context_;” and when forcing the path , I get rror: ‘edgetpu’ was not declared in this scope std::shared_ptredgetpu::EdgeTpuContext edgetpu_context_;
so the question is if on the x86 I need to compile without it? and I need only to compile TF and TFlite and this flag is only relevant for the host? thanks