summaryrefslogtreecommitdiffstats
path: root/polly/lib/External/isl/test_inputs/codegen/gemm.c
blob: d309b23dd8d8f3c710cb270624262fdea4e85f00 (plain)
1
2
3
4
5
6
for (int c0 = 0; c0 < ni; c0 += 1)
  for (int c1 = 0; c1 < nj; c1 += 1) {
    S_2(c0, c1);
    for (int c2 = 0; c2 < nk; c2 += 1)
      S_4(c0, c1, c2);
  }
OpenPOWER on IntegriCloud