pytorch/docs/cpp/source
Takeshi Watanabe a9c719ba82 Set TORCH_CXX_FLAGS in minimal example (#29890)
Summary:
To avoid ABI issue

EDIT: After this PR, the example CMakeLists.txt will always use the `-D_GLIBCXX_USE_CXX11_ABI` value set in `share/cmake/Torch/TorchConfig.cmake`, regardless of the `-D_GLIBCXX_USE_CXX11_ABI` value passed to the `cmake` command by the user.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/29890

Differential Revision: D18531391

Pulled By: yf225

fbshipit-source-id: 2db78ae7a33a4088b579e81c60b9a74861f1ccde
2019-11-15 09:57:15 -08:00
..
notes codemod at::ArrayRef and torch::IntArrayRef to std::vector in C++ API tests (#27884) 2019-10-14 18:00:30 -07:00
check-doxygen.sh Re-organize C++ API torch::nn folder structure (#26262) 2019-09-17 10:07:29 -07:00
conf.py Enable EXE001 flake8 check. (#27560) 2019-10-09 09:15:29 -07:00
contributing.rst fix sigma in the middle of when word (#16227) 2019-01-23 08:35:32 -08:00
Doxyfile Additional autograd unit tests for Python UDFs. (#29041) 2019-11-01 18:30:09 -07:00
frontend.rst Fix C++ Frontend example in frontend.html (#15717) 2019-01-07 11:39:47 -08:00
index.rst Update index.rst 2019-10-22 21:43:58 -07:00
installing.rst Set TORCH_CXX_FLAGS in minimal example (#29890) 2019-11-15 09:57:15 -08:00