ATen icon indicating copy to clipboard operation
ATen copied to clipboard

Expunge AT_CUDA_ENABLED from headers

Open ezyang opened this issue 6 years ago • 0 comments

The ATen way(TM) is to always compile, and give an error at runtime if a feature isn't supported. This means we must not feature test for CUDA in headers.

ezyang avatar Nov 28 '17 15:11 ezyang