Skip to content

Commit a79df01

Browse files
committed
install missing run_pytorch_gpu_simple_test.sh
fixes issue on: #12 Signed-off-by: Mika Laitio <[email protected]>
1 parent badff43 commit a79df01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

binfo/001_rocm_core.binfo

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ BINFO_APP_POST_INSTALL_CMD_ARRAY=(
1919
"echo 'export ROCM_HOME=${INSTALL_DIR_PREFIX_SDK_ROOT}' >> ${INSTALL_DIR_PREFIX_SDK_ROOT}/bin/env_rocm.sh"
2020
"cat ${SDK_ROOT_DIR}/binfo/env/env_rocm_template.sh >> ${INSTALL_DIR_PREFIX_SDK_ROOT}/bin/env_rocm.sh"
2121
"install -d ${INSTALL_DIR_PREFIX_SDK_ROOT}/docs/examples/pytorch"
22+
"install -Dm750 ${SDK_ROOT_DIR}/docs/examples/pytorch/*.sh ${INSTALL_DIR_PREFIX_SDK_ROOT}/docs/examples/pytorch"
2223
"install -Dm660 ${SDK_ROOT_DIR}/docs/examples/pytorch/*.ipynb ${INSTALL_DIR_PREFIX_SDK_ROOT}/docs/examples/pytorch"
2324
"install -Dm660 ${SDK_ROOT_DIR}/docs/examples/pytorch/*.py ${INSTALL_DIR_PREFIX_SDK_ROOT}/docs/examples/pytorch"
2425
"install -d ${INSTALL_DIR_PREFIX_SDK_ROOT}/docs/examples/hipcc/hello_world"

0 commit comments

Comments
 (0)