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
When oneDNN is built with DNNL_CPU_RUNTIME=THREADPOOL _DNNL_TEST_THREADPOOL_IMPL=STANDALONE tests freeze:
DNNL_CPU_RUNTIME=THREADPOOL _DNNL_TEST_THREADPOOL_IMPL=STANDALONE
Test project /usr/ports/math/onednn/work/.build Start 1: api-c 1/71 Test #1: api-c ............................................. Passed 0.03 sec Start 2: test_c_symbols-c 2/71 Test #2: test_c_symbols-c .................................. Passed 0.01 sec Start 3: test_batch_normalization_f32
Version: 1.7 OS: FreeBSD 12.2 clang-10
The text was updated successfully, but these errors were encountered:
Hi @yurivict,
I wasn't able to reproduce the issue locally (using Linux though). Tried 1, 2, 4, 8, and 16 threads in the thread-pool. Compiler: clang10.
Could you please run the test manually (DNNL_VERBOSE=2 ./tests/gtests/test_batch_normalization_f32) and share:
DNNL_VERBOSE=2 ./tests/gtests/test_batch_normalization_f32
Is the hang sporadic or persistent?
Sorry, something went wrong.
Closing as we don't have enough information to reproduce the issue. Feel free to reopen with additional data.
No branches or pull requests
When oneDNN is built with
DNNL_CPU_RUNTIME=THREADPOOL _DNNL_TEST_THREADPOOL_IMPL=STANDALONE
tests freeze:Version: 1.7
OS: FreeBSD 12.2
clang-10
The text was updated successfully, but these errors were encountered: