summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-09-23 17:50:44 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-09-23 17:50:44 +0200
commit890281f3e8b9c0523e69500d0860aa7085e7fbe1 (patch)
tree935d86ce3b7aa08c8025e1cb55ec79af11572b70 /test
parent0dd2ca9283285f4144e4b5b7b809c31d1a70e856 (diff)
Made database-caching no longer dependent on device name but on device/platform IDs
Diffstat (limited to 'test')
-rw-r--r--test/correctness/tester.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/correctness/tester.cpp b/test/correctness/tester.cpp
index 9dbd8934..165aca35 100644
--- a/test/correctness/tester.cpp
+++ b/test/correctness/tester.cpp
@@ -141,7 +141,7 @@ Tester<T,U>::Tester(const std::vector<std::string> &arguments, const bool silent
}
// Prints the header
- fprintf(stdout, "* Running on OpenCL device '%s'.\n", device_.Name().c_str());
+ fprintf(stdout, "* Running on OpenCL device '%s'.\n", GetDeviceName(device_).c_str());
fprintf(stdout, "* Starting tests for the %s'%s'%s routine.",
kPrintMessage.c_str(), name.c_str(), kPrintEnd.c_str());