How do I compile libtorch for nvidia jetson nano

I have follow the instruction here to build libtorch from source, the compilation complete without error but when I run the minimum c++ example from the official website

It raise compilation error :

 error: ‘size_t’ is not a member of ‘std’
     : public integral_constant<std::size_t, sizeof...(_Elements)> { };


Please help !
2 Likes

Is there any update here? :grinning:

1 Like