We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make test Running tests... Test project /home/tangjian/paddle-tj/build Start 1: malloc_test 1/310 Test #1: malloc_test .....................................***Failed 0.01 sec Start 2: system_allocator_test 2/310 Test #2: system_allocator_test ...........................***Failed 0.01 sec Start 3: enforce_test 3/310 Test #3: enforce_test ....................................***Failed 0.01 sec Start 4: cpu_info_test 4/310 Test #4: cpu_info_test ...................................***Failed 0.01 sec Start 5: place_test 5/310 Test #5: place_test ......................................***Failed 0.01 sec Start 6: profiler_test 6/310 Test #6: profiler_test ...................................***Failed 0.01 sec Start 7: float16_test 7/310 Test #7: float16_test ....................................***Failed 0.01 sec Start 8: ddim_test 8/310 Test #8: ddim_test .......................................***Failed 0.01 sec Start 9: tensor_test 9/310 Test #9: tensor_test .....................................***Failed 0.01 sec Start 10: tensor_util_test 10/310 Test #10: tensor_util_test ................................***Failed 0.01 sec Start 11: eigen_test 11/310 Test #11: eigen_test ......................................***Failed 0.01 sec Start 12: lod_tensor_test 12/310 Test #12: lod_tensor_test .................................***Failed 0.01 sec Start 13: variable_test 13/310 Test #13: variable_test ...................................***Failed 0.01 sec ...
cmake .. -DWITH_GPU=OFF -DWITH_FLUID_ONLY=ON -DWITH_TESTING=ON make -j make test
The text was updated successfully, but these errors were encountered:
This should be caused by mkldnn flag
make test ARGS='-R enforce_test -V ERROR: unknown command line flag 'use_mkldnn' (via --fromenv or --tryfromenv)
Sorry, something went wrong.
All the tests are OK in GPU version. Maybe there is something wrong in CPU version.
tensor-tang
Successfully merging a pull request may close this issue.
issue
how to reproduce
The text was updated successfully, but these errors were encountered: