diff --git a/paddle/platform/place.h b/paddle/platform/place.h index 5a1ce528006301a4d28c560a63db604076843a01..4526945792b2ea96cc4e9df11d8f35897cba7526 100644 --- a/paddle/platform/place.h +++ b/paddle/platform/place.h @@ -72,7 +72,7 @@ struct IsMKLDNNPlace : public boost::static_visitor { // should be less equal than 2^(NUM_PLACE_TYPE_LIMIT_IN_BIT) #define NUM_PLACE_TYPE_LIMIT_IN_BIT 4 -typedef boost::variant Place; +typedef boost::variant Place; // static check number of place types is less equal than // 2^(NUM_PLACE_TYPE_LIMIT_IN_BIT)