/*! * Copyright (c) 2018 by Contributors * Optional module when build aocl is switched to off */#include "../codegen_source_base.h"#include "../../runtime/opencl/opencl_module.h"namespacetvm{namespaceruntime{ModuleAOCLModuleCreate(std::stringdata,std::stringfmt,std::unordered_map<std::string,FunctionInfo>fmap,std::stringsource){LOG(WARNING)<<"AOCL runtime not enabled, return a source module...";returncodegen::DeviceSourceModuleCreate(data,fmt,fmap,"aocl");}}// namespace runtime}// namespace tvm