weiya711 / sam

MIT License
14 stars 4 forks source link

Compiler bug for concat matmul graph #114

Open bobcheng15 opened 5 months ago

bobcheng15 commented 5 months ago

Compiler does not produce the correct results for expression

X(i,j)=(B(i,k)C(k,j))+(D(i,k)E(k,j)) -f=X:ss:0,1 -f=B:ss:0,1 -f=C:ss:1,0 -f=D:ss:0,1 -f=E:ss:1,0