search for: stmt0

Displaying 1 result from an estimated 1 matches for "stmt0".

Did you mean: stmt
2018 Jan 29
1
Polly loop offloading to Accelerator
...olly-canonicalize vec-sum.s > vecsum.preopt.ll $opt -polly-ast -polly-ast-detect-parallel -analyze -q vecsum.preopt.ll -polly-process-unprofitable the output is; :: isl ast :: foo :: %1---%8 if (1) #pragma simd #pragma known-parallel for (int c0 = 0; c0 <= 2047; c0 += 1) Stmt0(c0); else { /* original code */ } there is no coincident info. Can you please explain coincident...How it is related to locality? Well my work deals with identifying non-temporal accesses and if such accesses are found offload them to my accelerator... now it can be done by multiple appr...