summaryrefslogtreecommitdiff
path: root/test/correctness/tester.h
diff options
context:
space:
mode:
authorCNugteren <web@cedricnugteren.nl>2015-07-27 07:18:06 +0200
committerCNugteren <web@cedricnugteren.nl>2015-07-27 07:18:06 +0200
commitf7199b831f847340f0921ef2140a4e64809db037 (patch)
treed725b7e63b0662598ad4be0a4c2457820ded8ed4 /test/correctness/tester.h
parentb10f4a633c4ffb3bb04d35503396ff94528df4d0 (diff)
Now using the new Claduc C++11 OpenCL header
Diffstat (limited to 'test/correctness/tester.h')
-rw-r--r--test/correctness/tester.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/correctness/tester.h b/test/correctness/tester.h
index 93515138..06f4afbe 100644
--- a/test/correctness/tester.h
+++ b/test/correctness/tester.h
@@ -36,9 +36,6 @@ template <typename T, typename U>
class Tester {
public:
- // Types of devices to consider
- const cl_device_type kDeviceType = CL_DEVICE_TYPE_ALL;
-
// Maximum number of test results printed on a single line
static constexpr auto kResultsPerLine = size_t{64};
@@ -92,7 +89,7 @@ class Tester {
Platform platform_;
Device device_;
Context context_;
- CommandQueue queue_;
+ Queue queue_;
// Whether or not to run the full test-suite or just a smoke test
bool full_test_;