summaryrefslogtreecommitdiffstats
path: root/polly/docs/experiments/matmul/main___%for.cond1.preheader---%for.end30.jscop.interchanged
blob: fc45fa1dc477abaf608edef36ef99388181521d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
   "arrays": [
      {
         "name": "MemRef_C",
         "sizes": [
            "*",
            "1536"
         ],
         "type": "float"
      },
      {
         "name": "MemRef_A",
         "sizes": [
            "*",
            "1536"
         ],
         "type": "float"
      },
      {
         "name": "MemRef_B",
         "sizes": [
            "*",
            "1536"
         ],
         "type": "float"
      }
   ],
   "context": "{  :  }",
   "name": "%for.cond1.preheader---%for.end30",
   "statements": [
      {
         "accesses": [
            {
               "kind": "write",
               "relation": "{ Stmt_for_body3[i0, i1] -> MemRef_C[i0, i1] }"
            }
         ],
         "domain": "{ Stmt_for_body3[i0, i1] : 0 <= i0 <= 1535 and 0 <= i1 <= 1535 }",
         "name": "Stmt_for_body3",
         "schedule": "{ Stmt_for_body3[i0, i1] -> [0, i0, i1, 0] }"
      },
      {
         "accesses": [
            {
               "kind": "read",
               "relation": "{ Stmt_for_body8[i0, i1, i2] -> MemRef_C[i0, i1] }"
            },
            {
               "kind": "read",
               "relation": "{ Stmt_for_body8[i0, i1, i2] -> MemRef_A[i0, i2] }"
            },
            {
               "kind": "read",
               "relation": "{ Stmt_for_body8[i0, i1, i2] -> MemRef_B[i2, i1] }"
            },
            {
               "kind": "write",
               "relation": "{ Stmt_for_body8[i0, i1, i2] -> MemRef_C[i0, i1] }"
            }
         ],
         "domain": "{ Stmt_for_body8[i0, i1, i2] : 0 <= i0 <= 1535 and 0 <= i1 <= 1535 and 0 <= i2 <= 1535 }",
         "name": "Stmt_for_body8",
         "schedule": "{ Stmt_for_body8[i0, i1, i2] -> [1, i0, i2, i1] }"
      }
   ]
}
OpenPOWER on IntegriCloud