From 409a5a2ad09a5904a083059f9b1e00e53e1019d9 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Mon, 17 Apr 2017 16:44:00 +0200 Subject: Fixed a namespace clash with CUDA FP16 for the half-datatype --- test/correctness/routines/level2/xtrmv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/correctness/routines/level2/xtrmv.cpp') diff --git a/test/correctness/routines/level2/xtrmv.cpp b/test/correctness/routines/level2/xtrmv.cpp index b1a414af..11cffa5d 100644 --- a/test/correctness/routines/level2/xtrmv.cpp +++ b/test/correctness/routines/level2/xtrmv.cpp @@ -19,7 +19,7 @@ int main(int argc, char *argv[]) { errors += clblast::RunTests, double, double>(argc, argv, true, "DTRMV"); errors += clblast::RunTests, clblast::float2, clblast::float2>(argc, argv, true, "CTRMV"); errors += clblast::RunTests, clblast::double2, clblast::double2>(argc, argv, true, "ZTRMV"); - errors += clblast::RunTests, half, half>(argc, argv, true, "HTRMV"); + errors += clblast::RunTests, clblast::half, clblast::half>(argc, argv, true, "HTRMV"); if (errors > 0) { return 1; } else { return 0; } } -- cgit v1.2.3