From 80920448ca4b1bfa1d85aeac1b8f2903fdbdbafa Mon Sep 17 00:00:00 2001 From: zhangjun Date: Tue, 19 Jan 2021 13:47:56 +0800 Subject: [PATCH] update --- core/predictor/framework/infer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/predictor/framework/infer.h b/core/predictor/framework/infer.h index 557bb2b6..ba0c18e0 100644 --- a/core/predictor/framework/infer.h +++ b/core/predictor/framework/infer.h @@ -528,7 +528,7 @@ class CloneDBReloadableInferEngine }; template -#ifdef WITH_TRT | WITH_XPU +#ifdef WITH_TRT class FluidInferEngine : public DBReloadableInferEngine { #else class FluidInferEngine : public CloneDBReloadableInferEngine { -- GitLab