Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
clfKernelSources.cpp
1 //
2 // this file is used if OPENCL_SOURCE_ENCRYPTION is OFF in cmake
3 //
4 
5 #include <OpenCLFramework/clfKernelSources.hh>
6 
7 using namespace BIAS;
8 
10 
11 }
12 
14 }
15 
16 std::string clfKernelSources::GetSource(std::string fname) {
17  return "";
18 }
19 
std::string GetSource(std::string fname)