Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Descriptors.h | H A D | 25-Apr-2025 | 1.1 KiB | 45 | 36 | |
Exceptions.h | H A D | 25-Apr-2025 | 2.2 KiB | 69 | 61 | |
Limits.h | H A D | 25-Apr-2025 | 317 | 12 | 5 | |
README.md | H A D | 25-Apr-2025 | 371 | 5 | 4 | |
Sparse.h | H A D | 25-Apr-2025 | 241 | 12 | 7 | |
SparseBlas.cpp | H A D | 25-Apr-2025 | 10.2 KiB | 367 | 348 | |
SparseBlas.h | H A D | 25-Apr-2025 | 7.9 KiB | 227 | 186 | |
SparseDescriptors.h | H A D | 25-Apr-2025 | 4.1 KiB | 147 | 111 | |
Utils.h | H A D | 25-Apr-2025 | 411 | 18 | 15 |
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