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/xtpmv.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/performance/routines/level2/xtpmv.cc') diff --git a/test/performance/routines/level2/xtpmv.cc b/test/performance/routines/level2/xtpmv.cc index 407fdc8c..72477f2d 100644 --- a/test/performance/routines/level2/xtpmv.cc +++ b/test/performance/routines/level2/xtpmv.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::kSingle)) { case clblast::Precision::kHalf: throw std::runtime_error("Unsupported precision mode"); case clblast::Precision::kSingle: clblast::RunClient, float, float>(argc, argv); break; -- cgit v1.2.3