未验证 提交 8dc97857 编写于 作者: R risemeup1 提交者: GitHub

fix compiler error (#54883)

上级 6863e2ae
......@@ -760,9 +760,8 @@ struct FeaturePushValue {
int mf_dim;
float mf_g[0];
__device__ __forceinline__ FeaturePushValue() = default;
__device__ __forceinline__ FeaturePushValue(const FeaturePushValue&) =
default;
FeaturePushValue() = default;
FeaturePushValue(const FeaturePushValue&) = default;
__device__ __forceinline__ FeaturePushValue
operator+(const FeaturePushValue& a) const {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册