search for: cudalib_found

Displaying 5 results from an estimated 5 matches for "cudalib_found".

2013 Sep 26
0
[LLVMdev] [Polly] Update lit config for Cloog
...LooG test > >are run (and are failing) as expected. > > > >I think it would be good to understand why this different behaviour can > >be observed. Sebastian, any ideas? > > > Interesting! In my computer, it shows as: > > config.enable_gpgpu_codegen = "@CUDALIB_FOUND@" > config.cloog_found = "@CLOOG_FOUND@" I think the problem is: lit.site.cfg.in:config.cloog_found = "@CLOOG_FOUND@" it should be lower case letters as in: Makefile.config.in:CLOOG_FOUND := @cloog_found@ because when we detect cloog, we use the function in find_lib...
2013 Sep 02
2
[LLVMdev] [Polly] Update lit config for Cloog
...and GPGPU_codegen disabled). Also, the CLooG test >are run (and are failing) as expected. > >I think it would be good to understand why this different behaviour can >be observed. Sebastian, any ideas? > Interesting! In my computer, it shows as: config.enable_gpgpu_codegen = "@CUDALIB_FOUND@" config.cloog_found = "@CLOOG_FOUND@" The source version is: LLVM: r189730; Polly: r189177; Clang:r189731 Best, Star Tan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130903/5282918c/attach...
2013 Sep 27
1
[LLVMdev] [Polly] Update lit config for Cloog
...(and are failing) as expected. >> > >> >I think it would be good to understand why this different behaviour can  >> >be observed. Sebastian, any ideas? >> > >> Interesting! In my computer, it shows as: >>  >> config.enable_gpgpu_codegen = "@CUDALIB_FOUND@" >> config.cloog_found = "@CLOOG_FOUND@" > >I think the problem is: > >lit.site.cfg.in:config.cloog_found = "@CLOOG_FOUND@" > >it should be lower case letters as in: > >Makefile.config.in:CLOOG_FOUND := @cloog_found@ > >because when we d...
2013 Sep 02
0
[LLVMdev] [Polly] Update lit config for Cloog
On 09/02/2013 07:44 AM, Star Tan wrote: > At 2013-09-02 16:22:28,"Tobias Grosser" <tobias at grosser.es> wrote: > >> On 09/01/2013 08:02 PM, Star Tan wrote: >>> Hi all, >>> >>> >>> Attached patch file to update lit config for Cloog. Without it, Polly always skips Cloog testings when we run "make check-polly". >>
2013 Sep 02
2
[LLVMdev] [Polly] Update lit config for Cloog
At 2013-09-02 16:22:28,"Tobias Grosser" <tobias at grosser.es> wrote: >On 09/01/2013 08:02 PM, Star Tan wrote: >> Hi all, >> >> >> Attached patch file to update lit config for Cloog. Without it, Polly always skips Cloog testings when we run "make check-polly". > >Dear Star Tan, > >thanks a lot for the patch. It looks very