/*! * Copyright (c) 2018 by Contributors * Optional module when build cuda is switched to off */#include "../../runtime/cuda/cuda_module.h"namespacetvm{namespaceruntime{ModuleCUDAModuleCreate(std::stringdata,std::stringfmt,std::unordered_map<std::string,FunctionInfo>fmap,std::stringcuda_source){LOG(FATAL)<<"CUDA is not enabled";returnModule();}}// namespace runtime}// namespace tvm