tree: 58cc166339af7fc354efcf8cbc4d89090a95a545 [path history] [tgz]
  1. Descriptors.h
  2. Exceptions.h
  3. Limits.h
  4. README.md
aten/src/ATen/mkl/README.md

All files living in this directory are written with the assumption that MKL is available, which means that these code are not guarded by #if AT_MKL_ENABLED(). Therefore, whenever you need to use definitions from here, please guard the #include<ATen/mkl/*.h> and definition usages with #if AT_MKL_ENABLED() macro, e.g. SpectralOps.cpp.