We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent badff43 commit a79df01Copy full SHA for a79df01
binfo/001_rocm_core.binfo
@@ -19,6 +19,7 @@ BINFO_APP_POST_INSTALL_CMD_ARRAY=(
19
"echo 'export ROCM_HOME=${INSTALL_DIR_PREFIX_SDK_ROOT}' >> ${INSTALL_DIR_PREFIX_SDK_ROOT}/bin/env_rocm.sh"
20
"cat ${SDK_ROOT_DIR}/binfo/env/env_rocm_template.sh >> ${INSTALL_DIR_PREFIX_SDK_ROOT}/bin/env_rocm.sh"
21
"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"
23
"install -Dm660 ${SDK_ROOT_DIR}/docs/examples/pytorch/*.ipynb ${INSTALL_DIR_PREFIX_SDK_ROOT}/docs/examples/pytorch"
24
"install -Dm660 ${SDK_ROOT_DIR}/docs/examples/pytorch/*.py ${INSTALL_DIR_PREFIX_SDK_ROOT}/docs/examples/pytorch"
25
"install -d ${INSTALL_DIR_PREFIX_SDK_ROOT}/docs/examples/hipcc/hello_world"
0 commit comments