Files
triton/include/ir/context.h

15 lines
143 B
C
Raw Normal View History

#ifndef TDL_INCLUDE_IR_CONTEXT_H
#define TDL_INCLUDE_IR_CONTEXT_H
namespace tdl{
namespace ir{
/* Context */
class context {
};
}
}
#endif