3#ifndef poplar_CodeletFileType_hpp 
    4#define poplar_CodeletFileType_hpp 
Poplar classes and functions.
Definition: ArrayRef.hpp:14
 
CodeletFileType
Definition: CodeletFileType.hpp:10
 
@ Auto
Auto detect based on file name.
 
@ Object
A graph program object file.
 
@ CppSource
A graph C++ source file.
 
@ AsmSource
A graph assembly language file with preprocessor macros.
 
@ IrSource
A graph LLVM IR source file.
 
@ PreprocessedAsmSource
A graph assembly language source file.
 
@ CSource
A graph C source file.