From a60dc7ade3093c6e40d6914d9434c6cf3459d3b7 Mon Sep 17 00:00:00 2001 From: Laila Saadatifard Date: Thu, 4 Feb 2016 12:37:12 -0600 Subject: [PATCH] commenting out the cuda half precision library --- cpp/cudafunc.cu | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cpp/cudafunc.cu b/cpp/cudafunc.cu index e1ad356..dcca2e7 100644 --- a/cpp/cudafunc.cu +++ b/cpp/cudafunc.cu @@ -1,6 +1,6 @@ -#include "cuda_fp16.h" -#include "float_to_half.cuh" -#include "half_to_float.cuh" +//#include "cuda_fp16.h" +//#include "float_to_half.cuh" +//#include "half_to_float.cuh" #include "gaussian_blur3.cuh" #include "gradient3.cuh" #include "mag3.cuh" -- libgit2 0.21.4