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 26716dd commit f6bf634Copy full SHA for f6bf634
paddle/utils/CpuId.h
@@ -113,7 +113,7 @@ inline Error __must_check checkCPUFeature() {
113
}
114
#else
115
if (!HAS_AVX) {
116
- err = Errors(
+ err = Error(
117
"PaddlePaddle was compiled to use avx instructions, "
118
"but these aren't available on your machine, please "
119
"disable it via CMAKE .. -DWITH_AVX=OFF");
0 commit comments