pytorch
533cb953 - Introducing TORCH_CUDA_CPP_API and TORCH_CUDA_CU_API to the code (#50627)

Commit
3 years ago
Introducing TORCH_CUDA_CPP_API and TORCH_CUDA_CU_API to the code (#50627) Summary: Sub-step of my attempt to split up the torch_cuda library, as it is huge. Please look at https://github.com/pytorch/pytorch/issues/49050 for details on the split and which files are in which target. This PR introduces two new macros for Windows DLL purposes, TORCH_CUDA_CPP_API and TORCH_CUDA_CU_API. Both are defined as TORCH_CUDA_API for the time being. Pull Request resolved: https://github.com/pytorch/pytorch/pull/50627 Reviewed By: mruberry Differential Revision: D25955441 Pulled By: janeyx99 fbshipit-source-id: ff226026833b8fb2fb7c77df6f2d6c824f006869
Author
Parents
Loading