summaryrefslogtreecommitdiff
path: root/mlir/lib/ExecutionEngine/SparseTensor/Storage.cpp
diff options
context:
space:
mode:
authorAart Bik <39774503+aartbik@users.noreply.github.com>2024-02-23 10:52:28 -0800
committerGitHub <noreply@github.com>2024-02-23 10:52:28 -0800
commitf8ce460e48ccc774354df75520d00a67ddbf84c0 (patch)
tree8f64f8842484595a44879dc6c3093b0a2bfd3afd /mlir/lib/ExecutionEngine/SparseTensor/Storage.cpp
parenta24421fef713e5b3c0a885cf36a62cc3257be1f3 (diff)
[mlir][sparse] cleanup sparse runtime library (#82807)
remove some obsoleted APIs from the library that have been fully replaced with actual direct IR codegen
Diffstat (limited to 'mlir/lib/ExecutionEngine/SparseTensor/Storage.cpp')
-rw-r--r--mlir/lib/ExecutionEngine/SparseTensor/Storage.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/mlir/lib/ExecutionEngine/SparseTensor/Storage.cpp b/mlir/lib/ExecutionEngine/SparseTensor/Storage.cpp
index 9e8b240899d8..bbe10b0dcdd4 100644
--- a/mlir/lib/ExecutionEngine/SparseTensor/Storage.cpp
+++ b/mlir/lib/ExecutionEngine/SparseTensor/Storage.cpp
@@ -74,13 +74,6 @@ MLIR_SPARSETENSOR_FOREVERY_FIXED_O(IMPL_GETCOORDINATES)
MLIR_SPARSETENSOR_FOREVERY_V(IMPL_GETVALUES)
#undef IMPL_GETVALUES
-#define IMPL_FORWARDINGINSERT(VNAME, V) \
- void SparseTensorStorageBase::forwardingInsert(const uint64_t *, V) { \
- FATAL_PIV("forwardingInsert" #VNAME); \
- }
-MLIR_SPARSETENSOR_FOREVERY_V(IMPL_FORWARDINGINSERT)
-#undef IMPL_FORWARDINGINSERT
-
#define IMPL_LEXINSERT(VNAME, V) \
void SparseTensorStorageBase::lexInsert(const uint64_t *, V) { \
FATAL_PIV("lexInsert" #VNAME); \