Skip to content
New issue

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

Upcast randn to f32 #126

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/plugins/intel_cpu/tests/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ ov_add_test_target(
gtest_main
gmock
dnnl
inference_engine_transformations
inference_engine_lp_transformations
openvino::shape_inference
inference_engine_s
unit_test_utils
ov_models
ov_snippets_models
snippets_test_utils
${MLAS_LIBRARY}
inference_engine_transformations
inference_engine_lp_transformations
ADD_CPPLINT
LABELS
OV UNIT CPU
Expand Down
Loading