From 9f682aa66bf38828e915431fe61603f535c61363 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sat, 20 Feb 2016 14:41:53 +0100 Subject: Set a proper default precision for the CLBlast clients --- test/performance/routines/level2/xher.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/performance/routines/level2/xher.cc') diff --git a/test/performance/routines/level2/xher.cc b/test/performance/routines/level2/xher.cc index 4ef87e45..613d7766 100644 --- a/test/performance/routines/level2/xher.cc +++ b/test/performance/routines/level2/xher.cc @@ -18,7 +18,7 @@ using double2 = clblast::double2; // Main function (not within the clblast namespace) int main(int argc, char *argv[]) { - switch(clblast::GetPrecision(argc, argv)) { + switch(clblast::GetPrecision(argc, argv, clblast::Precision::kComplexSingle)) { case clblast::Precision::kHalf: throw std::runtime_error("Unsupported precision mode"); case clblast::Precision::kSingle: throw std::runtime_error("Unsupported precision mode"); case clblast::Precision::kDouble: throw std::runtime_error("Unsupported precision mode"); -- cgit v1.2.3