You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, apologies if this is not an issue. I walked through the "Minimal Example" for Installing c++ Distributions of PyTorch, and I get through it with no issues. However, when I create the example-app.cpp file, clang throws an error 'torch/torch.h' file not found [clang: pp_file_not_found] (while in neovim) and this causes other issues in the file since it's not reading the next line #include <iostream>. Do I need to place libtorch somewhere within the project or somewhere else for it to be recognized by clang?
The text was updated successfully, but these errors were encountered:
Hi, apologies if this is not an issue. I walked through the "Minimal Example" for Installing c++ Distributions of PyTorch, and I get through it with no issues. However, when I create the example-app.cpp file, clang throws an error
'torch/torch.h' file not found [clang: pp_file_not_found]
(while in neovim) and this causes other issues in the file since it's not reading the next line#include <iostream>
. Do I need to place libtorch somewhere within the project or somewhere else for it to be recognized by clang?The text was updated successfully, but these errors were encountered: