search for: accessinst4

Displaying 2 results from an estimated 2 matches for "accessinst4".

Did you mean: accessinst1
2016 May 16
2
Determination of statements that contain only matrix multiplication
...def-use | AccessInst3 --- def-use --- fadd | def-use | store (AccessInst4) (fmul is a user of AccessInst1 and AccessInst2. fadd is a user of the fmul and AccessInst3. store (AccessInst4) is a user of fadd) Maybe it could be a temporary solution. I think that if the checks are successfully passed and the basic block of the statement has exactly 14 instructions, the stat...
2016 May 17
4
Determination of statements that contain only matrix multiplication
...| >> AccessInst3 --- def-use --- fadd >> | >> def-use >> | >> store (AccessInst4) >> >> (fmul is a user of AccessInst1 and AccessInst2. fadd is a user of the >> fmul and AccessInst3. store (AccessInst4) is a user of fadd) > > You'd also have to check which access are not there. E.g. the value of > C[i][j] might be used in the inner loop for some...