search for: cgras

Displaying 3 results from an estimated 3 matches for "cgras".

Did you mean: cgra
2012 Nov 27
0
[LLVMdev] loop pragmas
...nd that produce high-quality code for a range of architectures is undoable for most if not all research labs. And it should also not be necessary: many excellent lower-level language compilers already exist, some of which support a wide range of architectures, such as LLVM (OoO CPUs, VLIWs, GPUs, CGRAs in my own backend and in Samsung's proprietary SRP backend, etc.). So for research purposes and hopefully later also real-world development if the research results are good, ideally we would have to only develop the necessary precompiler tools that take in very high-level code and that produce...
2012 Nov 21
4
[LLVMdev] loop pragmas
On 11/21/2012 11:32 AM, Tobias Grosser wrote: > On 11/21/2012 03:45 PM, Krzysztof Parzyszek wrote: >> >> I'm thinking of this in terms of parallelization directives. The >> optimizations that rely on such annotations would need to be done as >> early as possible, before any optimization that could invalidate them. >> If the annotation can become false, you are
2012 Nov 27
4
[LLVMdev] loop pragmas
...code for a > range of architectures is undoable for most if not all research > labs. > > And it should also not be necessary: many excellent lower-level > language compilers already exist, some of which support a wide range > of architectures, such as LLVM (OoO CPUs, VLIWs, GPUs, CGRAs in my > own backend and in Samsung's proprietary SRP backend, etc.). So for > research purposes and hopefully later also real-world development if > the research results are good, ideally we would have to only develop > the necessary precompiler tools that take in very high-level co...