Commit 8b2538d9 authored by fengzch-das's avatar fengzch-das
Browse files

update:update readme

parent 1825ee54
...@@ -122,35 +122,35 @@ res = hipify( ...@@ -122,35 +122,35 @@ res = hipify(
``` ```
# 5 已支持组件列表 # 5 已支持组件列表
| | 组件名称 |版本 |功能支持情况 | DAS仓库 | 备注说明 | | | 组件名称 |版本 | DAS仓库 | 备注说明 |
| - | -------- |------- |------------| ------- | ------------ | | - | -------- |------- | ------- | ------------ |
| 1 | vision |v0.19.1 | |http://developer.sourcefind.cn/codes/OpenDAS/vision.git | | | 1 | vision |v0.19.1 |http://developer.sourcefind.cn/codes/OpenDAS/vision.git | |
| 2 | audio |v2.4.1 | |https://developer.sourcefind.cn/codes/OpenDAS/torchaudio|部分代码修改 | | 2 | audio |v2.4.1-hcu |https://developer.sourcefind.cn/codes/OpenDAS/torchaudio|cmake 版本限制:3.19 |
| 3 | fastmoe |v1.1.0 | |github 官方代码| | | 3 | fastmoe |v1.1.0-das1.5.dtk2504|http://developer.sourcefind.cn/codes/OpenDAS/fastmoe.git| |
| 4 | lietorch |v0.2 | |https://developer.sourcefind.cn/codes/OpenDAS/lietorch|部分代码修改 | | 4 | lietorch |master |https://developer.sourcefind.cn/codes/OpenDAS/lietorch|依赖eigen库,对Eigen矩阵的block成员模板函数调用时,在模板化代码中,编译器无法正确解析模板成员函数,需要显式使用`template`关键字指明模板调用。|
| 5 | maskrcnn | | |https://developer.sourcefind.cn/codes/OpenDAS/maskrcnn|头文件修改 | | 5 | maskrcnn |maskrcnn-hcu|https://developer.sourcefind.cn/codes/OpenDAS/maskrcnn|头文件修改 |
| 6 | mmdetection3d |v1.4.0 | |http://developer.sourcefind.cn/codes/OpenDAS/mmdetection3d.git|部分代码修改| | 6 | mmdetection3d |v1.4.0 |http://developer.sourcefind.cn/codes/OpenDAS/mmdetection3d.git|编译时编译指令没有定义`__CUDA_ARCH__`,在setup中添加定义解决,或者在源码中注释掉`#ifdef __CUDA_ARCH__`|
| 7 | pytorch_sparse |0.6.16 | |http://developer.sourcefind.cn/codes/OpenDAS/torch-sparce.git| | | 7 | pytorch_sparse |0.6.16-release|http://developer.sourcefind.cn/codes/OpenDAS/torch-sparce.git| |
| 8 | OpenPCDet |master | |http://developer.sourcefind.cn/codes/OpenDAS/openpcdet.git| | | 8 | OpenPCDet |master |http://developer.sourcefind.cn/codes/OpenDAS/openpcdet.git| |
| 9 | SparseConvNet |main | |http://developer.sourcefind.cn/codes/OpenDAS/sparseconvnet.git| | | 9 | SparseConvNet |main |http://developer.sourcefind.cn/codes/OpenDAS/sparseconvnet.git| |
| 10 | mmcv |v2.2.0 | |http://developer.sourcefind.cn/codes/OpenDAS/mmcv.git|部分代码修改 | | 10 | mmcv |v2.2.0 |http://developer.sourcefind.cn/codes/OpenDAS/mmcv.git|`__CUDA_ARCH__` 不支持, 修改为`__CUDACC__` |
| 11 | pytorch_cluster |1.6.3 | |http://developer.sourcefind.cn/codes/OpenDAS/torch-scatter.git| | | 11 | pytorch_cluster |1.6.3 |http://developer.sourcefind.cn/codes/OpenDAS/torch-scatter.git| |
| 12 | pytorch_spline_conv|1.2.2 | |http://developer.sourcefind.cn/codes/OpenDAS/torch-spline-conv.git| | | 12 | pytorch_spline_conv|1.2.2 |http://developer.sourcefind.cn/codes/OpenDAS/torch-spline-conv.git| |
| 13 | detectron2 |v0.6 | |http://developer.sourcefind.cn/codes/OpenDAS/detectron2.git| | | 13 | detectron2 |v0.6-release|http://developer.sourcefind.cn/codes/OpenDAS/detectron2.git|caffe 相关接口不支持 |
| 14 | fairscale |v0.4.9 | |http://developer.sourcefind.cn/codes/OpenDAS/fairscale.git| | | 14 | fairscale |v0.4.9 |http://developer.sourcefind.cn/codes/OpenDAS/fairscale.git| |
| 15 | fairseq |v0.9.0 | |http://developer.sourcefind.cn/codes/OpenDAS/fairseq.git| | | 15 | fairseq |v0.9.0 |http://developer.sourcefind.cn/codes/OpenDAS/fairseq.git| |
| 16 | metaseq |main | |http://developer.sourcefind.cn/codes/OpenDAS/metaseq.git| | | 16 | metaseq |main-mocker2.4|http://developer.sourcefind.cn/codes/OpenDAS/metaseq.git| |
| 17 | apex | | | | | | 17 | pytorch_scatter |2.1.0 |http://developer.sourcefind.cn/codes/OpenDAS/torch-scatter.git| |
| 18 | pydensecrf |master | |http://developer.sourcefind.cn/codes/OpenDAS/pydensecrf.git| | | 18 | pydensecrf |master |http://developer.sourcefind.cn/codes/OpenDAS/pydensecrf.git| |
| 19 | d2go |main | |http://developer.sourcefind.cn/codes/OpenDAS/d2go.git| | | 19 | d2go |main |http://developer.sourcefind.cn/codes/OpenDAS/d2go.git| |
| 20 | opencv-python |4.8.0 | |https://developer.sourcefind.cn/codes/OpenDAS/opencv-python| | | 20 | opencv-python |4.8.0 |https://developer.sourcefind.cn/codes/OpenDAS/opencv-python| |
| 21 | dlib |v19.24 | |http://developer.sourcefind.cn/codes/OpenDAS/dlib.git| | | 21 | dlib |v19.24 |http://developer.sourcefind.cn/codes/OpenDAS/dlib.git| |
| 22 | causal_conv1d |v1.5.0.post8| |http://developer.sourcefind.cn/codes/OpenDAS/causal-conv1d.git| | | 22 | causal_conv1d |v1.5.0.post8|http://developer.sourcefind.cn/codes/OpenDAS/causal-conv1d.git| |
| 23 | pytorch3d |V0.7.8 | |http://developer.sourcefind.cn/codes/OpenDAS/pytorch3d.git| | | 23 | pytorch3d |V0.7.8-das |http://developer.sourcefind.cn/codes/OpenDAS/pytorch3d.git|export FORCE_CUDA=1|
| 24 | cubvh |main | |http://developer.sourcefind.cn/codes/OpenDAS/cubvh.git| | | 24 | cubvh |main |http://developer.sourcefind.cn/codes/OpenDAS/cubvh.git| |
| 25 | torchnai | | | | | | 25 | torchnai |master |http://developer.sourcefind.cn/codes/OpenDAS/torchani.git| |
| 26 | uni-core | | | | | | 26 | uni-core |main |http://developer.sourcefind.cn/codes/OpenDAS/Uni-Core.git| |
| 27 | apex |24.04.1-dtk25.04|http://developer.sourcefind.cn/codes/OpenDAS/apex.git| |
# 6 附录 # 6 附录
fastpt whl包链接地址:https://download.sourcefind.cn:65024/4/main/fastpt fastpt whl包链接地址:https://download.sourcefind.cn:65024/4/main/fastpt
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