Name Date Size #Lines LOC

..--

Descriptors.hH A D25-Apr-20251.1 KiB4536

Exceptions.hH A D25-Apr-20252.2 KiB6961

Limits.hH A D25-Apr-2025317 125

README.mdH A D25-Apr-2025371 54

Sparse.hH A D25-Apr-2025241 127

SparseBlas.cppH A D25-Apr-202510.2 KiB367348

SparseBlas.hH A D25-Apr-20257.9 KiB227186

SparseDescriptors.hH A D25-Apr-20254.1 KiB147111

Utils.hH A D25-Apr-2025411 1815

README.md

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