[general] rename namespace tdl -> triton

This commit is contained in:
Philippe Tillet
2019-02-24 14:22:44 -05:00
parent 6b49818282
commit daa828ec18
70 changed files with 85 additions and 85 deletions

View File

@@ -8,7 +8,7 @@
#include "triton/ir/function.h"
#include "triton/ir/instructions.h"
namespace tdl{
namespace triton{
namespace codegen{
unsigned allocation::get_num_bytes(ir::value *x) {