Displaying 5 results from an estimated 5 matches for "cloog_foun".
Did you mean:
cloog_found
2013 Sep 02
2
[LLVMdev] [Polly] Update lit config for Cloog
...og is found or not. I find this problem because I put a new testcase in test/Cloog/CodeGen/, but it is never executed.
@Sebastian, you added the Cloog directory in r169159, including all testcases and the lit.local.cfg. The lit.local.cfg ensures that cloog specific testcases are executed only with CLOOG_FOUND by adding the following lit commands in test/Cloog/lit.local.cfg:
cloog = config.root.cloog_found
if cloog not in ['TRUE', 'true'] :
config.unsupported = True
However, there are two problems:
First, since the cloog_found is set as "@CLOOG_FOUND@&quo...
2013 Sep 02
2
[LLVMdev] [Polly] Update lit config for Cloog
...nd or not. I find this problem because I put a new testcase in test/Cloog/CodeGen/, but it is never executed.
>> @Sebastian, you added the Cloog directory in r169159, including all testcases and the lit.local.cfg. The lit.local.cfg ensures that cloog specific testcases are executed only with CLOOG_FOUND by adding the following lit commands in test/Cloog/lit.local.cfg:
>> cloog = config.root.cloog_found
>> if cloog not in ['TRUE', 'true'] :
>> config.unsupported = True
>> However, there are two problems:
>> First, since t...
2013 Sep 02
0
[LLVMdev] [Polly] Update lit config for Cloog
...found or not. I find this problem because I put a new testcase in test/Cloog/CodeGen/, but it is never executed.
> @Sebastian, you added the Cloog directory in r169159, including all testcases and the lit.local.cfg. The lit.local.cfg ensures that cloog specific testcases are executed only with CLOOG_FOUND by adding the following lit commands in test/Cloog/lit.local.cfg:
> cloog = config.root.cloog_found
> if cloog not in ['TRUE', 'true'] :
> config.unsupported = True
> However, there are two problems:
> First, since the cloog_found is se...
2013 Sep 26
0
[LLVMdev] [Polly] Update lit config for Cloog
...not. I find this problem because I put a new testcase in test/Cloog/CodeGen/, but it is never executed.
> >> @Sebastian, you added the Cloog directory in r169159, including all testcases and the lit.local.cfg. The lit.local.cfg ensures that cloog specific testcases are executed only with CLOOG_FOUND by adding the following lit commands in test/Cloog/lit.local.cfg:
> >> cloog = config.root.cloog_found
> >> if cloog not in ['TRUE', 'true'] :
> >> config.unsupported = True
> >> However, there are two problems:
>...
2013 Sep 27
1
[LLVMdev] [Polly] Update lit config for Cloog
.... I find this problem because I put a new testcase in test/Cloog/CodeGen/, but it is never executed.
>> >> @Sebastian, you added the Cloog directory in r169159, including all testcases and the lit.local.cfg. The lit.local.cfg ensures that cloog specific testcases are executed only with CLOOG_FOUND by adding the following lit commands in test/Cloog/lit.local.cfg:
>> >> cloog = config.root.cloog_found
>> >> if cloog not in ['TRUE', 'true'] :
>> >> config.unsupported = True
>> >> However, there are t...