From b4d38f56de51e5ac7c2c813b420e9f6d42abc2e6 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 17 Jan 2025 09:32:10 +0100 Subject: SpMV host: Add missing \n --- SpMV/host/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpMV/host/app.c b/SpMV/host/app.c index fe9c751..be9ee37 100644 --- a/SpMV/host/app.c +++ b/SpMV/host/app.c @@ -232,7 +232,7 @@ int main(int argc, char** argv) { // coomatrix / csrmatrix use uint32_t indexes and float values, so all 32bit csrMatrix.numNonzeros / (dpuTime * 1e6), csrMatrix.numNonzeros / ((allocTime + loadTime + writeTime + dpuTime + readTime + freeTime) * 1e6)); - printf(" throughput_upmem_wxr_MOpps=%f throughput_upmem_lwxr_MOpps=%f throughput_upmem_alwxr_MOpps=%f", + printf(" throughput_upmem_wxr_MOpps=%f throughput_upmem_lwxr_MOpps=%f throughput_upmem_alwxr_MOpps=%f\n", csrMatrix.numNonzeros / ((writeTime + dpuTime + readTime) * 1e6), csrMatrix.numNonzeros / ((loadTime + writeTime + dpuTime + readTime) * 1e6), csrMatrix.numNonzeros / ((allocTime + loadTime + writeTime + dpuTime + readTime) * 1e6)); -- cgit v1.2.3