similar to: [LLVMdev] building Polly on Ubuntu

Displaying 20 results from an estimated 7000 matches similar to: "[LLVMdev] building Polly on Ubuntu"

2011 May 13
0
[LLVMdev] building Polly on Ubuntu
On 05/13/2011 01:29 AM, MORIYAMA Tomohiro wrote: > Hello, > > I am trying to build Polly on Ubuntu11.04 on Windows XP via VMWare, > according to the Polly wiki(now moved). > > I succeeded last month, but now it fails at "make". > Please tell me what is wrong. Hi Tomohiro, cool that you are looking into Polly. Lets see if we can get it working. ;) > Here is
2011 May 14
1
[LLVMdev] building Polly on Ubuntu
Hello, Tobias and Wei-Ren. Thanks to your advice. I could build Polly by checking out from SVN. svn checkout http://llvm.org/svn/llvm-project/polly/trunk polly >On 05/13/2011 01:29 AM, MORIYAMA Tomohiro wrote: >> Hello, >> >> I am trying to build Polly on Ubuntu11.04 on Windows XP via VMWare, >> according to the Polly wiki(now moved). >> >> I succeeded
2011 Jun 08
2
[LLVMdev] Polly test and example
Hi, all I tried Polly 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 ::
2011 Jun 10
2
[LLVMdev] Polly test and example
(2011/06/10 13:25), Tobias Grosser wrote: > On 06/10/2011 12:00 AM, MORIYAMA Tomohiro wrote: >> H, Tobias >> Thank you for your reply. >> >> >> Tobias Grosser wrote: >>> Interesting. On what kind of Platform are you running this? Is it still >>> Ubuntu 11.04? I assume it's an intel platform, but is it a 32-bit or >>> 64bit? >>
2011 Jun 10
2
[LLVMdev] Polly test and example
H, Tobias Thank you for your reply. Tobias Grosser wrote: (Thu, 09 Jun 2011 15:41:05 -0300) >On 06/08/2011 01:17 AM, MORIYAMA Tomohiro wrote: >> Hi, all >> >> I tried Polly installation on Ubuntu. >> >> On its building, it returned no errors. >> But when I run "make polly-test", it returns 11 unexpected failures as >> follows. >>
2011 Jun 10
0
[LLVMdev] Polly test and example
Hi, > out.s: Assembler messages: > out.s:8: Error: bad register name `%rsp' > out.s:9: Error: bad register name `%rsp)' > out.s:12: Error: invalid instruction suffix for `call' > out.s:14: Error: bad register name `%rax' > out.s:18: Error: bad register name `%rcx' > out.s:22: Error: bad register name `%rcx)' > out.s:23: Error: bad register name
2011 Jun 10
0
[LLVMdev] Polly test and example
On 06/10/2011 01:52 AM, MORIYAMA Tomohiro wrote: > (2011/06/10 13:25), Tobias Grosser wrote: >> On 06/10/2011 12:00 AM, MORIYAMA Tomohiro wrote: >>> H, Tobias >>> Thank you for your reply. >>> >>> >>> Tobias Grosser wrote: >>>> Interesting. On what kind of Platform are you running this? Is it still >>>> Ubuntu 11.04? I
2011 Jun 10
4
[LLVMdev] Polly test and example
(2011/06/10 14:01), Tobias Grosser wrote: > On 06/10/2011 01:52 AM, MORIYAMA Tomohiro wrote: >> (2011/06/10 13:25), Tobias Grosser wrote: >>> On 06/10/2011 12:00 AM, MORIYAMA Tomohiro wrote: >>>> H, Tobias >>>> Thank you for your reply. >>>> >>>> >>>> Tobias Grosser wrote: >>>>> Interesting. On what kind
2011 Jun 10
0
[LLVMdev] Polly test and example
On 06/10/2011 12:00 AM, MORIYAMA Tomohiro wrote: > H, Tobias > Thank you for your reply. > > > Tobias Grosser wrote: >> Interesting. On what kind of Platform are you running this? Is it still >> Ubuntu 11.04? I assume it's an intel platform, but is it a 32-bit or 64bit? > > It is a little bit complicated. > > Intel Core i5 M520. > Ubuntu 11.04-i386
2011 Jun 10
2
[LLVMdev] Polly test and example
hi, James. Thanks for your advice. "James Molloy" wrote. (Fri, 10 Jun 2011 08:38:44 +0100) >Hi, > >> out.s: Assembler messages: >> out.s:8: Error: bad register name `%rsp' >> out.s:9: Error: bad register name `%rsp)' >> out.s:12: Error: invalid instruction suffix for `call' >> out.s:14: Error: bad register name `%rax' >>
2011 Jun 10
0
[LLVMdev] Polly test and example
On 06/10/2011 08:38 AM, MORIYAMA Tomohiro wrote: > hi, James. > Thanks for your advice. > > "James Molloy" wrote. > (Fri, 10 Jun 2011 08:38:44 +0100) >> Hi, >> >>> out.s: Assembler messages: >>> out.s:8: Error: bad register name `%rsp' >>> out.s:9: Error: bad register name `%rsp)' >>> out.s:12: Error: invalid
2011 Jun 09
0
[LLVMdev] Polly test and example
On 06/08/2011 01:17 AM, MORIYAMA Tomohiro wrote: > Hi, all > > I tried Polly 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
2011 Jun 10
0
[LLVMdev] Polly test and example
Hi. >>> I see. I will try it amd64 version but now on VMWare. >>> I'm glad if you tell me your environment in detail. As a result, I successfully ran "make polly-test" on Ubuntu amd64. [100%] Running Polly regression tests Testing Time: 13.16s Expected Passes : 113 Expected Failures : 29 [100%] Built target polly-test MORIYAMA Tomohiro wrote. (Fri, 10
2017 May 01
2
Problem with Polly build
2017-05-01 20:16 GMT+02:00 Eugene Zelenko via llvm-dev <llvm-dev at lists.llvm.org>: > Hi, Hongbin! > > On Mon, May 1, 2017 at 11:06 AM, Hongbin Zheng <etherzhhb at gmail.com> wrote: >> Hi Eugene, >> >> It is strange, I also do a clean build with CMake+make with r301734 and it >> is ok. Could you provide more details? >> >> Thanks >>
2017 May 01
2
Problem with Polly build
Hi Eugene, It is strange, I also do a clean build with CMake+make with r301734 and it is ok. Could you provide more details? Thanks Hongbin On Mon, May 1, 2017 at 10:58 AM, Eugene Zelenko via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hi, Michael! > > On Sun, Apr 30, 2017 at 2:06 PM, Michael Kruse <llvmdev at meinersbur.de> > wrote: > > 2017-04-29 0:49
2017 May 04
2
Problem with Polly build
2017-05-02 0:50 GMT+02:00 Eugene Zelenko via llvm-dev <llvm-dev at lists.llvm.org>: > On Mon, May 1, 2017 at 3:27 PM, Michael Kruse <llvmdev at meinersbur.de> wrote: >> 2017-05-01 20:16 GMT+02:00 Eugene Zelenko via llvm-dev >> <llvm-dev at lists.llvm.org>: >>> Hi, Hongbin! >>> >>> On Mon, May 1, 2017 at 11:06 AM, Hongbin Zheng
2017 Oct 14
3
[RFC] Polly Status and Integration
On Fri, Oct 13, 2017 at 5:13 PM, Michael Kruse via llvm-dev < llvm-dev at lists.llvm.org> wrote: > 2017-10-14 1:29 GMT+02:00 Saito, Hideki via llvm-dev < > llvm-dev at lists.llvm.org>: > > I'm also sorry that I'm not commenting on the main part of your RFC in > this reply. I just want to focus on > > one thing here. > > > >
2012 Apr 18
2
[LLVMdev] Vectorization metadata
Hi Ether, On 18 April 2012 19:11, Hongbin Zheng <etherzhhb at gmail.com> wrote: > Instead of exporting the polyhedral model of the program with > metadata, another possible solution is designing a generic "Loop > Parallelism" analysis interface just like the AliasAnalysis group. > For a particular loop, the interface simply answer how many loop > iterations can run
2016 Mar 25
1
Polly as an Analysis pass in LLVM
Hi ether, Your suggestion is appropriate with respect to LLVM framework. However, I am not aware of such a common interface for Dependence Analysis as there is one for AliasAnalysis. The current plan is to provide the new Dependence Analysis interface that can be used when the other analysis engines fail to provide a concrete result. I do not want to overestimate things by proposing such a common
2015 Jun 27
2
[LLVMdev] polly trunk broken on x86_64 darwin
Tobias, The most recent commits at svn revision 240868 have broken the Polly build on x86_64 on darwin... [ 57%] Building C object tools/polly/lib/CMakeFiles/Polly.dir/External/isl/isl_int_sioimath.c.o /sw/src/fink.build/llvm37-3.7.0-100/llvm-3.7.0.src/tools/polly/lib/External/isl/isl_int_sioimath.c:1:10: fatal error: 'malloc.h' file not found #include <malloc.h> ^ 1