xref: /aosp_15_r20/external/pytorch/aten/src/ATen/mkl/README.md (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1All files living in this directory are written with the assumption that MKL is available,
2which means that these code are not guarded by `#if AT_MKL_ENABLED()`. Therefore, whenever
3you need to use definitions from here, please guard the `#include<ATen/mkl/*.h>` and
4definition usages with `#if AT_MKL_ENABLED()` macro, e.g. [SpectralOps.cpp](native/mkl/SpectralOps.cpp).
5