search for: dpolly_use_cloog

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

Did you mean: polly_use_cloog
2013 Nov 20
2
[LLVMdev] proposed patch to default to isl-only polly
...talling the cloog headers and libraries each time Polly is built. If you don't want to default to ISL-only yet, this change would still be useful even if the default is switched to... option(POLLY_USE_CLOOG "Build Polly with Cloog support" ON) since users could still pass cmake... -DPOLLY_USE_CLOOG=OFF rather than deinstalling the cloog headers/libraries to achieve an ISL-only build of Polly. I am confused by your comments on OpenMP support. Is this support parallel and independent of the new OpenMP support from Intel? http://blog.llvm.org/2013/10/openmp-project.html My understanding...
2013 Nov 19
2
[LLVMdev] proposed patch to default to isl-only polly
...rsion 1.0.0, current version 1.2.5) /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 56.0.0) [100%] Running polly regression tests Testing Time: 2.23s Expected Passes : 157 Expected Failures : 23 Unsupported Tests : 84 [100%] Built target check-polly Only when -DPOLLY_USE_CLOOG=ON is passed to cmake does Polly build against cloog as well. % otool -L /sw/opt/llvm-3.4/lib/LLVMPolly.so /sw/opt/llvm-3.4/lib/LLVMPolly.so: /sw/lib/libisl.10.dylib (compatibility version 13.0.0, current version 13.1.0) /sw/lib/gmp5/libgmp.10.dylib (compatibility version 12.0.0, current version...
2013 Nov 20
0
[LLVMdev] proposed patch to default to isl-only polly
...(POLLY_USE_CLOOG "Build Polly with Cloog support" ON) Yes, I would prefer this (also as this is then consistent with the automake build) The patch you posted prefer, with the flag switched to off looks fine. Feel free to commit it. > since users could still pass cmake... > > -DPOLLY_USE_CLOOG=OFF > > rather than deinstalling the cloog headers/libraries to achieve an > ISL-only build of Polly. > I am confused by your comments on OpenMP support. Is this support > parallel and independent of the new OpenMP support from Intel? > > http://blog.llvm.org/2013/10/open...
2013 Nov 19
0
[LLVMdev] proposed patch to default to isl-only polly
On 11/19/2013 08:50 PM, Jack Howarth wrote: > Tobias, > Can we add something like the following to polly 3.4? > > Index: CMakeLists.txt > =================================================================== > --- CMakeLists.txt (revision 195142) > +++ CMakeLists.txt (working copy) > @@ -81,9 +81,14 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PAT > > FIND_PACKAGE(Isl
2013 Nov 20
1
[LLVMdev] proposed patch to default to isl-only polly
...refer, with the flag switched to off looks fine. > Feel free to commit it. I don't have commit access. Can you commit the correct patch that is attached into polly trunk and 3.4 branch? Thanks in advance. Jack > >> since users could still pass cmake... >> >> -DPOLLY_USE_CLOOG=OFF >> >> rather than deinstalling the cloog headers/libraries to achieve an >> ISL-only build of Polly. >> I am confused by your comments on OpenMP support. Is this support >> parallel and independent of the new OpenMP support from Intel? >> >> http:...