summaryrefslogtreecommitdiff
path: root/test/performance/routines/level2/xsbmv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/performance/routines/level2/xsbmv.cpp')
-rw-r--r--test/performance/routines/level2/xsbmv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/performance/routines/level2/xsbmv.cpp b/test/performance/routines/level2/xsbmv.cpp
index 59bbf40c..e20125c3 100644
--- a/test/performance/routines/level2/xsbmv.cpp
+++ b/test/performance/routines/level2/xsbmv.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::TestXsbmv<half>, half, half>(argc, argv); break;
+ clblast::RunClient<clblast::TestXsbmv<clblast::half>, clblast::half, clblast::half>(argc, argv); break;
case clblast::Precision::kSingle:
clblast::RunClient<clblast::TestXsbmv<float>, float, float>(argc, argv); break;
case clblast::Precision::kDouble: