Skip to content

Commit 03100c8

Browse files
committed
Add MIOPEN_FIND_ENFORCE For ROCm 7 for convolution gemms
1 parent efa9d45 commit 03100c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build_tools/rocm/run_xla.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ bazel \
107107
--action_env=XLA_FLAGS=--xla_gpu_enable_llvm_module_compilation_parallelism=true \
108108
--run_under=//build_tools/ci:parallel_gpu_execute \
109109
--test_filter=-$(IFS=: ; echo "${EXCLUDED_TESTS[*]}") \
110-
-- //xla/... \
110+
--test_env=MIOPEN_FIND_ENFORCE=5 \
111+
--test_env=MIOPEN_FIND_MODE=1 \
112+
-- //xla/..g \
111113

112114
# clean up bazel disk_cache
113115
bazel shutdown \

0 commit comments

Comments
 (0)