OpenPPL / ppl.nn

A primitive library for neural network
Apache License 2.0
1.27k stars 215 forks source link

When I run build.sh to compile the project, a compilation error occured. #948

Open ZhenyiWang0216 opened 2 months ago

ZhenyiWang0216 commented 2 months ago

commit info is b9e185c When I run build.sh, a error occured. The details of the error are as follows:

ppl.nn/src/ppl/nn/engines/x86/kernels/pmx/swish_kernel.h:22:10: fatal error: ppl/nn/params/pmx/swish_param.h: No such file or directory

But I found the swish_param.h in ppl/nn/params/opmx/ And I found the last commit message as follow:

migrate swish and vision_embedding from pmx to opmx.

I think the error might be caused by moving the swish_param.h file without updating the corresponding code.

Alcanderian commented 2 months ago

yes you are right. And I am going to fix it by retrieving

949