Files
triton/include/codegen/allocation.h

11 lines
142 B
C
Raw Normal View History

#ifndef TDL_INCLUDE_IR_CODEGEN_STORAGE_ALLOC_H
#define TDL_INCLUDE_IR_CODEGEN_STORAGE_ALLOC_H
namespace tdl{
namespace codegen{
}
}
#endif