Displaying 4 results from an estimated 4 matches for "2d_innermost_parallel".
2012 Dec 03
2
[LLVMdev] [polly] removing cloog dependence in the testsuite
...ps.ll
./OpenMP/two_loop.ll
./OpenMP/parallel_loop.ll
./OpenMP/param_referenced_in_stmt.ll
./OpenMP/extract_memref.ll
./scev.ll
./single_do_loop_int_param_iterations.ll
./MemAccess/simple_analyze.ll
./MemAccess/simple.ll
./20110312-Fail-without-basicaa.ll
./GPGPU/3d_innermost_non_parallel.ll
./GPGPU/2d_innermost_parallel.ll
./test.ll
The OpenMP ones are already guarded with have_cloog, and the GPGPU ones are also
guarded.
I could move all these except OpenMP/GPGPU to the Cloog/CodeGen dir.
> >>You can add the new isl test cases to test/IslCodeGen.
> >>
> >
> >That's what patch...
2012 Dec 03
0
[LLVMdev] [polly] removing cloog dependence in the testsuite
...loop.ll
> ./OpenMP/param_referenced_in_stmt.ll
> ./OpenMP/extract_memref.ll
> ./scev.ll
> ./single_do_loop_int_param_iterations.ll
> ./MemAccess/simple_analyze.ll
> ./MemAccess/simple.ll
> ./20110312-Fail-without-basicaa.ll
> ./GPGPU/3d_innermost_non_parallel.ll
> ./GPGPU/2d_innermost_parallel.ll
> ./test.ll
> The OpenMP ones are already guarded with have_cloog, and the GPGPU ones are also
> guarded.
OK thanks. Most of them do not check the output, but rather the absence
of a crash.
> I could move all these except OpenMP/GPGPU to the Cloog/CodeGen dir.
>
>>>>...
2012 Dec 03
0
[LLVMdev] [polly] removing cloog dependence in the testsuite
On 12/03/2012 06:07 PM, Sebastian Pop wrote:
> Tobias Grosser wrote:
>> Regarding patch one and three: We already have the directory
>> test/CodeGen and test/IslCodeGen. I propose to just leave the CLooG test
>> cases in test/CodeGen, but to run them conditionally.
>
> I only know how to disable the test of a full directory, so if you want I can
> disable all the
2012 Dec 03
2
[LLVMdev] [polly] removing cloog dependence in the testsuite
Tobias Grosser wrote:
> Regarding patch one and three: We already have the directory
> test/CodeGen and test/IslCodeGen. I propose to just leave the CLooG test
> cases in test/CodeGen, but to run them conditionally.
I only know how to disable the test of a full directory, so if you want I can
disable all the CodeGen directory (and subdirectories) when Cloog is not
available. Note that