Files
triton/include/codegen/storage_alloc.h
2019-01-05 14:50:31 -05:00

11 lines
142 B
C++

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