summaryrefslogtreecommitdiff
path: root/test/correctness/tester.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/correctness/tester.h')
-rw-r--r--test/correctness/tester.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/correctness/tester.h b/test/correctness/tester.h
index 06f4afbe..db714f3d 100644
--- a/test/correctness/tester.h
+++ b/test/correctness/tester.h
@@ -140,10 +140,6 @@ bool TestSimilarity(const T val1, const T val2);
template <typename T>
const std::vector<T> GetExampleScalars(const bool full_test);
-// Returns false is this precision is not supported by the device
-template <typename T>
-bool PrecisionSupported(const Device &device);
-
// =================================================================================================
} // namespace clblast