From 9d879c949a04102d536e0e7980b0ce78f5cf1be1 Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Tue, 17 Oct 2017 20:29:23 +0200 Subject: Fix an incompatibility with CUDA's FP16 definition --- test/wrapper_cuda.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/wrapper_cuda.hpp') diff --git a/test/wrapper_cuda.hpp b/test/wrapper_cuda.hpp index c97ae3ef..12417cdd 100644 --- a/test/wrapper_cuda.hpp +++ b/test/wrapper_cuda.hpp @@ -22,6 +22,7 @@ #include "utilities/utilities.hpp" #ifdef CLBLAST_REF_CUBLAS + #define CUDA_NO_HALF #include #include #endif -- cgit v1.2.3