diff --git a/mobile/src/framework/ddim.cpp b/mobile/src/framework/ddim.cpp index 6da08bf88ea9ed04b21213b921f66002b7a78b66..4f68caad77c60e8f4a2312291e6600290860b102 100644 --- a/mobile/src/framework/ddim.cpp +++ b/mobile/src/framework/ddim.cpp @@ -27,7 +27,7 @@ Dim make_dim(const int64_t *d) { template <> Dim<0> make_dim<0>(const int64_t *d) { - return Dim<0>(*d); + return Dim<0>(0); } void make_ddim(DDim &ddim, const int64_t *dims, int n) {