search for: s221

Displaying 7 results from an estimated 7 matches for "s221".

Did you mean: 221
2016 Oct 10
2
On Loop Distribution pass
...ation of the remaining parts. > > Hopefully, this helps explain the diagnostic. Regarding why the loop you highlight is not distributed to enable the vectorization of the a[i] update, I don't know. Adam? Yeah, it’s not immediate clear to me why we’re not distributing that. I think it’s s221() from TSVC. I will take a look later. Adam > > -Hal > > I humbly request the community to correct me, if am missing something in my analysis. > > -- > Thank you > D Tharun kumar > CS15MTECH11002 > 9948373970 > CSE-IITH > > ___________________________...
2011 Oct 29
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...30.32 31.69 18.15 30.13 S174 30.20 31.53 18.51 30.16 S175 5.79 6.04 4.94 5.77 S176 5.59 5.83 4.41 7.65 S211 16.31 16.89 16.82 16.38 S212 13.23 13.50 13.34 13.18 S1213 12.82 13.35 12.80 12.43 S221 10.87 11.09 8.65 8.63 S1221 5.72 6.03 5.40 6.05 S222 6.01 6.29 5.70 5.72 S231 22.38 24.22 22.36 22.11 S232 6.89 6.94 6.89 6.89 S1232 15.31 16.43 15.05 15.10 S233 55.47 59.98 54.21 49...
2002 May 21
0
Build
...R/rw1050/library/sag/zzzz] Error 2 make[1]: Leaving directory `/cygdrive/c/R/rw1050/src/library/sag' make: *** [pkg-sag] Error 2 Has anybody seen this before? Does anybody know where to look for the error? Thanks in advance Per Broberg Senior Research Scientist, PhD AstraZeneca R&D Lund S221 87 Lund Sweden tel +46 46 33 78 22 email per.broberg at astrazeneca.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe"...
2011 Oct 29
4
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...30.31 30.92 18.15 30.13 S174 30.18 31.66 18.51 30.16 S175 5.78 6.18 4.94 5.77 S176 5.59 5.83 4.41 7.65 S211 16.27 17.14 16.82 16.38 S212 13.21 14.28 13.34 13.18 S1213 12.81 13.46 12.80 12.43 S221 10.86 11.09 8.65 8.63 S1221 5.72 6.04 5.40 6.05 S222 6.02 6.26 5.70 5.72 S231 22.33 22.94 22.36 22.11 S232 6.88 6.88 6.89 6.89 S1232 15.30 15.34 15.05 15.10 S233 55.38 58.55 54.21 49...
2011 Oct 29
0
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...> S174 31.16 31.66 18.51 30.16 > S175 5.80 6.18 4.94 5.77 > S176 5.69 5.83 4.41 7.65 > S211 16.56 17.14 16.82 16.38 > S212 13.46 14.28 13.34 13.18 > S1213 13.12 13.46 12.80 12.43 > S221 10.88 11.09 8.65 8.63 > S1221 5.80 6.04 5.40 6.05 > S222 6.01 6.26 5.70 5.72 > S231 23.78 22.94 22.36 22.11 > S232 6.88 6.88 6.89 6.89 > S1232 16.00 15.34 15.05 15.10 > S233...
2011 Oct 29
4
[LLVMdev] [llvm-commits] [PATCH] BasicBlock Autovectorization Pass
...31.59 30.92 18.15 30.13 S174 31.16 31.66 18.51 30.16 S175 5.80 6.18 4.94 5.77 S176 5.69 5.83 4.41 7.65 S211 16.56 17.14 16.82 16.38 S212 13.46 14.28 13.34 13.18 S1213 13.12 13.46 12.80 12.43 S221 10.88 11.09 8.65 8.63 S1221 5.80 6.04 5.40 6.05 S222 6.01 6.26 5.70 5.72 S231 23.78 22.94 22.36 22.11 S232 6.88 6.88 6.89 6.89 S1232 16.00 15.34 15.05 15.10 S233 57.48 58.55 54.21 49...
2016 Oct 09
3
On Loop Distribution pass
Dear community, Our team at IITH have been experimenting with loop-distribution pass in LLVM. We see the following results on few benchmarks. clang -O3 -mllvm -enable-loop-distribute -Rpass=loop-distribute file.c clang -O3 -mllvm -enable-loop-distribute -Rpass-analysis=loop-distribute file.c TORCH