forked from DeepRec-AI/DeepRec
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Steps to reproduce
default_opts="
--cxxopt=-D_GLIBCXX_USE_CXX11_ABI=0 \
--copt=-O2 \
--copt=-Wformat \
--copt=-Wformat-security \
--copt=-fstack-protector \
--copt=-fPIC \
--copt=-fpic \
--linkopt=-znoexecstack \
--linkopt=-zrelro \
--linkopt=-znow \
--linkopt=-fstack-protector"
mkl_opts="--config=mkl_threadpool \
--define build_with_mkl_dnn_v1_only=true \
--copt=-DENABLE_INTEL_MKL_BFLOAT16 \
--copt=-march=skylake-avx512"
test_opts="--nocache_test_results \
--test_output=all \
--verbose_failures \
--test_verbose_timeout_warnings \
--flaky_test_attempts 1 \
--test_timeout 99999999 \
--test_size_filters=small,medium,large,enormous \
-c opt \
--keep_going"
bazel test ${default_opts} ${mkl_opts} ${test_opts} -- //tensorflow/core/grappler/optimizers:mkl_remapper_testMetadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
