以下操作需在所有节点完成。
1
|
yum install -y uacce |
1
|
yum install -y hisi_hpre hisi_sec2 hisi_zip libwd libkae |
1 2 3 4 5 |
modprobe uacce modprobe hisi_sec2 modprobe hisi_hpre modprobe hisi_zip lsmod | grep uacce |
通过RPM包安装KAE压缩解压缩的包,请参照Kunpeng/KAE (gitee.com)里kae1.0的方式进行。 Kunpeng KAE version v1.*版本的安装包支持openEuler 20.03 LTS系统,请下载此类安装包进行安装。
1
|
yum install -y make kernel-devel libtool numactl-devel openssl-devel chrpath |
1
|
yum install kae* -y |
1 2 3 4 5 |
modprobe uacce modprobe hisi_sec2 modprobe hisi_hpre modprobe hisi_zip lsmod | grep uacce |
1 2 3 |
rpm -ivh kae-driver-2.0.1-1.aarch64.rpm rpm -ivh kae-openssl-2.0.1-1.aarch64.rpm rpm -ivh kae-zip-2.0.1-1.aarch64.rpm |
1 2 3 |
ls -al /lib/modules/`uname -r`/extra ls /usr/local/lib/engines-1.1 ls /usr/local/lib/libwd.so.* |
1 2 3 4 5 |
modprobe uacce modprobe hisi_sec2 modprobe hisi_hpre modprobe hisi_zip lsmod | grep uacce |