Commit e782c6fc authored by quyuanhao123's avatar quyuanhao123
Browse files

Update README_HIP.md

parent 4757e3de
......@@ -12,7 +12,7 @@
- 2. 添加编译时的conda环境及部分库的环境变量
激活对应的conda环境:
- 2.1 激活对应的conda环境:
source ~/miniconda3/etc/profile.d/conda.sh
......@@ -26,7 +26,7 @@
module list
加载所需的依赖库的环境变量(根据各集群实际路径调整):
- 2.2 加载所需的依赖库的环境变量(根据各集群实际路径调整):
export C_INCLUDE_PATH=/public/software/apps/DeepLearning/PyTorch_Lib/gflags-2.1.2-build/include:$C_INCLUDE_PATH
......@@ -42,7 +42,7 @@
export LD_LIBRARY_PATH=$ROCM_PATH/rocrand/lib:$LD_LIBRARY_PATH
修改编译器环境变量:
- 2.3 修改编译器环境变量:
export FORCE_ONLY_HIP=1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment