Displaying 3 results from an estimated 3 matches for "problamatic".
2011 Mar 21
3
[LLVMdev] Contributing to Polly with GSOC 2011
...ort, to understand how much time is
spent inside each scop.
Andreas Simbuerger has done some significant work on this and can be extended.
5. Porting Polly to Various architectures.
-------------------------------------------------
Currently Polly generates everything as 64 bit integer, which is
problamatic for embedded platforms.
6. Vectorization in Polly
------------------------------
Lot of work needed to be done in this area.
--
Raghesh
II MTECH
Room No: 0xFF
Mahanadhi Hostel
IIT Madras
2011 Mar 24
0
[LLVMdev] Contributing to Polly with GSOC 2011
hi raghesh,
>
> 5. Porting Polly to Various architectures.
> -------------------------------------------------
>
> Currently Polly generates everything as 64 bit integer, which is
> problamatic for embedded platforms.
>
you may try something like this:
http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-January/037277.html
I am already planning to implement this, and it is greate if you join :)
best regards
ether
2011 Mar 24
2
[LLVMdev] Contributing to Polly with GSOC 2011
On 03/23/2011 09:58 PM, ether zhhb wrote:
> hi raghesh,
>
>
>>
>> 5. Porting Polly to Various architectures.
>> -------------------------------------------------
>>
>> Currently Polly generates everything as 64 bit integer, which is
>> problamatic for embedded platforms.
>>
> you may try something like this:
> http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-January/037277.html
>
> I am already planning to implement this, and it is greate if you join :)
Great. How do you plan to derive the minimal size needed for an
induct...