[mlir][sparse] Make sparse_tensor::StorageLayout publicly available.

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D150739
This commit is contained in:
Peiming Liu
2023-05-16 23:52:45 +00:00
parent 787d6bb59f
commit afe78db770
9 changed files with 338 additions and 321 deletions

View File

@@ -16,7 +16,7 @@
//===----------------------------------------------------------------------===//
#include "CodegenUtils.h"
#include "SparseTensorStorageLayout.h"
#include "SparseTensorDescriptor.h"
#include "llvm/Support/FormatVariadic.h"