diff --git a/tools/ClassGen/Backends/OpenCL/OpenCLSpecificInstrs.h b/tools/ClassGen/Backends/OpenCL/OpenCLSpecificInstrs.h index 0ae56d71ba..12fec9d1b5 100644 --- a/tools/ClassGen/Backends/OpenCL/OpenCLSpecificInstrs.h +++ b/tools/ClassGen/Backends/OpenCL/OpenCLSpecificInstrs.h @@ -47,6 +47,7 @@ BB.newBackendSpecificInstr("OCLMaxPool") .autoIRGen() .autoVerify(VerifyKind::SameElementType, {"Dest", "Src"}); -BB.includeBackendSpecificVerification("OpenCLSpecificInstrsVerification.h"); +BB.includeBackendSpecificVerification( + "glow/OpenCLSpecificInstrsVerification.h"); #endif // GLOW_WITH_CPU diff --git a/tools/ClassGen/Backends/OpenCL/OpenCLSpecificNodes.h b/tools/ClassGen/Backends/OpenCL/OpenCLSpecificNodes.h index b02d1f3e0d..de3fe0c0d9 100644 --- a/tools/ClassGen/Backends/OpenCL/OpenCLSpecificNodes.h +++ b/tools/ClassGen/Backends/OpenCL/OpenCLSpecificNodes.h @@ -51,6 +51,6 @@ BB.newNode("OCLMaxPool") "provided " "Kernel, Stride, and Pads. The input and output are in NCHW format"); -BB.includeBackendSpecificVerification("OpenCLSpecificNodesVerification.h"); +BB.includeBackendSpecificVerification("glow/OpenCLSpecificNodesVerification.h"); #endif // GLOW_WITH_CPU