From c101f0ac29bc774e0ec771aefcd185b108f0f25c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Constantin=20F=C3=BCrst?= Date: Wed, 1 Nov 2023 14:29:19 +0100 Subject: [PATCH] fix some typos --- test-project/main.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test-project/main.cpp b/test-project/main.cpp index 0f02654..312c9f5 100644 --- a/test-project/main.cpp +++ b/test-project/main.cpp @@ -1,13 +1,11 @@ #include + #include #include #include constexpr auto string = "Calculate CRC value for this string...\n"; -template - - template int execute_copy_crc(){ std::cout << "Starting dml::copy_crc example...\n"; @@ -20,7 +18,6 @@ int execute_copy_crc(){ // Run operation auto result = dml::execute(dml::copy_crc, dml::make_view(src), dml::make_view(dst), crc_seed); - dml::submit() // Check result if (result.status == dml::status_code::ok) {