We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8642c3 commit 161ba9cCopy full SHA for 161ba9c
paddle/fluid/operators/math/jit_kernel_blas.cc
@@ -168,9 +168,11 @@ class VAddKernelImpl : public VAddKernel<T> {
168
#endif
169
this->Compute = VAddRefer<T>;
170
}
171
+#ifdef PADDLE_WITH_XBYAK
172
173
private:
174
std::unique_ptr<gen::VVVJitCode> jitcode_{nullptr};
175
+#endif
176
};
177
178
#ifdef PADDLE_WITH_XBYAK
@@ -210,9 +212,11 @@ class VAddReluKernelImpl : public VAddReluKernel<T> {
210
212
211
213
this->Compute = VAddReluRefer<T>;
214
215
216
217
218
219
220
221
222
0 commit comments