A fix in TestPool_Benchmark for GPUs with only 256 MB of DEVICE_LOCAL memory
diff --git a/src/SparseBindingTest.cpp b/src/SparseBindingTest.cpp
index e7bc589..4468d2c 100644
--- a/src/SparseBindingTest.cpp
+++ b/src/SparseBindingTest.cpp
@@ -588,6 +588,8 @@
 

     // Free remaining images.

     images.clear();

+

+    wprintf(L"Done.\n");

 }

 

 #endif // #ifdef _WIN32