search for: polly_enable_gpgpu_codegen

Displaying 6 results from an estimated 6 matches for "polly_enable_gpgpu_codegen".

2013 Nov 19
2
[LLVMdev] proposed patch to default to isl-only polly
...CKAGE(Isl REQUIRED) FIND_PACKAGE(Gmp REQUIRED) -FIND_PACKAGE(Cloog) FIND_PACKAGE(Pluto) +option(POLLY_USE_CLOOG "Build Polly with Cloog support" OFF) +if (POLLY_USE_CLOOG) + # Build Cloog support in Polly (default is ISL-only). + FIND_PACKAGE(Cloog) +endif(POLLY_USE_CLOOG) + option(POLLY_ENABLE_GPGPU_CODEGEN "Enable GPGPU code generation feature" OFF) if (POLLY_ENABLE_GPGPU_CODEGEN) # Do not require CUDA, as GPU code generation test cases can be run without I have tested this on x86_64-apple-darwin12 with cloog 0.18.1 and isl 0.12.1 installed and it works fine. The default build of Polly...
2013 Nov 20
1
[LLVMdev] proposed patch to default to isl-only polly
...E(Isl REQUIRED) FIND_PACKAGE(Gmp REQUIRED) -FIND_PACKAGE(Cloog) FIND_PACKAGE(Pluto) +option(POLLY_USE_CLOOG "Build Polly with Cloog support" ON) +if (POLLY_USE_CLOOG) + # Build Cloog support in Polly (default is for cloog-isl). + FIND_PACKAGE(Cloog) +endif(POLLY_USE_CLOOG) + option(POLLY_ENABLE_GPGPU_CODEGEN "Enable GPGPU code generation feature" OFF) if (POLLY_ENABLE_GPGPU_CODEGEN) # Do not require CUDA, as GPU code generation test cases can be run without
2013 Nov 20
0
[LLVMdev] proposed patch to default to isl-only polly
On 11/20/2013 04:50 PM, Jack Howarth wrote: > On Tue, Nov 19, 2013 at 12:07:18PM +0100, Tobias Grosser wrote: >> 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 >>> ===================================================================
2013 Nov 20
2
[LLVMdev] proposed patch to default to isl-only polly
On Tue, Nov 19, 2013 at 12:07:18PM +0100, Tobias Grosser wrote: > 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
2017 Feb 11
2
Asan self host problems: Failed to deallocate
Trying to run a self host "ninja check-clang" with ASan enabled I hit a /lot/ of errors like this (strangely I hit none of these in check-llvm, only in check-clang): Any ideas? ==10525==ERROR: AddressSanitizer failed to deallocate 0x10800 (67584) bytes at address 0x631000014800 ==10525==AddressSanitizer CHECK failed:
2017 Feb 15
2
Asan self host problems: Failed to deallocate
...neral;LLVMXCoreDisassembler;general;LLVMCore;general;LLVMLTO;general;LLVMMC;general;LLVMMCDisassembler;general;LLVMSupport; //Path to a program. OCAMLFIND:FILEPATH=OCAMLFIND-NOTFOUND //pkg-config executable PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config //Enable GPGPU code generation feature POLLY_ENABLE_GPGPU_CODEGEN:BOOL=OFF //Path to a library. PTHREAD_LIBRARY_PATH:FILEPATH=/usr/lib/x86_64-linux-gnu/libpthread.so //Path to a program. PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python //Dependencies for target PollyISL_LIB_DEPENDS:STATIC= //Dependencies for the target Polly_LIB_DEPENDS:STATIC=general;PollyISL; //...