search for: do_pluto_matmult

Displaying 13 results from an estimated 13 matches for "do_pluto_matmult".

2011 Jun 08
2
[LLVMdev] Polly test and example
...lly installation on Ubuntu. On its building, it returned no errors. But when I run "make polly-test", it returns 11 unexpected failures as follows. ----------------------------------- ******************** Testing Time: 19.77s ******************** Failing Tests (11): Polly :: CodeGen/do_pluto_matmult.ll Polly :: CodeGen/loop_with_condition.ll Polly :: CodeGen/loop_with_condition_2.ll Polly :: CodeGen/loop_with_condition_ineq.ll Polly :: CodeGen/loop_with_condition_nested.ll Polly :: CodeGen/reduction_2.ll Polly :: CodeGen/sequential_loops.ll Polly :: CodeGen/single_d...
2012 Oct 21
2
[LLVMdev] dragonegg polly support broken?
...ly-test' > without issues in finding LLVMPolly.so. Thanks for fixing this so quickly. Thanks for the nice bugreport. I committed a fix in 166402 > Do you have any comments on failing tests we are seeing on x86_64-apple-darwin11? > > Failing Tests (5): > Polly :: CodeGen/do_pluto_matmult.ll > Polly :: CodeGen/single_do_loop_int_max_iterations.ll > Polly :: CodeGen/single_do_loop_scev_replace.ll I have some guesses for these, but it would be good to get run llvm-lit -v on these three test cases. > Polly :: IslCodeGen/single_loop_param_less_equal.ll >...
2012 Oct 21
0
[LLVMdev] dragonegg polly support broken?
...> Tobi, Yes, with this patch current llvm/polly svn builds and runs 'make polly-test' without issues in finding LLVMPolly.so. Thanks for fixing this so quickly. Do you have any comments on failing tests we are seeing on x86_64-apple-darwin11? Failing Tests (5): Polly :: CodeGen/do_pluto_matmult.ll Polly :: CodeGen/single_do_loop_int_max_iterations.ll Polly :: CodeGen/single_do_loop_scev_replace.ll Polly :: IslCodeGen/single_loop_param_less_equal.ll Polly :: IslCodeGen/single_loop_param_less_than.ll Are these darwin-specific or due to the fact that I am using isl 0.10 and...
2012 Oct 21
4
[LLVMdev] dragonegg polly support broken?
...hanks for fixing this so quickly. >> >> Thanks for the nice bugreport. I committed a fix in 166402 >> >>> Do you have any comments on failing tests we are seeing on x86_64-apple-darwin11? >>> >>> Failing Tests (5): >>> Polly :: CodeGen/do_pluto_matmult.ll >>> Polly :: CodeGen/single_do_loop_int_max_iterations.ll >>> Polly :: CodeGen/single_do_loop_scev_replace.ll >> >> I have some guesses for these, but it would be good to get run >> >> llvm-lit -v on these three test cases. >> >>&...
2012 Jan 16
2
[LLVMdev] Opt pass 'Canonicalize Induction Variables' not working
...y.grosser.es/polly.sh). The make-test fails with some errors, the rest went smoothly; -- Exit Code: 1 Command Output (stderr): -- LLVM ERROR: Could not resolve external global address: stdout -- ******************** Testing Time: 10.01s ******************** Failing Tests (3): Polly :: CodeGen/do_pluto_matmult.ll Polly :: CodeGen/single_do_loop_int_max_iterations.ll Polly :: CodeGen/single_do_loop_scev_replace.ll Expected Passes : 104 Expected Failures : 29 Unexpected Failures: 3 make: *** [polly-test] Error 1 When I try your command 'clang -Xclang -load ${POLLY_DLIB} ${FILE}.c -o...
2011 Jun 09
0
[LLVMdev] Polly test and example
...ding, it returned no errors. > But when I run "make polly-test", it returns 11 unexpected failures as > follows. > ----------------------------------- > ******************** > Testing Time: 19.77s > ******************** > Failing Tests (11): > Polly :: CodeGen/do_pluto_matmult.ll > Polly :: CodeGen/loop_with_condition.ll > Polly :: CodeGen/loop_with_condition_2.ll > Polly :: CodeGen/loop_with_condition_ineq.ll > Polly :: CodeGen/loop_with_condition_nested.ll > Polly :: CodeGen/reduction_2.ll > Polly :: CodeGen/sequential_lo...
2012 Jan 16
0
[LLVMdev] Opt pass 'Canonicalize Induction Variables' not working
...e rest went smoothly; > > -- > Exit Code: 1 > Command Output (stderr): > -- > LLVM ERROR: Could not resolve external global address: stdout > -- > > ******************** > Testing Time: 10.01s > ******************** > Failing Tests (3): > Polly :: CodeGen/do_pluto_matmult.ll > Polly :: CodeGen/single_do_loop_int_max_iterations.ll > Polly :: CodeGen/single_do_loop_scev_replace.ll That is interesting. Can you send me the individual error messages? Are you using a 32bit platform? > > Expected Passes : 104 > Expected Failures : 29 &...
2012 Oct 21
0
[LLVMdev] dragonegg polly support broken?
...ues in finding LLVMPolly.so. Thanks for fixing this so quickly. > > Thanks for the nice bugreport. I committed a fix in 166402 > >> Do you have any comments on failing tests we are seeing on x86_64-apple-darwin11? >> >> Failing Tests (5): >> Polly :: CodeGen/do_pluto_matmult.ll >> Polly :: CodeGen/single_do_loop_int_max_iterations.ll >> Polly :: CodeGen/single_do_loop_scev_replace.ll > > I have some guesses for these, but it would be good to get run > > llvm-lit -v on these three test cases. > >> Polly :: IslCodeGen/singl...
2012 Oct 21
2
[LLVMdev] dragonegg polly support broken?
On 10/21/2012 11:46 AM, Jack Howarth wrote: > On Sun, Oct 21, 2012 at 02:35:49PM -0400, Jack Howarth wrote: >> On Sun, Oct 21, 2012 at 11:01:37AM -0700, Tobias Grosser wrote: >>> On 10/21/2012 10:57 AM, Jack Howarth wrote: >>>> On Sun, Oct 21, 2012 at 10:38:48AM -0700, Tobias Grosser wrote: >>>>> On 10/21/2012 09:13 AM, Jack Howarth wrote:
2012 Jan 16
1
[LLVMdev] Opt pass 'Canonicalize Induction Variables' not working
...Exit Code: 1 >> Command Output (stderr): >> -- >> LLVM ERROR: Could not resolve external global address: stdout >> -- >> >> ******************** >> Testing Time: 10.01s >> ******************** >> Failing Tests (3): >> Polly :: CodeGen/do_pluto_matmult.ll >> Polly :: CodeGen/single_do_loop_int_max_iterations.ll >> Polly :: CodeGen/single_do_loop_scev_replace.ll > > That is interesting. Can you send me the individual error messages? Are you using a 32bit platform? > >> >> Expected Passes : 104 >&...
2012 Jan 16
0
[LLVMdev] Opt pass 'Canonicalize Induction Variables' not working
On 01/16/2012 01:19 PM, Pieter Custers wrote: > I am new to LLVM and I've a question about the optimization passes and > in particular about the loop transformation passes. I've setup the LLVM > tool-chain with Polly installed. > > The following example is causing problems with me: > http://llvm.org/docs/Passes.html#indvars > > The input is a .c file with the
2012 Jan 16
2
[LLVMdev] Opt pass 'Canonicalize Induction Variables' not working
I am new to LLVM and I've a question about the optimization passes and in particular about the loop transformation passes. I've setup the LLVM tool-chain with Polly installed. The following example is causing problems with me: http://llvm.org/docs/Passes.html#indvars The input is a .c file with the following loops: # 01 Standard, N=100 for (i=0; i<N; i++) b[i] = a[i] + 5; # 02
2011 Jun 10
2
[LLVMdev] Polly test and example
...;> But when I run "make polly-test", it returns 11 unexpected failures as >> follows. >> ----------------------------------- >> ******************** >> Testing Time: 19.77s >> ******************** >> Failing Tests (11): >> Polly :: CodeGen/do_pluto_matmult.ll >> Polly :: CodeGen/loop_with_condition.ll >> Polly :: CodeGen/loop_with_condition_2.ll >> Polly :: CodeGen/loop_with_condition_ineq.ll >> Polly :: CodeGen/loop_with_condition_nested.ll >> Polly :: CodeGen/reduction_2.ll >> Polly...