CodeletFileType

#include <poplar/CodeletFileType.hpp>
namespace poplar

Poplar classes and functions.

Enums

enum class CodeletFileType

Values:

enumerator PreprocessedAsmSource

A graph assembly language source file.

enumerator AsmSource

A graph assembly language file with preprocessor macros.

enumerator CSource

A graph C source file.

enumerator CppSource

A graph C++ source file.

enumerator IrSource

A graph LLVM IR source file.

enumerator Object

A graph program object file.

enumerator Auto

Auto detect based on file name.

Functions

CodeletFileType getCodeletFileType(const char *path)
std::string getExtensionFromFileType(CodeletFileType type)
std::string getLanguageOption(CodeletFileType type)