Commit b57147af authored by lishen's avatar lishen
Browse files

dlib for dcu, version=19.24

parent 47af5084
...@@ -62,6 +62,15 @@ cmake --build . -j16 --config Release #--verbose ...@@ -62,6 +62,15 @@ cmake --build . -j16 --config Release #--verbose
#### 编译 dlib Python API #### 编译 dlib Python API
- 使用python安装
```shell ```shell
python setup.py install --set CMAKE_CXX_COMPILER=/opt/dtk/bin/hipcc python setup.py install --set CMAKE_CXX_COMPILER=/opt/dtk/bin/hipcc
``` ```
- 使用python编译whl包
```shell
python setup.py bdist_wheel --set CMAKE_CXX_COMPILER=/opt/dtk/bin/hipcc
```
\ No newline at end of file
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