[PPCG] [1/3] Bump up PPCG version to 0.07.- This commit *WILL NOT COMPILE*, as it checks in vanilla PPCG 0.07- We choose to introduce this commit into the history to cleanly display the Polly-sp
[PPCG] [1/3] Bump up PPCG version to 0.07.- This commit *WILL NOT COMPILE*, as it checks in vanilla PPCG 0.07- We choose to introduce this commit into the history to cleanly display the Polly-specific changes made to PPCG.Differential Revision: https://reviews.llvm.org/D35675llvm-svn: 308623
show more ...
Add ppcg-0.04 to lib/Externalppcg will be used to provide mapping decisions for GPU code generation.As we do not use C as input language, we do not include pet. However, we includepet.h from pet
Add ppcg-0.04 to lib/Externalppcg will be used to provide mapping decisions for GPU code generation.As we do not use C as input language, we do not include pet. However, we includepet.h from pet 82cacb71 plus a set of dummy functions to ensure ppcg linkswithout problems.The version of ppcg committed is unmodified ppcg-0.04 which has been well testedin the context of LLVM. It does not provide an official library interface yet,which means that in upcoming commits we will add minor modifications to makenecessary functionality accessible. We will aim to upstream these modificationsafter we gained enough experience with GPU generation support in Polly topropose a stable interface.Reviewers: MeinersburSubscribers: pollydev, llvm-commitsDifferential Revision: http://reviews.llvm.org/D22033llvm-svn: 275274