From eb1fda2729c4022493aa874e3fe81d2a270085a1 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Mon, 3 Apr 2017 21:44:35 +0200 Subject: In-lined the float2 and double2 types to avoid collision with CUDA's definitions --- test/performance/routines/level2/xsyr2.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/performance/routines/level2/xsyr2.cpp') diff --git a/test/performance/routines/level2/xsyr2.cpp b/test/performance/routines/level2/xsyr2.cpp index 39b46b6a..ab9641c2 100644 --- a/test/performance/routines/level2/xsyr2.cpp +++ b/test/performance/routines/level2/xsyr2.cpp @@ -12,10 +12,6 @@ #include "test/performance/client.hpp" #include "test/routines/level2/xsyr2.hpp" -// Shortcuts to the clblast namespace -using float2 = clblast::float2; -using double2 = clblast::double2; - // Main function (not within the clblast namespace) int main(int argc, char *argv[]) { const auto command_line_args = clblast::RetrieveCommandLineArguments(argc, argv); -- cgit v1.2.3