From bd540829ea1954c3b367ec70aa8c5811b643422b Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Sun, 24 Dec 2017 12:10:55 +0100 Subject: Fixes for the CUDA backend of CLBlast --- src/utilities/compile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utilities/compile.cpp') diff --git a/src/utilities/compile.cpp b/src/utilities/compile.cpp index a3b90126..c1d921a4 100644 --- a/src/utilities/compile.cpp +++ b/src/utilities/compile.cpp @@ -59,7 +59,7 @@ Program CompileFromSource(const std::string &source_string, const Precision prec // Optionally adds a translation header from OpenCL kernels to CUDA kernels #ifdef CUDA_API - source_string += + header_string += #include "kernels/opencl_to_cuda.h" ; #endif -- cgit v1.2.3