xuhuisheng / rocm-build

build scripts for ROCm
Apache License 2.0
181 stars 35 forks source link

请问如何在rocm6.0上添加gfx803的支持呢 #46

Open a793181018 opened 8 months ago

a793181018 commented 8 months ago

Environment

Hardware description
GPU gfx803
CPU E5-2667v2*2
Software version
OS -deepin
ROCm 6.0
Python 3.10

What is the expected behavior

让gfx803架构的专业卡-AMD_Radeon_Pro_Duo_Polaris能运行rocm6.0.

What actually happens

还未操作

How to reproduce

请问怎么设置编译参数以及添加哪些补丁

xuhuisheng commented 8 months ago

理论上只要看gfx803下的rocblas的脚本,把对应的文件删掉,重新编译就可以了。 现在太忙,估计一段时间内时没有时间搞这个了。可以自己玩玩试试。

a793181018 commented 8 months ago

谢谢

a793181018 commented 8 months ago

请问,是将gfx803目录下的rocblas.sh放到原版的Rocm6.0替换,就可以了吗

xuhuisheng commented 8 months ago

请参考编译脚本,先下载rocm代码,在已经安装rocm的环境下,重新编译rocblas。

因为有一段时间没更新编译脚本了,可能需要修改之后才能正常编译