Commit 00c616c2 authored by zhanggezhong's avatar zhanggezhong
Browse files

Update README.md

parent 57bac57c
# 介绍 # 介绍
FastPT是基于python的应用编译工具,借助FastPT,开发人员可以在HCU上开发、部署基于pytorch的内含CUDA代码的应用。可以实现CUDA源码不转码直接编译,或源码转换到HIP格式代码后,通过hipcc适配编译。推荐优先使用不转码编译方式。 FastPT是基于python的应用编译工具,借助FastPT,开发人员可以在HCU上开发、部署基于pytorch的内含CUDA代码的应用。可以实现CUDA源码不转码直接编译,或源码转换到HIP格式代码后,通过hipcc适配编译。推荐优先使用不转码编译方式。
FastPT版本与torch版本对应关系为
| | fastpt版本 | torch版本 | DTK版本 |
| - | -------- | ------- | ------------ |
| 1 | 2.1.0+das.op1.dtk2504 | v2.4.1 | dtk2504|
| 1 | 2.1.0+das.op2.dtk2504 | v2.5.1 | dtk2504|
注:fastpt工具目前尚不支持cutlass类似三方库和内联汇编指令 注:FastPT工具目前尚不支持cutlass类似三方库和内联汇编指令
# 安装 # 安装
......
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