Questions tagged [cloog]

CLooG is a free software and library to generate code for scanning Z-polyhedra.

CLooG is a free software and library to generate code for scanning Z-polyhedra. That is, it finds a code (e.g. in C, FORTRAN...) that reaches each integral point of one or more parameterized polyhedra. CLooG has been originally written to solve the code generation problem for optimizing compilers based on the polytope model. Nevertheless it is used now in various area e.g. to build control automata for high-level synthesis or to find the best polynomial approximation of a function. CLooG may help in any situation where scanning polyhedra matters. While the user has full control on generated code quality, CLooG is designed to avoid control overhead and to produce a very effective code.

Documentation

3 questions
2
votes
1 answer

cc1plus: error while loading shared libraries

I am currently running a simulator which is mounted on a disk. When I am trying to cross compile an application, it always gives me this error: /mnt/mipsroot/cross-tools/bin/../libexec/gcc/mips-unknown-linux-gnu/4.6.3/cc1plus: error while loadingā€¦
Moumita Dey
  • 73
  • 1
  • 5
2
votes
1 answer

What are the distinctive features of ISL and PPL for ClooG when using gcc?

When building or using any given version of gcc, why I should prefer 1 of this 2 backends for ClooG over the other ? I can't find a good documentation about it on the gcc website .
user2485710
  • 8,623
  • 9
  • 48
  • 92
0
votes
1 answer

Error in building ct-ng in crosstool-ng-1.9.3

I'm trying to build ct-ng in crosstool-ng-1.9.3 on my 64 bit ubuntu 13.04 but I repeatedly receive the following error during this command : ./ct-ng build [INFO ] Retrieving needed toolchain components' tarballs [ERROR] Could not retrieveā€¦
Masih
  • 1
  • 1