Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibylau committed Jan 6, 2024
1 parent 49e5112 commit c0cfa06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Runtime/UniSparseUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3132,7 +3132,6 @@ FOREVERY_V(IMPL_EXPINSERT)
void* _mlir_ciface_newUniSparseTensor##VNAME(StridedMemRefType<UniSparseDimLevelType, 1> *aref, \
StridedMemRefType<uint64_t, 1> *sref, \
StridedMemRefType<uint64_t, 1> *pref, void *ptr ) { \
// std::cout << "Start newUniSparseTensor " << std::endl; \
assert(aref && sref && pref); \
assert(aref->strides[0] == 1 && sref->strides[0] == 1 && pref->strides[0] == 1); \
assert(aref->sizes[0] == sref->sizes[0] && sref->sizes[0] == pref->sizes[0]); \
Expand Down

0 comments on commit c0cfa06

Please sign in to comment.