summaryrefslogtreecommitdiff
path: root/test/performance/routines/level3/xsyrk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/performance/routines/level3/xsyrk.cpp')
-rw-r--r--test/performance/routines/level3/xsyrk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/performance/routines/level3/xsyrk.cpp b/test/performance/routines/level3/xsyrk.cpp
index 00cef52b..917cc9b8 100644
--- a/test/performance/routines/level3/xsyrk.cpp
+++ b/test/performance/routines/level3/xsyrk.cpp
@@ -17,7 +17,7 @@ int main(int argc, char *argv[]) {
const auto command_line_args = clblast::RetrieveCommandLineArguments(argc, argv);
switch(clblast::GetPrecision(command_line_args, clblast::Precision::kSingle)) {
case clblast::Precision::kHalf:
- clblast::RunClient<clblast::TestXsyrk<half>, half, half>(argc, argv); break;
+ clblast::RunClient<clblast::TestXsyrk<clblast::half>, clblast::half, clblast::half>(argc, argv); break;
case clblast::Precision::kSingle:
clblast::RunClient<clblast::TestXsyrk<float>, float, float>(argc, argv); break;
case clblast::Precision::kDouble: