| //===- polly/Config.h ------------ Configuration of Polly -------*- C++ -*-===// |
| // |
| // The LLVM Compiler Infrastructure |
| // |
| // This file is distributed under the University of Illinois Open Source |
| // License. See LICENSE.TXT for details. |
| // |
| //===----------------------------------------------------------------------===// |
| // |
| // Configuration of Polly. |
| // |
| //===----------------------------------------------------------------------===// |
| #ifndef POLLY_CONFIG_H |
| #define POLLY_CONFIG_H |
| |
| #cmakedefine CUDA_FOUND |
| #cmakedefine GPU_CODEGEN |
| |
| #endif |