We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa9d45 commit 03100c8Copy full SHA for 03100c8
build_tools/rocm/run_xla.sh
@@ -107,7 +107,9 @@ bazel \
107
--action_env=XLA_FLAGS=--xla_gpu_enable_llvm_module_compilation_parallelism=true \
108
--run_under=//build_tools/ci:parallel_gpu_execute \
109
--test_filter=-$(IFS=: ; echo "${EXCLUDED_TESTS[*]}") \
110
- -- //xla/... \
+ --test_env=MIOPEN_FIND_ENFORCE=5 \
111
+ --test_env=MIOPEN_FIND_MODE=1 \
112
+ -- //xla/..g \
113
114
# clean up bazel disk_cache
115
bazel shutdown \
0 commit comments