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.
2 parents 6e45bd0 + a5a4f02 commit 6f9203fCopy full SHA for 6f9203f
tensorflow/tools/tf_sig_build_dockerfiles/setup.rocm.sh
@@ -151,5 +151,5 @@ echo $ROCM_PATH
151
echo $GPU_DEVICE_TARGETS
152
153
# Ensure the ROCm target list is set up
154
-printf '%s\n' ${GPU_DEVICE_TARGETS} | tee -a "$ROCM_PATH/bin/target.lst"
+echo ${GPU_DEVICE_TARGETS} | tr ' ,' '\n' | tee -a "$ROCM_PATH/bin/target.lst"
155
touch "${ROCM_PATH}/.info/version"
0 commit comments