pytorch
74a2cb87 - [android][cmake] Remove NO_EXPORT for libtorch mobile build (#39584)

Commit
4 years ago
[android][cmake] Remove NO_EXPORT for libtorch mobile build (#39584) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/39584 Removing `-DNO_EXPORT` for not-custom-build to be able to link to C10/A10 api. Custom build stays the same as its main goal is to have minimum binary size, while export api functions will increase it. Additional changes: 1. aten/src/ATen/DynamicLibrary.cpp uses libdl, if we need this functionality we will need to link result with libdl, but currently disabling this functionality for mobile. Test Plan: Imported from OSS Differential Revision: D22111600 Pulled By: IvanKobzarev fbshipit-source-id: d730201c55f543c959a596b34be532aecee6b9ab
Author
Parents
Loading