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) {