Skip to content
Snippets Groups Projects
Commit b6ab16a0 authored by Akash Kothari's avatar Akash Kothari
Browse files

Add generated function for CUDNN in DFGraph header

parent 2e0c366a
No related branches found
No related tags found
No related merge requests found
......@@ -402,7 +402,7 @@ public:
GenFuncInfo.gpu_hasCPUFunc = isCPUFunc;
break;
case hpvm::CUDNN_TARGET:
if (GenFuncs.GPUGenFunc != NULL) {
if (GenFuncs.CUDNNGenFunc != NULL) {
DEBUG(errs() << "Warning: Second generated GPU function for node "
<< FuncPointer->getName() << "\n");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment