Displaying 2 results from an estimated 2 matches for "memref_4".
Did you mean:
  memref_x
  
2016 May 16
2
Determination of statements that contain only matrix multiplication
...Stmt_14[i0, i1, i2] -> MemRef_2[i2, i1] }"
  },
  {
    "kind" : "read",
    "relation" : "{ Stmt_14[i0, i1, i2] -> MemRef_3[i0, i1] }"
  },
  {
    "kind" : "write",
    "relation" : "{ Stmt_14[i0, i1, i2] -> MemRef_4[i0, i1] }"
  }
]
and there are the following relations between access instructions of
the memory accesses:
AccessInst1 --- def-use --- \
AccessInst2 --- def-use --- fmul
                                            |
                                       def-use...
2016 May 17
4
Determination of statements that contain only matrix multiplication
...t;   {
>>     "kind" : "read",
>>     "relation" : "{ Stmt_14[i0, i1, i2] -> MemRef_3[i0, i1] }"
>>   },
>>   {
>>     "kind" : "write",
>>     "relation" : "{ Stmt_14[i0, i1, i2] -> MemRef_4[i0, i1] }"
>>   }
>> ]
>>
>> and there are the following relations between access instructions of
>> the memory accesses:
>>
>> AccessInst1 --- def-use --- \
>> AccessInst2 --- def-use --- fmul
>>...