You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Let me bring what i have faced with during testing the functionality.
Describe the bug
It has been observed that some Catch2 tests for PCA executed with bazel sporadically fail between testing runs with lack of precision on the mean/variance calculation during training stage. An example:
During investigation it has been observed that "sporadic" fails become regular with launching tests in a single-threaded mode. This fact might be helpful for validation.
Hello,
Let me bring what i have faced with during testing the functionality.
Describe the bug
It has been observed that some Catch2 tests for PCA executed with bazel sporadically fail between testing runs with lack of precision on the mean/variance calculation during training stage. An example:
During investigation it has been observed that "sporadic" fails become regular with launching tests in a single-threaded mode. This fact might be helpful for validation.
To Reproduce
Steps to reproduce the behavior:
oneDAL
andbazel
(bazelisk-linux-amd64
)bazel build //cpp/oneapi/dal/algo/pca:test_batch_host --config=host --test_link_mode=dev --test_thread_mode=par --test_external_datasets
taskset -c 0-0 ./bazel-bin/cpp/oneapi/dal/algo/pca/test_batch_host
Expected behavior
Tests have passed successfully.
Output/Screenshots
Screen of log with tests output.
Environment:
The text was updated successfully, but these errors were encountered: