Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
FastFold
Commits
85b0c3a3
Commit
85b0c3a3
authored
May 06, 2023
by
zhuwenwen
Browse files
update readme
parent
bd45a021
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
README_HIP.md
README_HIP.md
+3
-1
No files found.
README_HIP.md
View file @
85b0c3a3
...
@@ -30,6 +30,7 @@ pip install setuptools=59.5.0 wheel
...
@@ -30,6 +30,7 @@ pip install setuptools=59.5.0 wheel
git clone
-b
dtk-23.04_fastfold0.2.1 https://developer.hpccube.com/codes/aicomponent/fastfold
git clone
-b
dtk-23.04_fastfold0.2.1 https://developer.hpccube.com/codes/aicomponent/fastfold
cd
fastfold
cd
fastfold
export
FASTFOLD_BUILD_VERSION
=
abix.dtkxxx
export
FASTFOLD_BUILD_VERSION
=
abix.dtkxxx
export
CPLUS_INCLUDE_PATH
=
$ROCM_PATH
/include:
$ROCM_PATH
/cuda/targets/x86_64-linux/include:
$ROCM_PATH
/hiprand/include:
$ROCM_PATH
/rocrand/include:
$CPLUS_INCLUDE_PATH
python setup.py bdist_wheel
python setup.py bdist_wheel
pip
install
dist/fastfold
*
pip
install
dist/fastfold
*
```
```
...
@@ -38,3 +39,4 @@ pip install dist/fastfold*
...
@@ -38,3 +39,4 @@ pip install dist/fastfold*
+
若使用 pip install 下载安装过慢,可添加源:-i https://pypi.tuna.tsinghua.edu.cn/simple/
+
若使用 pip install 下载安装过慢,可添加源:-i https://pypi.tuna.tsinghua.edu.cn/simple/
+
FASTFOLD_BUILD_VERSION为编译的版本号设置,版本号为0.2.1+gitxxx.abix.dtkxxx
+
FASTFOLD_BUILD_VERSION为编译的版本号设置,版本号为0.2.1+gitxxx.abix.dtkxxx
gitxxx:为代码自动获取;abi0:使用devtools的gcc编译;abi1:使用非devtools的gcc编译; dtkxxx为dtk的版本号:例如:dtk2304
gitxxx:为代码自动获取;abi0:使用devtools的gcc编译;abi1:使用非devtools的gcc编译; dtkxxx为dtk的版本号:例如:dtk2304
+
ROCM_PATH为dtk的路径,默认为/opt/dtkxxx
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment